Rudi Grinberg

Results 729 comments of Rudi Grinberg

> extend all fields support the per_module construct to also support globs Oh, I was thinking to add the glob support directly to flags. So that you could do things...

Now that we have the predicate_lang, I wonder if we need to extend it to describe maps rather than just sets. I can imagine this being useful not just for...

> should this rather be an error that Dune failed to resolve pkg-config? Sure that would be fine. Would there be another way of specifying a default in case a...

@gridbugs do we still need this?

I haven't looked at the PR closely and don't know the situation of the tests so I don't know if this PR is useful. I was suggesting that you take...

> The third struggle is how to report a failure as early as possible during the build. If my whole CI build takes 20 minutes but an error has been...

This was discussed in the team meeting: * The fact that `(alias_rec ..)` is completely broken in vendored directories needs to be fixed separately * There was general agreement that...

Does this affect dead code elimination?

I see. I think I discussed doing something like this with @nojb as well to speed up native/bytecode builds and dead code elimination was the sour point as to why...