-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Parsing default fix list of values #58
Comments
You are not bothering at all! Thank you very much, it is absolutely a bug! Unfortunately, test coverage is still poor (70%), thus there are probably a lot of bug. Tomorrow I will fix this. Thank you again! |
In the new v1.0.2 this should be fixed (with also the cosmetic change you highlighted into issue #57). I also introduce a (hopefully) nice new feature: the explicit call to See the new added tests Let me know if this fix the bug also for you. Cheers. |
Hi, Yes and no. All the defaults are parsed correctly, but now the
where I would expect
an easy fix perhaps? |
@ollehellman ops... the weird separators are indeed the internal flap one that are inserted by the new sanitize... it is easy to fix, later today I push a fix. Thank you for your help (you are now mentioned into the official contributors 😄 ) |
This should be fixed. @ollehellman feel free to re-open it. |
Hi,
Sorry to bother you so much. I think I found a bug: running
./test_basic --string hello
gives meWhereas the default values are 1 8 32. If I add
--integer_list 1 2 3
everything works fine. I tracked it down, and it seems that the default separator 'args_sep' is not inserted into the default list. I could fix it by replacingwith
But that is probably not a good way of doing it. I tried figuring out the
parse
sobroutine, but my brain started hurting when I tried to figure out what to add.The text was updated successfully, but these errors were encountered: