www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - printf argument validation

reply Walter Bright <newshound2 digitalmars.com> writes:
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
next sibling parent tester <tester aol.com> writes:
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
prev sibling parent Walter Bright <newshound2 digitalmars.com> writes:
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