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

core: Fix printing of non-identifier symbols #2369

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

Moxinilian
Copy link
Contributor

@Moxinilian Moxinilian commented Mar 24, 2024

Symbol names are not required to be identifiers, and in that case they should be printed as @"non-identifier name", but xDSL would print them as @non-identifier name. This PR fixes this behavior.

@Moxinilian Moxinilian added bug Something isn't working core xDSL core (ir, textual format, ...) labels Mar 24, 2024
@Moxinilian Moxinilian self-assigned this Mar 24, 2024
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.65%. Comparing base (d380952) to head (7d5917a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2369   +/-   ##
=======================================
  Coverage   89.65%   89.65%           
=======================================
  Files         346      346           
  Lines       40923    40940   +17     
  Branches     6081     6082    +1     
=======================================
+ Hits        36689    36706   +17     
  Misses       3350     3350           
  Partials      884      884           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Moxinilian Moxinilian merged commit 1ce7628 into xdslproject:main Mar 25, 2024
10 checks passed
@Moxinilian Moxinilian deleted the fix-weird-symbols branch March 25, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core xDSL core (ir, textual format, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants