Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .JETLSConfig.toml.default
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ auto_instantiate = false # boolean, default: true
[diagnostic]
all_files = false # boolean, default: true

[[diagnostic.patterns]]
pattern = "not concretized"
match_by = "message"
match_type = "regex"
severity = "off"

[[diagnostic.patterns]]
pattern = "copy!.*Random.TaskLocalRNG.*Nothing"
match_by = "message"
Expand Down Expand Up @@ -81,4 +75,7 @@ pattern = "`jsbuttons` may be undefined"
match_by = "message"
match_type = "literal"
severity = "off"
path = "examples/**"
path = "examples/**"

[inlay_hint.types]
enabled = false # Hide type hints; keep `end`-tag hints
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
arch: ${{ matrix.arch }}
- name: Remove plotting packages (Linux)
if: runner.os == 'Linux'
run: sed -i '/KiteViewers\|NativeFileDialog\|Joysticks\|ControlPlots\|PyPlot/d' test/Project.toml
run: sed -i '/KiteViewers\|NativeFileDialog\|Joysticks\|MakieControlPlots\|PyPlot/d' test/Project.toml
shell: bash
- name: Remove plotting packages (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: (Get-Content test\Project.toml) -notmatch 'KiteViewers|NativeFileDialog|Joysticks|ControlPlots|PyPlot' | Set-Content test\Project.toml
run: (Get-Content test\Project.toml) -notmatch 'KiteViewers|NativeFileDialog|Joysticks|MakieControlPlots|PyPlot' | Set-Content test\Project.toml
- uses: julia-actions/cache@v3
if: runner.os != 'Windows' || matrix.version != '1.11'
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ examples/LocalPreferences.toml
bin/kps-image-1.12.so.bak
video/
output/parking_wind_dir.mp4
output/full_simulation.mp4
output/
examples/.CondaPkg/
test/.CondaPkg/
.CondaPkg/

output/jetls_20260620_150810.log
Loading
Loading