Yves-Stan Le Cornec
Yves-Stan Le Cornec
In the current `develop` branch running `dune build --profile=nonconsensus_mainnet src/nonconsensus/snark_params` fails with ``` File "src/nonconsensus/snark_params/tick.ml", line 43, characters 11-16: 43 | module Tests = struct end ^^^^^ Error: Versioning module...
See #11570 for the develop version of this PR. This PR enables the [check_opam_switch](https://github.com/tweag/check_opam_switch) tool, that provides two binaries to check that the current opam switch contains the packages from...
See issue #11527. Explain how you tested your changes: * Checklist: - [ ] Modified the current draft of release notes with details on what is completed or incomplete within...
Continue what was started in PR #11283, and replace basic graphql scalars by custom ones to have more type information in the GraphQL schema and be able to select decoders...
As noted in the `Codebase Improvement Ideas` on notion, `ppx_optcomp` should be replaced by something else. It seems that the main use of this preprocessor is to be able to...
See corresponding PR for compatible for details: #11569.
When building a `haskell_cabal_library` rule with profiling, Cabal seems to be looking for a non profiling version of its `haskell_library` dependencies, which do not exist. We wonder if cabal tries...