Skip to content

chore(compiler): eliminate warnings - #32

Merged
Prestgg1 merged 1 commit into
AzLangProgramingLanguage:mainfrom
martian56:chore/compiler-warnings
Jul 24, 2026
Merged

chore(compiler): eliminate warnings#32
Prestgg1 merged 1 commit into
AzLangProgramingLanguage:mainfrom
martian56:chore/compiler-warnings

Conversation

@martian56

Copy link
Copy Markdown
Contributor

Summary

  • remove unused compiler imports and dead helper code
  • compile compiler test modules only during test builds
  • clean unused test bindings and keep the variable test self-contained
  • leave the compiler crate warning-free without suppressing diagnostics

Testing

  • cargo +1.96.0 check --package compiler --all-targets --locked
  • cargo +1.96.0 clippy --package compiler --all-targets --no-deps --locked -- -D warnings
  • cargo +1.96.0 test --package compiler --locked
  • parser, validator, transpiler, and compiler CI package tests

The self-contained variable-test change also appears in #30 so this branch remains independently testable before that PR merges.

Copilot AI review requested due to automatic review settings July 23, 2026 07:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@Prestgg1 Prestgg1 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks you for your support

Comment thread compiler/src/tests/compiler_test.rs
@Prestgg1
Prestgg1 merged commit 8ec4287 into AzLangProgramingLanguage:main Jul 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants