Uh oh!
There was an error while loading. Please reload this page.
bump compat for AbstractDifferentiation to 0.6 - #228
Conversation
1aa9fc6 to
f3dafc7Compareoxinabox
commented
Oct 13, 2023
Yes, I tried this the other day. This fixes a bunch of stuff that was erroring due to getting rid of closures, |
oxinabox
commented
Oct 13, 2023
Ok I removed the things that were marked as broken that were fixed when i last tried 0.6-DEV |
@oxinabox happy to help debug the 0.6 changes, this issue recently popped up on discourse |
oxinabox
commented
Jan 16, 2024
Since I put this on the backburner I have completely forgotten what the more subtle broken things were. Feel free to take it over @gdalle |
gdalle
commented
Jan 16, 2024
I don't know anything about diffractor though, I was mostly talking about problems arising from AbstractDiff. Not sure I can help debug internals over here |
gdalle
commented
Jan 16, 2024
also it doesn't help that the Diffractor tests seem to be failing by default? |
oxinabox
commented
Jan 16, 2024
I think for julia 1.10 they should be working. |
gdalle
commented
Jan 16, 2024
That's only mildly reassuring 🤣 |
MasonProtter
commented
Jan 31, 2024
I played with this, and it's quite weird. There's a bunch of things where if I run the tests in the REPL they work fine, but if I do |
This pull request changes the compat entry for the
AbstractDifferentiationpackage from0.5to0.5, 0.6.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.