Hi, a new version of the Alcotest extension, 0.3.0, now retries running dune every 2.5s if another process holds the directory lock. There are also some additional, minor, changes.
I’ve also released a new version - 0.2.0 - of the Expect and Inline PPX extension. See:
Changelog:
Version 0.3.0 (2023-03-06)
- Retry dune commands every 2.5s if another process holds the dune directory lock.
- Change the name of the test profile to ‘Run Alcotest tests’.
- Set the tests state to ‘run’ before processing the tests.
- Add documentation of ‘Run Profiles’.
Internal Changes
- Add GitHub test action.
- Add GitHub Issue Template.
- Add jsdoc plugin for Eslint.
- Fix various jsdoc errors.
- Use function
workspaceLabel
to set the workspace node label and id.