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

Show Information of Definition in Repl #1127

Merged
merged 7 commits into from
Jul 1, 2024
Merged

Show Information of Definition in Repl #1127

merged 7 commits into from
Jul 1, 2024

Conversation

HoshinoTented
Copy link
Contributor

How to pretty print a core decl?

@HoshinoTented HoshinoTented added this to the v0.34 milestone Jun 30, 2024
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 79.08%. Comparing base (e658be7) to head (8672685).
Report is 3 commits behind head on main.

Files Patch % Lines
...ain/java/org/aya/cli/interactive/ReplCompiler.java 40.00% 5 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1127      +/-   ##
============================================
- Coverage     79.12%   79.08%   -0.04%     
- Complexity     3292     3294       +2     
============================================
  Files           302      302              
  Lines         10037    10047      +10     
  Branches       1195     1198       +3     
============================================
+ Hits           7942     7946       +4     
- Misses         1432     1435       +3     
- Partials        663      666       +3     

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

@HoshinoTented HoshinoTented linked an issue Jun 30, 2024 that may be closed by this pull request
@ice1000
Copy link
Member

ice1000 commented Jun 30, 2024

How to pretty print a core decl?

I think we need to somehow write a conversion function

@ice1000 ice1000 marked this pull request as ready for review June 30, 2024 23:29
@ice1000 ice1000 merged commit f6a0b42 into main Jul 1, 2024
4 of 6 checks passed
@ice1000 ice1000 deleted the repl-info branch July 1, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement :i in repl
2 participants