Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize global (x,y) syntax during Expr conversion #303

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented Jun 6, 2023

The reference parser accepts this syntax and normalizes it eagerly. So we should do the same rather than making it part of fuzzy Expr comparison later.

The reference parser accepts this syntax and normalizes it eagerly. So
we should do the same rather than making it part of fuzzy Expr
comparison later.
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Merging #303 (9183f00) into main (219fa05) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #303   +/-   ##
=======================================
  Coverage   96.80%   96.80%           
=======================================
  Files          14       14           
  Lines        4094     4098    +4     
=======================================
+ Hits         3963     3967    +4     
  Misses        131      131           
Impacted Files Coverage Δ
src/expr.jl 100.00% <100.00%> (ø)

@c42f c42f merged commit 7e26d8b into main Jun 7, 2023
@c42f c42f deleted the c42f/normalize-global-tuple-syntax branch June 7, 2023 00:53
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