Closed Wikunia closed 3 years ago
@timholy Do you happen to know what's the cause to this?
It seems that this can be fixed by removing the two failing precompilation directives but I don't know what's the root cause of this.
Yeah, it's a bad interaction between me being lazy and using an assert where I shouldn't have and adding a type-parameter to FileIO.File
, which normally would not be a breaking change but the combination of the two has been bad.
Fixed in #85. I don't have merge privileges, so if you do please merge and register.
I have an issue with precompilation from ReferenceTests since today here: https://github.com/Wikunia/ConstraintSolver.jl/runs/2030426740?check_suite_focus=true
the error message looks like this:
Update: This also happens locally in a new temporary environment just for reference tests:
Any idea why this is happening?