Skip to content

style: fix atom quoting for ..// operator in ir_gen.ex#118

Closed
yevbar wants to merge 1 commit intomasterfrom
bashful/fix-formatter-ir-gen
Closed

style: fix atom quoting for ..// operator in ir_gen.ex#118
yevbar wants to merge 1 commit intomasterfrom
bashful/fix-formatter-ir-gen

Conversation

@yevbar
Copy link
Copy Markdown
Contributor

@yevbar yevbar commented Mar 1, 2026

Fix CI Formatting Failure

The ..// operator atom was written as {:..// but mix format canonicalizes it to {:"..//". This caused the CI formatting check to fail.

Applied mix format output — 23 occurrences in ir_gen.ex.

  • All 9413 tests pass
  • mix format --check-formatted passes

mix format changes {:..// to {:"..//" which is the canonical quoted
atom form. Apply formatter output to fix CI formatting check.
@yevbar
Copy link
Copy Markdown
Contributor Author

yevbar commented Mar 1, 2026

Closing: master CI is now green after recent commits fixed the formatting issue.

@yevbar yevbar closed this Mar 1, 2026
@yevbar yevbar deleted the bashful/fix-formatter-ir-gen branch March 1, 2026 08:37
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.

1 participant