Exercise generated compiler corpus across JASS and Lua - #1271
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@codex review |
|
Codex Review: Didn't find any major issues. Swish! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. Another round soon, please! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
WurstOperator,LineOffsets, andWurstKeywordsMapWithIndexesand fix stale indexes when replacing a value@PropertyWhy
The existing SmallCheck properties are not discovered by the normal TestNG Gradle task; only ordinary tests ran. The executable corpus closes that gap and exercises the compiler pipeline across both backends. The utility tests cover previously untouched core classes and assert their semantic contracts.
Verification
./gradlew.bat test --tests "tests.wurstscript.tests.CompilerFuzzTestsSC": passed (3 tests, including the 64-program corpus)./gradlew.bat test --tests "tests.wurstscript.tests.WurstOperatorTests" --tests "tests.utils.LineOffsetsTests" --tests "tests.utils.MapWithIndexesTests": passedKnown gap: this is a compile/diagnostic differential gate, not runtime equivalence testing. Follow-up work should add execution-level oracle cases and IM invariants for the highest-risk lowering passes.