Skip to content
Open
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
6 changes: 5 additions & 1 deletion unified/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ This is a CodeQL extractor based on tree-sitter.

- To run tests for the parser and mapping, run `cargo test` in the `extractor` directory.

- Do not edit the printed ASTs in `extractor/test/corpus` directly. To regenerate the ASTs, run `scripts/update-corpus.sh`.
- Extractor test cases are located at `extractor/test/corpus/swift/*/*.swift`.

- Each test case has a corresponding `.output` file containing its generated output along with a copy of the test case itself.

- Check the output files for correctness but do not edit them manually. Regenerate them with `scripts/update-corpus.sh`.

## CodeQL Testing
- If you changed the extractor code, always rebuild it before running CodeQL tests.
Expand Down
377 changes: 0 additions & 377 deletions unified/extractor/tests/corpus/swift/closures.txt

This file was deleted.

Loading
Loading