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

Remove conditionals from the symbol when making the hole for concrete syntax #1878

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

DavyLandman
Copy link
Member

This fixes #1877 which unearthed that the symbolAST2SymbolConstructor behaved differently

… syntax

This fixes #1877 which unearthed that the symbolAST2SymbolConstructor behaved differently
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #1878 (1406d96) into main (b684d0e) will increase coverage by 0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              main   #1878   +/-   ##
=======================================
  Coverage       49%     49%           
- Complexity    6155    6156    +1     
=======================================
  Files          660     660           
  Lines        58668   58668           
  Branches      8543    8543           
=======================================
+ Hits         28918   28921    +3     
+ Misses       27561   27557    -4     
- Partials      2189    2190    +1     

see 7 files with indirect coverage changes

@DavyLandman
Copy link
Member Author

@jurgenvinju helped write this code and review it, so the test have passed, merging this and creating a bugfix release.

@DavyLandman DavyLandman merged commit b2e3e56 into main Oct 27, 2023
7 checks passed
@jurgenvinju jurgenvinju deleted the fix-1877 branch October 27, 2023 16:52
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.

Regression in concrete syntax around iter-sep
1 participant