CompatHelper: bump compat for ModelingToolkit to 10 for package downstream, (keep existing compat)#452
Conversation
…tream, (keep existing compat)
284f935 to
5a7a056
Compare
5a7a056 to
092f9c2
Compare
|
I've analyzed this PR and identified the issues that need to be fixed: Issues Found
Fixes NeededThe following changes are required in the PR branch: 1. Fix
|
Patch FileI've created the necessary fixes but don't have push access to the PR branch. Here's a patch that can be applied: Click to expand patchdiff --git a/test/downstream/Project.toml b/test/downstream/Project.toml
index 406fd3f..bf9f6a0 100644
--- a/test/downstream/Project.toml
+++ b/test/downstream/Project.toml
@@ -7,7 +7,7 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
-ModelingToolkit = "8.33, 9"
+ModelingToolkit = "8.33, 9, 10"
MonteCarloMeasurements = "1.1"
OrdinaryDiffEq = "6.31"
StaticArrays = "1"The key changes:
See full patch in the previous comment. To apply this patch, someone with write access can: gh pr checkout 452
# Apply the changes shown above
git commit -am "Fix ModelingToolkit v10 compatibility"
git push🤖 Generated with Claude Code |
This pull request changes the compat entry for the
ModelingToolkitpackage from8.33, 9to8.33, 9, 10for package downstream.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.