Emilio Jesús Gallego Arias

Results 237 issues of Emilio Jesús Gallego Arias

needs: overlay

This is an in-progress PR to port the test suite to Dune. Main design principles are: - use the standard `runtest` infrastructure, and declare all the dependencies correctly so the...

needs: progress
needs: rebase
kind: infrastructure
help wanted
part: build

needs: fixing
kind: cleanup
part: coqdep

(Mostly) fixes #8860 ; see documentation for more information. There are some open issues with regards to our CI + dune, so far we build everything in dev mode, except...

needs: rebase
kind: infrastructure

"Canonization" is a fragile (and expensive) process, instead, we require that files passed to coqdep match the layout given in the `-R` / `-Q` options.

kind: cleanup
needs: changelog entry
part: coqdep

Closes #10267 This PR went into a few iterations due to build system changes; it is in final form now. A couple of notes: - the instrumentation support we use...

kind: infrastructure
help wanted
needs: squashing
part: build
needs: test-suite update
needs: full CI

In particular we remove the `coqlib` field which was just used to suppress a warning. This brings `coqdep/loadpath` closer to `vernac/loadpath.ml`, but still a way to go. Many differences are...

kind: cleanup
part: coqdep

Before Dune 2.7, Dune was implicitly adding the `:standard` set of variables to our CC invocation for `kernel/byterun`. This set is `-O2 -fno-strict-aliasing -fwrapv -fPIC`, but after discussion we want...

kind: fix
part: VM
part: build

This has been a long-requested feature that we need to implement it properly for users; after a bit of discussion with Ali we decided to go ahead. For now, the...

needs: progress
kind: feature
needs: documentation
needs: overlay
needs: merge of dependency
needs: changelog entry