dkalinichenko-js
dkalinichenko-js
I'm not sure this patch is necessary. Going by the C99 standard: > C99 Standard 6.7.8.21 > > If there are fewer initializers in a brace-enclosed list than there are...
Hi! We're unlikely to support `(implicit_transitive_deps false)` for now, as we enable implicit transitive dependencies internally and are unlikely to disable them. Thank you for reporting the issue in any...
Actually, we're working on a similar rule update internally, but it'll depend on the recently implemented `-H` compiler flag (see https://github.com/ocaml/ocaml/pull/12246). I'm not sure the resulting semantics will match `(implicit_transitive_deps...
Glad to hear it works now, and thanks to our build rules and OCaml Language teams for implementing this feature! Since our implementation might be different from `implicit_transitive_deps` in upstream...
Will investigate if I can reproduce this.
I haven't been able to reproduce this on my own Mac yet, I'll keep investigating.
Thank you very much! We will release a final fix soon :)
Sorry for the slight delay, will release a fix today!
Hi, thanks for your report! The issue should be fixed in `base.v0.17.0`.
Fixed, thanks for reporting!