Releases: JuliaTesting/ReTestItems.jl
Releases · JuliaTesting/ReTestItems.jl
v1.35.1
ReTestItems v1.35.1
Merged pull requests:
- Replace
Base.walkdirwith variation that skips hidden directories (#236) (@nickrobinson251)
Closed issues:
- julia version 1.14.0-DEV.81: MethodError: no method matching setindex! (#234)
v1.8.1
ReTestItems v1.8.1
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v1.8.0
ReTestItems v1.8.0
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v1.35.0
v1.34.1
ReTestItems v1.34.1
Merged pull requests:
- Always activate test env on workers (#229) (@nickrobinson251)
Closed issues:
- Workers have incorrect environment when JULIA_PROJECT set (#228)
v1.34.0
ReTestItems v1.34.0
Merged pull requests:
- Initial support for running test failures first via
failures_first=true(#212) (@nickrobinson251)
Closed issues:
- Ability to only run failures (and/or to run them first) (#172)
v1.33.2
ReTestItems v1.33.2
Merged pull requests:
- Update CI to use
julia-actions/cacheand1.12+ fixes for 1.12 (#221) (@nickrobinson251)
Closed issues:
- Switch CI to use
julia-actions/cache(#207)
v1.33.1
ReTestItems v1.33.1
Merged pull requests:
- Fix logging test counting bug when more workers than tests (#219) (@nickrobinson251)
- Don't touch the file system when precompiling (#220) (@Drvi)
v1.33.0
ReTestItems v1.33.0
Merged pull requests:
- throw if no test items found (#216) (@nickrobinson251)
- Bump version (#218) (@nickrobinson251)
v1.32.0
ReTestItems v1.32.0
Merged pull requests:
- Update Test.FailFastError handling after Julia pr 58695 (#214) (@nickrobinson251)
- warn if no test items found (#215) (@nickrobinson251)
Closed issues:
- Drop LoggingExtras.jl dependency (#135)