Fix CI: Remove unused @variables import and fix formatting in ModelingToolkitExt#487
Merged
oameye merged 3 commits intodependabot/github_actions/crate-ci/typos-1.43.3from Feb 10, 2026
Conversation
Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix continuous integration issues
Fix CI: Remove unused @variables import from ModelingToolkitExt
Feb 10, 2026
Member
|
@copilot Can you fix the formatting CI failure? |
Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>
Contributor
Author
Fixed the formatting issue by putting the Symbolics imports on a single line as required by JuliaFormatter. Commit: 3015af9 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
Fix CI: Remove unused @variables import from ModelingToolkitExt
Fix CI: Remove unused @variables import and fix formatting in ModelingToolkitExt
Feb 10, 2026
oameye
approved these changes
Feb 10, 2026
c37f431
into
dependabot/github_actions/crate-ci/typos-1.43.3
2 checks passed
oameye
added a commit
that referenced
this pull request
Feb 10, 2026
* build(deps): bump crate-ci/typos from 1.42.0 to 1.43.3 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.0 to 1.43.3. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.42.0...v1.43.3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI: Remove unused @variables import and fix formatting in ModelingToolkitExt (#487) * Initial plan * Remove unused @variables import from ModelingToolkitExt Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> * Fix formatting: Put Symbolics imports on single line Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> * [WIP] Update typos dependency from 1.42.0 to 1.43.3 (#488) * Initial plan * Remove unused @setup_workload and @compile_workload imports Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: oameye <57623933+oameye@users.noreply.github.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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
Thank you for contributing to
HarmonicBalance.jl! Please make sure you have finished the following tasks before finishing the PR.make test.juliaformatted by running:make format.docs/folder) related to code changes were updated and able to build locally by running:make docs.Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a Draft Pull Request to let the others know this on-going work.
Description
Fixed two CI failures in
ext/ModelingToolkitExt.jl:@variablesmacro was imported but never used in executable code (only appeared in documentation examples)Changes:
@variablesfrom Symbolics imports inext/ModelingToolkitExt.jlAll other Symbolics imports (
simplify,Equation,substitute,Num,expand,unwrap,arguments,wrap) remain and are actively used.Related issues or PRs
Fixes continuous integration test failures.
Additional context
N/A
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.