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

feat: ufmt package to print all numeric primitive #1784

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

r3v4s
Copy link
Contributor

@r3v4s r3v4s commented Mar 18, 2024

gno.land/p/demo/ufmt to print all int*, uint* numeric except for *ptr

Contributors' checklist...
  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

@r3v4s r3v4s requested review from a team as code owners March 18, 2024 06:36
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.80%. Comparing base (01e91be) to head (f394808).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1784      +/-   ##
==========================================
- Coverage   47.51%   44.80%   -2.71%     
==========================================
  Files         388      459      +71     
  Lines       61373    67705    +6332     
==========================================
+ Hits        29159    30335    +1176     
- Misses      29772    34828    +5056     
- Partials     2442     2542     +100     

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

Copy link
Contributor

@leohhhn leohhhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! 💯

@gfanton gfanton merged commit 5c5d9ef into gnolang:master Mar 19, 2024
189 checks passed
@r3v4s r3v4s deleted the feat/ufmt-print-all-numeric branch April 2, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants