Revision 7bc8dea9f04f570b9973ba07922a7f2eacc1daba authored by Henry Blanchette on 05 October 2022, 03:14:35 UTC, committed by GitHub on 05 October 2022, 03:14:35 UTC
* Windows: Pass on environment when running quickchick native executable, so that PATH is correct

* ci: add latest (now 8.15), update images

* CHANGELOG: Update

* changelog: fix links

* Add -use-ocamlfind flag to ocamlbuild

* Set dune root explicitly

* CHANGELOG: Update for 1.6.3

* [coq] Use findlib name in DECLARE PLUGIN

After some stronger invariant upstream, the name here has to match the
name used in `Declare ML Module` and `DECLARE PLUGIN`

Backwards compatible.

* Adapt w.r.t. coq/coq#16004.

* ci: Update OCaml version for 8.14 build

* improved auto goal selection (see coq/#16293)

* Adapt examples w.r.t. coq/coq#16004.

* Silence some warnings

* ci: use stable dependency

* CHANGELOG: Update

* Adapt w.r.t. coq/coq#16442.

* Attribute instance locality explicitly

although LiftGenClass is not included in _CoqProject

* example ShowS inst

* checkpoint

* Build with dune

* ci: simplify

* ci: Simplify more

* opam: Condense lines

* flushed out ShowS deriver, but need to fill in holes

* [builds] connected all the pieces necessary to derive ShowS

* minor merge fix

Co-authored-by: Michael Soegtrop <7895506+MSoegtropIMC@users.noreply.github.com>
Co-authored-by: Li-yao Xia <lysxia@gmail.com>
Co-authored-by: Yishuai Li <liyishuai@users.noreply.github.com>
Co-authored-by: Emilio Jesus Gallego Arias <e+git@x80.org>
Co-authored-by: Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>
Co-authored-by: Andrej Dudenhefner <mrhaandi@gmail.com>
Co-authored-by: Yishuai Li <yishuai@upenn.edu>
Co-authored-by: Yishuai Li <liyishuai.lys@alibaba-inc.com>
1 parent fc4a4ce
History
File Mode Size
.circleci
.github
benchmarks
examples
fuzz
plugin
quickChickTool
scripts
sf-experiment
src
test
tutorials
.gitattributes -rw-r--r-- 100 bytes
.gitignore -rw-r--r-- 688 bytes
CHANGELOG.md -rw-r--r-- 5.3 KB
CONTRIBUTING.md -rw-r--r-- 658 bytes
DocumentationCheck.v -rw-r--r-- 7.7 KB
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 3.7 KB
Makefile.coq.local -rw-r--r-- 190 bytes
PROFILING -rw-r--r-- 244 bytes
QuickChickInterface.v -rw-r--r-- 31.3 KB
README.md -rw-r--r-- 3.5 KB
TODOQC.org -rw-r--r-- 3.0 KB
_CoqProject.cppo -rw-r--r-- 1.4 KB
coq-quickchick.opam -rw-r--r-- 1.1 KB
coq-quickchick.opam.template -rw-r--r-- 148 bytes
dune-project -rw-r--r-- 913 bytes
example.dir-locals.el -rw-r--r-- 182 bytes
output -rw-r--r-- 58.5 KB

README.md

back to top