-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError causing segfault in Julia 1.6 tests #287
Comments
SimpleMock/Cassette is still kinda broken on 1.6, sadly. |
Is it worth restricting the package tests to 1.5? |
Since v1.6 is the stable release of Julia, and v1.5 is effectively now unmaintained, we really should be testing this packages works on v1.6. (I know anything that works on v1.5 should work on v1.6, but we should be testing on v1.6 to be sure). What are our options for getting tests working on v1.6? Is it to either
...is there another option? |
I'm not super familiar with Mocking.jl's capabilities but that might be an option
It's definitely beyond my abilities. I've also been toying with the idea of migrating SimpleMock from Cassette to Mixtape, but there are still many unknowns there. Another option is to refactor the tests to not require any mocking, or to just disable those tests. |
Mocking.jl requires annotating the code where you want to mock. That's the main difference from a Cassette-type approach. The usage README is pretty good. |
I will work on switching this over to Mocking.jl |
https://github.com/invenia/PkgTemplates.jl/runs/2198570926?check_suite_focus=true#step:7:187
The text was updated successfully, but these errors were encountered: