-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feature request: better/more verbose output #39
Comments
Hi Izaak, Indeed there is yet the Thank you very much for your help |
Sure, calling it debug or verbose… either are fine. As far as the quiet option… it seems that there is only the ability to decrease verbosity using quiet, not increase it, as per the documentation here: https://github.com/szaghi/FoBiS/wiki/Getting-Started |
Hi Izaak, you feature request should be added to the new v1.5.2 just uploaded on both github and PyPi. I have added you as contributor (https://github.com/szaghi/FoBiS/wiki/About#contributors), I hope you do not dislike this. See you soon. |
Thanks for the update! I don’t mind at all being listed as a contributor. Sorry I haven’t had a chance to look at #38… it sounds like it could be the arg_parse quote bug you mentioned… I’ll send you a link to my branch of json-fortran where I’m seeing the error once it’s in slightly better shape and also test all the versions of FoBiS.py to figure out which introduced the error. |
Don't worry for the #38. I leave it open just as a remainder. If in the next future I will not have any feedback about it I will close. Thank you very much for your help. See you soon. |
|
Should be -verbose
|
It would be nice if there was a flag to increase the verbosity of FoBiS.py to help trouble shoot problems. There should be a flag that makes FoBiS.py output what commands it is running as it runs them. Right now, when something goes wrong it is too opaque as to whether the problem was in FoBiS.py (a bug) or if the user did something wrong. For example, see jacobwilliams/json-fortran#53 where the problem was an extra space was introduced into the build script. If there had been some sort of step by step debugging output it would have been easier to see that flags weren’t passed into FoBiS.py due to an error in the shell script.
The text was updated successfully, but these errors were encountered: