Create and upstream a C23 %b printf directive patch
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
Research direction
Start with mingw-w64-crt/stdio/mingw_pformat.c at __pformat and mingw-w64-crt/stdio/mingw_sformat.c at __mingw_sformat, using the linked locations. Read the C23 %b requirements and the surrounding directive handling. Done means a patch covering both entry points has been created and upstreamed.
Written by the indexing model from the issue text.
Description
Specifically a patch to add case 'b': to __pformat (print) and __mingw_sformat (scan):
https://github.com/mingw-w64/mingw-w64/blob/v13.0.0/mingw-w64-crt/stdio/mingw_pformat.c#L2346
https://github.com/mingw-w64/mingw-w64/blob/v13.0.0/mingw-w64-crt/stdio/mingw_sformat.c#L293
- Dominant language
- C
- Stars
- 4.8k
- Forks
- 381
- Avg merge
- 45m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from skeeto/w64devkit
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
All issues in skeeto/w64devkit
Similar issues
-
level/task module/gcp type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 86/100
hapostgres/pg_auto_failover#1190 ·
-
docs
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
P3 sonic-vpp
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sonic-net/sonic-buildimage#29662 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
spack/spack-packages#6586 ·