-
Notifications
You must be signed in to change notification settings - Fork 41
Remove OCaml related code from mina-tree #1646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ef85a8b to
5777d77
Compare
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output |
✓ Code Reference Verification PassedAll code references in the documentation have been verified successfully! Total references checked: 1 The documentation is in sync with the codebase on the |
a95d0c4 to
7c8764e
Compare
8aeda66 to
586b30b
Compare
586b30b to
71d818a
Compare
richardpringle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
| @@ -1,13 +1,10 @@ | |||
| use std::borrow::Cow; | |||
|
|
|||
| use super::common::*; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gross... we need a lint preventing * imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!!
| mod cache; | ||
|
|
||
| #[cfg(all(not(target_family = "wasm"), feature = "ocaml-interop"))] | ||
| mod ffi; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we like code to look the same way 🏆
71d818a to
5e05e6b
Compare
Fix #1235