Joseph Price

Results 162 issues of Joseph Price

It would be nice if this could be used with a project ref, to build a remote, unpublished project using sbt: ``` scala lazy val someMvnProject = RootProject(uri("git://github.com/somemvn/project.git")) .enablePlugins(MvnPlugin) lazy...

I get the error `Error: Field "preprocess" is present too many times` when trying to add a `preprocess` directive in the `package.toml` when using skeleton `js_program`. Perhaps it needs to...

If a package.toml file does not exist (likely due to a typo), the following error is show: `Error: Missing field 'name' in package.toml` If the file does not exist, I...

I defined `pin-depends` in `opam-trailer` in my main `package.toml` (the one with the same name as the project), and then again for a separate package, but only the main one...

I am trying to use the `dune-libraries` property under `[fields]` to handle an issue where netsys is missing a dependency on `threads`: https://github.com/ocaml/dune/issues/1024 https://gitlab.com/gerdstolpmann/lib-ocamlnet3/-/issues/14 I added threads to `package.toml`: ```toml...

Maybe there's an option I overlooked, but is there a way to provide an ocaml version to `drom new`? Otherwise, is there a command to run to update the project?...

enhancement
question

Since drom uses a local switch that acts as a sandbox, could the run and test commands be configured in the drom.toml to automatically apply `-y`? This prevents one from...

enhancement
question

I have a project that builds and runs fine when executed from bazel, but fails with the below error when the generated project is run in xcode: ``` error: Unexpected...

Is there a way to pass the `--watch` flag to dune for commands such as build, run and test?

When using graal as my jvm: `java graalvm-21.3.0+java17`, I can install native-image using `gu install native-image`, but the `native-image` binary is not available on the path.