You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releasing dune 3.6 revealed a regression on hdr_histogram (it builds
with 3.5 but not 3.6). After investigating, it seems to be an issue with
the dune file in hdr_histogram: `:standard` was missing from the
`(c_flags)` field. Adding it ensures this build with 3.6 too.
References:
- <ocaml/opam-repository#22498>
- <ocaml/dune#6481>
0 commit comments