Commit 7827522
committed
[new release] cucumber (1.0.4)
CHANGES:
* before updating we need to init the submodule (cucumber/cucumber.ml#37).
* Add GitHub Actions CI (@tmcgilchrist cucumber/cucumber.ml#42 cucumber/cucumber.ml#44).
* Various fixes for OCaml cucumber (@tmcgilchrist cucumber/cucumber.ml#41).
* Improve odoc documentation and add an example.
* Update base to v0.15.1 updating OCaml lower bound to 4.10.0.
* Update README with a working example.
* Fixup linking against libgherkin.
* Adapt to the interface changes when updating to gherkin-c v23.
* Move git submodule to https://github.com/cucumber/gherkin monorepo.
* Fixup cmdliner deprecations and update dune.
* Updated README to read a bit better.
* Updated Readme to reflect the new build steps.
* Removed unnecessary submodule.
* Updated dune project information to get things ready for release.
* Updated dune files to use autogenerated opam.
* Updated test make file to work with new dune build stucture.
* Updated files to work with Dune's foreign lib interface.
* Added gherkin-c READ ONLY as a submodule.
* Updated based on rebase from master.
* Added dialect example in the README.
* Moved initialization of result code.
* Added whitespace for readability.
* Added the Dialect module to allow compile time checking of supported dialects of Cucumber
* Created a means for indicating feature file dialect.
* Removed unneeded flag in dune. * Removed unneeded flag in dune * Added freeing before caml_failwith just to ensure that everything is cleaned up before going back to OCaml runtime.
* Refactored long code block into function in gherkin_intf.c. * Refactored long code block into function in gherkin_intf.c * Fixed small memory leak due to TokenScanner not being deleted after it is done being used
* Added const qualifier to sFileName to fix cucumber/cucumber.ml#31.1 parent 9cfac26 commit 7827522
1 file changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments