digitalmars.D - printf argument validation
- Walter Bright (4/4) Feb 25 2020 https://github.com/dlang/dmd/pull/10812
- tester (4/9) Feb 26 2020 If you have specific issues, post the bugzilla numbers. If they
- Walter Bright (4/6) Mar 02 2020 And now we have one,
https://github.com/dlang/dmd/pull/10812 Now it's time for someone to take this code and modify it to do scanf, too! I.e. need a chkscanf.d. It's an easy project for someone wishing to get into contributing to D.
Feb 25 2020
On Wednesday, 26 February 2020 at 05:55:26 UTC, Walter Bright wrote:https://github.com/dlang/dmd/pull/10812 Now it's time for someone to take this code and modify it to do scanf, too! I.e. need a chkscanf.d. It's an easy project for someone wishing to get into contributing to D.If you have specific issues, post the bugzilla numbers. If they aren't in bugzilla, add them.
Feb 26 2020
On 2/25/2020 9:55 PM, Walter Bright wrote:Now it's time for someone to take this code and modify it to do scanf, too! I.e. need a chkscanf.d.And now we have one, https://github.com/dlang/dmd/pull/10852 thanks to Lucien Perregaux!
Mar 02 2020