Yves-Stan Le Cornec

Results 21 issues of 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...

ci-build-me

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...

ci-build-me
Tweag

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...

ci-build-me
Tweag

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...

Tweag

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...

needs research
Epic
Tweag

See issue #11595.

Tweag

See corresponding PR for compatible for details: #11569.

ci-build-me
Tweag

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...

P3
type: bug