-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fixing ir printing #629
Fixing ir printing #629
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #629 +/- ##
==========================================
+ Coverage 83.44% 84.40% +0.95%
==========================================
Files 89 89
Lines 7335 7349 +14
==========================================
+ Hits 6121 6203 +82
+ Misses 1214 1146 -68
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…g/bloqade-python into fixing-IR-printing
going back to the standard definitions for printing e.g.
repr
is python code andstr
is a prettier version of the object.I understand this won't fix the issue with the python REPL looks bad for the IR but it looks even worse when you have objects that use the standard convention while the bloqade IR objects do not. I think its looks better if things are consistent.