-
Notifications
You must be signed in to change notification settings - Fork 696
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
docopt takes forever #46
Comments
Closed
5min is not normal. On my bindgen repo, the parsing is also almost instant. I'll try later to remove code on the main to see what's wrong. |
Definitely a bug somewhere. I'll try to look at it today. |
Thanks for looking into it @BurntSushi! :-) |
Docopt was backed out in #37. Let us know if/when it's fixed, though :) |
Seems good docopt/docopt.rs#195 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running bindgen on current m-c takes forever.
List of arguments: https://gist.github.com/Manishearth/da907aa5efdaaeb84eaf59eab75e172a
In the past, parsing happened almost immediately, but now it's taking more than 5 minutes. Interrupting the program while it runs under a debugger always gives us a backtrace within docopt, behind the
bind_args.iter().decode()
call in bindgen.cc @fitzgen @BurntSushi
The text was updated successfully, but these errors were encountered: