[pull] master from SciML:master - #60
Merged
Merged
Conversation
…B floor to 0.8.1 (#83) The Core and Downgrade jobs have been red because the MATLAB runtime is not available on CI runners: - Core (julia 1 / lts): matlab_runtime_tests.jl calls solve(prob, ode45()), which opens a MATLAB MSession. On any runner without a usable MATLAB engine (all GitHub-hosted runners, and self-hosted runners without a licensed engine) MSession throws UndefRefError, erroring the test. The interface and JET tests, which exercise this package's own logic without an engine, pass. Gate the engine-dependent solve calls on an actual capability probe (MATLAB.libmx_size > 0 plus a real MSession(0) attempt): run them where a working MATLAB engine exists (and assert they succeed), skip with an @info notice where it does not. The package logic tests still run unconditionally. - Downgrade (lts): the MATLAB compat floor "0.8" resolves MATLAB v0.8.0, whose __init__ unconditionally runs `which matlab` and errors when MATLAB is absent, so MATLABDiffEq cannot even precompile. v0.8.1 introduced the deps.jl / check_deps build mechanism with a CI fallback (libmx_size = 0) that loads gracefully without MATLAB. Raise the floor to "0.8.1" (drops only the broken v0.8.0 patch) so Downgrade resolves to a loadable MATLAB. Verified locally on Julia 1.12 (the "julia 1" channel) with CI=true and no MATLAB present: Core tests pass (interface 40/40, jet 34/34, runtime tests skipped with the @info notice). MATLAB v0.8.1 confirmed to load gracefully (libmx_size == 0) on Julia 1.10 with CI=true and no MATLAB installed. Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )