-
Notifications
You must be signed in to change notification settings - Fork 0
Fix warnings #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Fix warnings #214
Changes from 41 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
9196bce
Fix warnings
ufechner7 b5014f3
Fix warnings
ufechner7 4cb1bd1
Large fix to avoid a closure
ufechner7 75fe2f0
Fix warning
ufechner7 ffd4ab1
Fix warning
ufechner7 50fb311
Fix warning
ufechner7 9783c57
Fix error
ufechner7 ca1c57d
Fix warnings
ufechner7 24bc519
Fix warnings
ufechner7 b076469
Fix warnings
ufechner7 74b5378
Fix warning
ufechner7 3ae1d50
Suppress one message
ufechner7 13d8f74
Update test/Project.toml
ufechner7 ceea7d6
Fix warning
ufechner7 611d177
Fix warning
ufechner7 b212b0b
Fix warnings
ufechner7 21ebe19
Fix tests
ufechner7 f7b041e
Fix warnings
ufechner7 2343460
Fix warnings
ufechner7 f8d3d55
Fix warnings
ufechner7 b941732
Fix warnings
ufechner7 9d86d40
Fix warning
ufechner7 9f67197
Fixed multi-wing bug
ufechner7 15b1340
Fix set_va! with omega on multi-wing bod
ufechner7 bd7e854
Remove unused argument reference_point
ufechner7 f73eda8
Rename unused parameter to _p
ufechner7 d75cfa7
Fix Copilot remark
ufechner7 8a49e3d
Activate examples project in the examples
ufechner7 57b7de9
Add using SciMLBase
ufechner7 73814df
Do not export solve_base!
ufechner7 85bda52
Fix issue found by Copilot related to set_va!
ufechner7 801c411
Update test/solver/test_solver.jl
ufechner7 1c805c3
Fix docstring
ufechner7 8eedaa1
Fix allocations
ufechner7 f532fe7
Fix warnings
ufechner7 4d57ca5
Add package Pkg
ufechner7 831c7fc
Fix warnings
ufechner7 2ada45c
Fix warnings
ufechner7 cfe5a53
Fix warning
ufechner7 e49ad9b
Update default manifest
ufechner7 fd8829c
Update src/solver.jl
ufechner7 e944b82
Add file to .gitignore
ufechner7 e681da6
Update default manifest
ufechner7 f3c920e
Instantiate the environment
ufechner7 103a694
Next try
ufechner7 b3b7a57
Next try
ufechner7 9e8d381
Avoid closure
ufechner7 c405a7a
Increase timeout limit
ufechner7 b7d744f
Use workspaces
ufechner7 cbee7e8
Add jetls_examples
ufechner7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| #!/bin/bash | ||
| # SPDX-FileCopyrightText: 2025 Uwe Fechner | ||
| # SPDX-License-Identifier: MIT | ||
|
|
||
| cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" | ||
| if [[ $(basename $(pwd)) == "bin" ]]; then | ||
| cd .. | ||
| fi | ||
|
|
||
| jetls check --root=. src/ |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| using Pkg | ||
| Pkg.activate(@__DIR__) | ||
|
|
||
| using GLMakie | ||
| using VortexStepMethod | ||
| using REPL.TerminalMenus | ||
|
|
||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,6 @@ | ||
| using Pkg | ||
| Pkg.activate(@__DIR__) | ||
|
|
||
| using GLMakie | ||
| using LinearAlgebra | ||
| using VortexStepMethod | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.