Deleted user

Results 132363 comments of Deleted user

Does the `dllc_lib_stubs.so` exist under `_build/.../stublibs`? Note that if the library is not public, it won't be present in `_build/install/...`

Hmm, I see. Technically to build the byte-code executable you don't need the stub. You need it to run it though. Technically we could make the .bc depend on all...

I added a note about byte-code executables in the manual

Note that when native compilation is not available or when the user sets the modes to just `byte`, we still setup a rule to build `prog.exe` as a custom bytecode...

`-p` is only for release builds, you shouldn't use it during development. If you want to build all the files of a package (include creating the symlinks), you can do:...

Just a tweak to @vsiles solution: rather than passing `-custom` explicitly you should use `(modes byte_complete)`. For these two reasons: - when passing `-custom` manually, dune will make the wrong...

Support Oraxen items https://github.com/oraxen/oraxen Support Dominion https://github.com/ColdeZhang/Dominion

> It's getting a bit cramped in the search results already, not sure we have the space for one or two more rows. Now that it was added to AL...

> Hi, > > OOM aside, why do you need that complicated piece of code? You run a JSR223PreProcessor so you have full access to Groovy runtime, there's no need...

@matthieusieben I think your 3 comments fall into the same concern, so I'll reply to them all here. Your suggestion was to make the change in `xrpc-server` so it would...