Skip to content

Releases: JuliaTesting/ReTest.jl

v0.4.0

02 May 13:17
693c02a

Choose a tag to compare

ReTest v0.4.0

Diff since v0.3.4

Fixed compatibility with Julia 1.13 and improved TTFX. Julia 1.13 is now the minimum supported version due to the difficulty of maintaining support for older versions. There should be no breaking changes but the version was bumped to be safe since there were a lot of internal changes.

Merged pull requests:

Closed issues:

  • Compilation is slow for retest (#57)
  • Need to manually create Git tag for v0.3.4 (#60)
  • Segfault on linux with spinner enabled (#61)
  • Precompilation fails on nightly (#62)

v0.3.4: Add a precompilation workload

29 Jan 22:02
52b8ad1

Choose a tag to compare

What's Changed

Full Changelog

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Sep 15:43
69f2e7d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

09 Nov 11:43

Choose a tag to compare

ReTest v0.3.2

Diff since v0.3.1

Closed issues:

  • mysterious deprecation warnings (#37)
  • Lots of warnings (#40)
  • tests involve fragile RNG that fails in some contexts (#42)
  • deprecation warnings from other packages pollutes the test log if running pkg> test using ReTest (#43)

Merged pull requests:

  • fixed inappropriate deprecation warnings when checking for sub-modules (#41) (@ExpandingMan)

v0.3.1

14 Aug 07:56

Choose a tag to compare

ReTest v0.3.1

Diff since v0.3.0

Closed issues:

  • type TaskLocalRNG has no field seed (#26)

Merged pull requests:

  • dryrun: keep track of loop variables from parent testsets (#28) (@rfourquet)
  • hijack: add include=:static option (#30) (@rfourquet)
  • support nesting Test.@testset within ReTest.@testset (#31) (@rfourquet)
  • alignment: take nested testsets into account when verbose (#32) (@rfourquet)
  • hijack: be more precise with include=:static (#33) (@rfourquet)
  • hijack: allow specifying custom include-like functions (#34) (@rfourquet)

v0.3.0

29 Jul 08:50

Choose a tag to compare

ReTest v0.3.0

Diff since v0.2.0

Closed issues:

  • How to use InlineTest? (#5)
  • Doc improvement suggestion: Simple runnable examples (#24)

Merged pull requests:

v0.2.0

09 Feb 16:32

Choose a tag to compare

ReTest v0.2.0

Diff since v0.1.0

Merged pull requests:

  • statically filter all testsets (#2) (@rfourquet)
  • handle gracefully when testset-for iterators can't be eval'ed or collect'ed (#3) (@rfourquet)
  • InlineTest is reborn (#4) (@rfourquet)

v0.1.0

05 Nov 20:31

Choose a tag to compare

ReTest v0.1.0