Skip to content

feat(ufmt): enhance printf functionnalities by adding flags #4136

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

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
502c85b
feat(examples): add 'pol' example page
paulogarithm Apr 7, 2025
f72fd4c
chore: remove the unusep p/pol/gnomining package
paulogarithm Apr 7, 2025
10c4960
feat(gnominers): nerf opal price & spawn rate
paulogarithm Apr 7, 2025
30780d2
Merge branch 'gnolang:master' into master
paulogarithm Apr 8, 2025
d935be7
feat(gnominers): begin dao impl in gnominers
paulogarithm Apr 8, 2025
966de11
fix(gnominers): finish impl dao
paulogarithm Apr 8, 2025
4923018
feat(gnominers): now you can generate a DAO request
paulogarithm Apr 8, 2025
80bf496
fix(gnominers): bad formatting
paulogarithm Apr 8, 2025
20260f7
feat: add uufmt (with printf with flags) + nfmt (number format)
paulogarithm Apr 9, 2025
5455127
Merge branch 'gnolang:master' into master
paulogarithm Apr 9, 2025
5d71b3a
feat: add flag parsing in ufmt.printf
paulogarithm Apr 10, 2025
f396fe4
fix(nfmt): number format fix .2f instead of .1f
paulogarithm Apr 10, 2025
a91aac5
fix(nfmt): number format func name
paulogarithm Apr 10, 2025
efb7a3e
fix(ufmt)!: flag parsing using []rune instead of string
paulogarithm Apr 11, 2025
c5d0400
feat(gnominers): add nfmt to shop
paulogarithm Apr 11, 2025
9451a3b
chore: remove tofix folder remotely
paulogarithm Apr 11, 2025
8289230
fix(#4109): html escape string global realm error
paulogarithm Apr 11, 2025
f2359c8
chore: add some gno-columns everywhere so its cleaner
paulogarithm Apr 11, 2025
ce15ebf
feat(gnominers): add the leaderboard system
paulogarithm Apr 11, 2025
9755a09
feat(ux): improved user experience + use md lib
paulogarithm Apr 14, 2025
6decc3f
feat(gnominers): change everything to use md lib
paulogarithm Apr 14, 2025
6b914d3
feat: add releases to gnominers
paulogarithm Apr 14, 2025
d83de10
feat: implement gnominers releases in home
paulogarithm Apr 14, 2025
6ea1081
chore: fixup render gno unused packages
paulogarithm Apr 14, 2025
76d2680
feat(home): make my home page use md lib
paulogarithm Apr 14, 2025
67b2a21
Merge branch 'master' into master
paulogarithm Apr 14, 2025
d172d78
fix: remove uufmt
paulogarithm Apr 14, 2025
feaffc2
test(ufmt/sprintf): add more tests to printf
paulogarithm Apr 14, 2025
fd9e9fb
feat(ufmt/printf): add %x features for []uint8{}
paulogarithm Apr 14, 2025
442a327
chore: remove r/pol & p/pol for clean PR
paulogarithm Apr 14, 2025
6c44073
chore: remove #4109 fix html
paulogarithm Apr 14, 2025
2dc5f13
Merge branch 'master' into ufmt-enhancement
paulogarithm Apr 14, 2025
47b20da
Update examples/gno.land/p/demo/ufmt/ufmt.gno
paulogarithm Apr 15, 2025
a9633ce
Update examples/gno.land/p/demo/ufmt/ufmt.gno
paulogarithm Apr 15, 2025
53a20d1
chore: formatting & typos
paulogarithm Apr 15, 2025
b6c03bf
fix: increase index pointer not based on number size
paulogarithm Apr 15, 2025
d79fd53
feat: ptrForward to safely move forward + fix! (see comment)
paulogarithm Apr 15, 2025
6353239
chore: move map to upvalues for better memory efficiency
paulogarithm Apr 15, 2025
1d29c1c
fix: remove test on leon's home
paulogarithm Apr 16, 2025
a6cbd14
Merge remote-tracking branch 'upstream/master' into ufmt-enhancement
paulogarithm Jun 17, 2025
d6ad9e8
fix(ufmt): fix float bad test precision
paulogarithm Jun 17, 2025
7555b3a
fix(ufmt): bad test with %e
paulogarithm Jun 17, 2025
f2517db
fix(ufmt): lengthModifier and flag type
paulogarithm Jun 17, 2025
0197930
test(ufmt): add more tests (go/fmt tests)
paulogarithm Jun 17, 2025
426f92c
fix(ufmt): make more tests pass
paulogarithm Jun 19, 2025
1787606
fix(ufmt): handle the sign in %f, %e, ...
paulogarithm Jun 19, 2025
d5f1fc3
perf(ufmt): add @notJoon optimisations
paulogarithm Jun 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading