Uh oh!
There was an error while loading. Please reload this page.
Enable testing on prereleases - #762
Conversation
Noticed while setting up the GPU infrastructure that ForwardDiff CI tests were missing pre.
devmotion
commented
Aug 15, 2025
Testing on unreleased Julia versions was disabled in #688 since it basically always failed - usually in the allocation tests, which also cause test errors in this PR. |
ChrisRackauckas
commented
Aug 15, 2025
That was nightly, that's not very related to testing on prereleases which is much safer. Nightly can fail because Julia base itself is broken which makes it not necessarily a good signal for anything useful. Prereleases shouldn't be broken as they should already be pretty close to being a release. The allocation tests failing here means that they will be likely breaking when the release is made unless someone opens an issue, which is a pretty good thing to know. In fact, if someone doesn't open that MWE on Julia itself in like 1 month it will just be a regression 😅 |
ViralBShah
commented
Aug 15, 2025
In addition, |
devmotion
commented
Oct 2, 2025
Superseded and fixed by #779. |
Noticed while setting up the GPU infrastructure that ForwardDiff CI tests were missing pre.