Skip to content
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

Closed
zbeekman opened this issue Feb 21, 2015 · 7 comments
Closed

Feature request: better/more verbose output #39

zbeekman opened this issue Feb 21, 2015 · 7 comments

Comments

@zbeekman
Copy link
Contributor

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.

@szaghi
Copy link
Owner

szaghi commented Feb 22, 2015

Hi Izaak,

Indeed there is yet the quiet option for making outputs more or less verbose. I think your request is more likely a debug mode rather than a verbose mode, do you agree? Anyhow tomorrow you will have the outputs with each command executed.

Thank you very much for your help

@zbeekman
Copy link
Contributor Author

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

@szaghi
Copy link
Owner

szaghi commented Feb 24, 2015

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.

@zbeekman
Copy link
Contributor Author

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.

@szaghi
Copy link
Owner

szaghi commented Feb 24, 2015

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.

@zbeekman
Copy link
Contributor Author

Hi @szaghi I can’t figure out how to get the debug/verbose output to work… Right now I can’t build a relatively simple project and can’t figure out why… never mind, I figured it out, but the online and embedded documentation could stand to be updated.

@szaghi
Copy link
Owner

szaghi commented Feb 27, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants