Skip to content
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

sqf: Inspector #780

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7f1ec1d
sqf: Inspector Initial
PabstMirror Sep 26, 2024
c8ad10e
Handle common external funcs, only show shadowing at same level
PabstMirror Sep 27, 2024
03f3ac9
Check arg arrays
PabstMirror Sep 28, 2024
8047f7c
Split-up lints
PabstMirror Oct 6, 2024
86db383
_forEachIndex
PabstMirror Oct 9, 2024
9af8cae
Merge branch 'main' into inspector
PabstMirror Oct 10, 2024
8bb9e45
Merge branch 'main' into inspector
PabstMirror Oct 12, 2024
86fd860
use `params` for possible types
PabstMirror Oct 15, 2024
c3bf7a1
Merge branch 'main' into inspector
PabstMirror Oct 20, 2024
1878680
update snaps?
PabstMirror Oct 20, 2024
8161ba6
update tests
PabstMirror Oct 21, 2024
2ccfcaf
Merge branch 'main' into inspector
PabstMirror Oct 22, 2024
2009006
fix config spelling
PabstMirror Oct 22, 2024
b3bb7e6
update lints
PabstMirror Oct 22, 2024
61d1038
Merge branch 'main' into inspector
PabstMirror Oct 25, 2024
8c99aa2
Merge branch 'main' into inspector
PabstMirror Nov 1, 2024
a7d9792
Update game_value.rs
PabstMirror Nov 3, 2024
0e37ace
Merge branch 'main' into inspector
PabstMirror Nov 10, 2024
8838a34
use generic version of value for param types
PabstMirror Nov 10, 2024
4a3a1cb
Merge branch 'main' into inspector
PabstMirror Nov 24, 2024
b686b2a
Improve checking code in external scopes
PabstMirror Nov 24, 2024
ddd6b76
Merge branch 'main' into inspector
PabstMirror Dec 14, 2024
2fa6d8b
func sig change
PabstMirror Dec 14, 2024
756fc91
fmt
PabstMirror Dec 18, 2024
5004b90
Merge branch 'main' into inspector
PabstMirror Dec 19, 2024
894ac8a
cleanup merge
PabstMirror Dec 19, 2024
188f5eb
Merge branch 'main' into inspector
PabstMirror Dec 20, 2024
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
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions libs/sqf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ linkme = { workspace = true }
thiserror = { workspace = true }
toml = { workspace = true }
tracing = { workspace = true }
regex = { workspace = true }

[features]
default = ["compiler", "parser"]
Expand Down
Loading
Loading