Nicolás Ojeda Bär

Results 510 comments of Nicolás Ojeda Bär

What are you trying to do? `Build_info_data` is a module that is generated by Dune at link-time of executables that make use of `build-info` library.

> My understanding is that this line is appearing on `dune ocaml top` output because ocaml-rdf is depending on the `dune-build-info` package. Is that correct ? Yes. I don't see...

At LexiFi we are in the same boat as what @snowleopard describes. Wondering out loud: perhaps a completely different file `dune-monorepo` with the right "monorepo" semantics (ie override settings in...

Hi @hhugo, just to keep your use-case in mind, is it right that changing `^` to be an external (either in C or a compiler primitive) would be enough for...

Hello, this sounds interesting, but I don't see the full picture. Could you give some sort of specification of the feature (independent of the implementation)? A minimal example would be...

A cleaner approach depending on your situation may be to define a `library` with the modules that depend on `-lfoo`, passing `-cclib -lfoo` in the `library_flags` field. Then there should...

> Thanks for the PR @nojb. It will likely take me 2 weeks before I can start reviewing. Busy with teaching. Hope that's ok. Sure, no worries, there's no hurry...

> Hence, the sequence could be optimized as Thanks for the clear explanation @kayceesrk! I agree with it and have amended in consequence. I guess loads also need an adjustment...