-
Notifications
You must be signed in to change notification settings - Fork 21
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
Novice user experience #196
Comments
Thanks for your feedback !
|
It was probably never available for ARM macs, might I suggest to defaulting for the latest stable ocaml when generating a fresh project? It seems like that should be the correct choice in new projects.
Awesome! This is one of the core features of If there were an additional way to prevent any manually installed opam packages from infecting the build that would be ideal (though probably harder). The core problem I'm hoping to solve is that I should be able to clone a project on any random machine that has installed
Do you think it would make sense if the
To specify a git dependency. I would imagine that drom handles creating the pin if necessary. |
Actually, after revisiting the code, I think it does not work for pin-depends. Clearly, the solution is around what you propose, |
In the new
|
Oups, PR not merged yet... |
Now, it was merged :-) |
I'm just trying out
drom
for a small project and wanted to open an issue with the various problems / issues I'm encountering. I hope this will be useful for the maintainers.README
in this project contains no example of the installation / usage ofdrom
. I think a simple:opam install drom; drom new project; drom build
example would be great. Could also be on the website homepage.drom
generated project fails to build with the following error:I would have expected
drom
to set up my project specific opam switch and load it if necessary.drom
would do is fix one of the major issues withopam
by enabling lock files by default but this does not seem to be the case?package.toml
?The text was updated successfully, but these errors were encountered: