Organisationsocaml-gospelortacbranch/mainBuild History

Build History for branch/main

Builds (38)
Merge pull request #249 from nikolaushuber/fix-invariants Fix invariant bug with multiple suts
6e184e
Merge pull request #247 from nikolaushuber/multi-sut Add support for multiple sut arguments
694290
Merge pull request #246 from n-osborne/dependencies-cleanup Clean up some dependencies
934324
Merge pull request #245 from nikolaushuber/sut-as-type-inst Sut as type argument or inside tuple
8b2396
Merge pull request #244 from n-osborne/minimal-monolith-version-bis Update dune-project with monolith minimal version
2a971b
Merge pull request #243 from n-osborne/minimal-monolith-version Add minimal version for Monolith
85463e
Merge pull request #241 from n-osborne/prepare-0.3.0-release prepare 0.3.0 release
c8f27b
Merge pull request #242 from nikolaushuber/mention-dune-plugin Mention dune-rules plugin in qcheck-stm README
13ff25
Merge pull request #226 from n-osborne/stm-cleanup Read optional `cleanup` function from configuration module
b426ba
Merge pull request #229 from n-osborne/fix-field-access-printing Fix field access translation
f08834
Merge pull request #239 from n-osborne/use-ppxlib-longident Use existing functionaly from `Ppxlib.Longident`
32c5da
Merge pull request #230 from n-osborne/functional-model Add support for functional models
32a48d
Merge pull request #218 from n-osborne/revise-dune-plugin Revise Ortac/Dune to minimize yet again boilerplate
3a23cc
Merge pull request #240 from nikolaushuber/incomplete-comp-warning Remove bug with integers in return values
cd2c93
Merge pull request #237 from nikolaushuber/tuples Add support for tuples
a1492b
Merge pull request #235 from nikolaushuber/test-without-sut Add support for functions without SUT argument
d99188
Merge pull request #234 from nikolaushuber/empty-cmd-error Add empty cmd error
e8479c
Merge pull request #214 from n-osborne/module-based-config Move to a module based configuration
3f2194
Merge pull request #228 from n-osborne/support-custom-ghost-types Add support for custom ghost type as model
373f93
Merge pull request #227 from n-osborne/add-doc-for-ocaml_file Add doc for `ocaml_file` Cmdliner arg
cde922
Merge pull request #225 from n-osborne/update-ocamlformat Update ocamlformat to 0.26.2
96516a
Merge pull request #223 from n-osborne/fix-lower-bounds Fix lower bounds
df5dee
Merge pull request #222 from n-osborne/hotfix Add missing dependency
a5a285
Merge pull request #221 from n-osborne/bump-version-0.2.0-bis Propagate dune-project changes to opam files
156ce1
Merge pull request #220 from n-osborne/bump-version-to-0.2.0 Bump version number
758369
Merge pull request #217 from n-osborne/default-term Move to use a default `Cmdliner.term` rather than the `usage` function
b73738
Merge pull request #211 from n-osborne/consistent-ocaml-version Bump all OCaml version to the same number
3fecea
Merge pull request #219 from n-osborne/update-gospel Update to gospel.0.3.0
e63338
Merge pull request #215 from n-osborne/dune-build-info Use `dune-build-info` rather than `dune subst`
540b70
Merge pull request #206 from n-osborne/print-exn-result Add support for exceptional behaviour to printing runnable scenario
002301
Merge pull request #210 from shym/cram-typos Fix a small bug in a cram test and some typos
c3b98d
Merge pull request #204 from n-osborne/print-runnable-scenario Print runnable scenario in case of test failure
83db7d
Merge pull request #202 from n-osborne/failure-message Improve failure message
3cf683
Add support for type invariants (#197) * Cleanup a bit Ir_of_gospel.state function * Add some new functions to Builder Mostly add `list_or` and `enot` that will soon be needed, but take the opportunity to move `qualify` and redefine some functions that where worngfully using `evar` on qualified names. * Add invariants in intermediate representation * Translate invariants and check them in postcond This will guarantee preservation of type invariants for `sut` * Check type invariants in `init_state` and add some tests * Update Changelog
3e211f
Add a comment at BOF warning that it is a generated file (#198)
ae2e92
Merge pull request #190 from n-osborne/ortac-dune ortac-dune plugin
72628e
update to latest gospel (#194) * Add a pin to last version of gospel Representation of type invariants were modified. * Update ortac wrapper to new gospel
167a98
Merge pull request #193 from shym/deploy-gh-3 github pages deployment, take 3
5f6756