Skip to content

Enable -Xcheck-macros compiler flag - #49

Merged
halotukozak merged 1 commit into
mainfrom
feature/xcheck-macros
Sep 3, 2026
Merged

Enable -Xcheck-macros compiler flag#49
halotukozak merged 1 commit into
mainfrom
feature/xcheck-macros

Conversation

@halotukozak

Copy link
Copy Markdown
Collaborator

Summary

  • Adds -Xcheck-macros next to the existing -Ycheck:macros, to validate owner-chain correctness of trees produced by macro expansion.
  • Part of a rollout across all halotukozak-com Scala repos (commons → made/regex → mcodec → mrpc/alpaca).

Test plan

  • scala-cli compile . --test — clean
  • scala-cli test . — all suites pass

🤖 Generated with Claude Code

https://claude.ai/code/session_01AJQpFDdXKU9TGHGpTdCepM

Validates owner-chain correctness of trees produced by macro expansion,
complementing the existing -Ycheck:macros phase check.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AJQpFDdXKU9TGHGpTdCepM
Copilot AI lite review requested due to automatic review settings September 3, 2026 12:16

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.

@halotukozak
halotukozak merged commit 866ebcd into main Sep 3, 2026
8 checks passed
@halotukozak
halotukozak deleted the feature/xcheck-macros branch September 3, 2026 12:21
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.

2 participants