Eduardo Rafael
Eduardo Rafael
I also updated the description to include more detail, but the reproduction is simple, try it with mainline vs flambda and you're going to notice the problem. edit: I tried...
@nojb ~~stdlib.cmx is only is only needed for optimizations during the linking of an executable or library, it's not needed to build the actual module. That's the problem. There is...
@nojb I will give some tries, maybe we can still get the optimization with some dune rules to copy things. That seems to be a big problem if someone wants...
Tried `(implicit_transitive_deps false)` on a private project and it's exactly that, a lot of inlining oportunities are lost because there is `no cmx file available`. Seems like the compiler needs...
> If I understand correctly, you also support and.some? Please include it in examples. Examples of `and.await` added and test for `and.pair` added > I would expect let*.some instead, and...
@victorvianna did you had any progress here?
Did the suggested changes, also removed `[A-Z]` and `\` from the list. But I wonder if allowing for `let*.some` is desirable, it could also be named `let.some*` and it would...
@murgatroid99 > In general, we require API changes to go through our gRFC proposal process. Even non breaking ones? > UnhandledPromiseRejectionWarnings whenever a call has an error I already thought...
@murgatroid99 See it will take some time to write an proposal(probably more broadly using the "same" approach), so would be really be helpful if you could give me a feedback...