ChangeLog
CHANGELOG
v0.1.17
Take care of exceptions that throw on their own when reported
Fix a test that was freezing if
$RAKUDO_MAX_THREADSenvironment variable is set to a too low valuev0.1.16
Fix
cmp-deeplyfor nominalizablesFix
cmp-deeplyfor paramterized hashes with non-string keysv0.1.15
Fix
test-assertiontrait when the assertion is used at the top levelv0.1.14
Implement
test-assertiiontraitFix
exitfreezing when called within asubtestv0.1.13
Fix comparing of undefined attributes
v0.1.12
Fix
cmp-deeplyfailing while reporting aPairv0.1.11
isa-okreports types only nowFix handling of TEST_JOBS environment variable
v0.1.10
Make
cmp-deeplyreports about difference in positionals or associatives more detailed by reporting different sizes or key sets, respectively.v0.1.9
diagis now using**slurpiness and gistifies its arguments, making it moresay-alikeAdded
cmp-deeplytestv0.1.7
Make the module play well with independent threads
Improve warning message for tools invoked after
done-testingv0.1.6
Fixed a critical bug in slang which was breaking role declarations
v0.1.5
Fixed compatibility with Rakudo compiler new-disp implementation
v0.1.4
Mostly bug fix release
Added
:timeoutparameter tois-runv0.1.3
Improved handling of exceptions
Subtests now attempt to report any exception produced by their body rather than bailing out immediately
New method on Aggregator role: event-queue-active
A couple of minor fixes
v0.1.2
Fixed a rare bug causing
throws-liketo throw itself.v0.1.1
Fixed a tool call stack race condition
Fixed a todo+subtest race condition and extra todo count consumption
v0.1.0
Implemented tool call stack and tool anchoring (Test::Async::Manual)
Added support for pre-comments, or header comments, to Test::Async::Event::Test
Added a header to the output of non-hiddent subtests, similar to a Rakudo request ticket
Implemented auto-registration for inline
test-bundledeclarationsAdded
abort-testingtool