Closed kLabz closed 5 years ago
... and it only works for haxe 4, of course
There's still some issues on CI.
Errors on 3.4.7 are not related to this PR and seem to be linked to https://github.com/back2dos/travix/issues/116
Errors on latest haxe seem to be related to some tink_* version mismatch, plus travix not being really ready for rc 4
Thank you very much, will release a new haxelib version soon!
@ciscoheat Can we have that new haxelib version pls 😋
Ah... seems like afterEach
needs same treatment :(
Ah... seems like afterEach needs same treatment :(
I'll check all functions and make another PR
@kLabz thanks, as soon as you've done that I'll release a new haxelib version!
New version released (2.10.3)!
Using
beforeAll(() -> { /* ... */ })
on haxe 4.0.0 rc 4 gives the following error:Unnamed lvalue functions are not supported
.