-
Notifications
You must be signed in to change notification settings - Fork 68
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
Python error on coq error #46
Comments
bump |
Silly workaround without digging into it:
|
I am working on a fix here. There still are some issues, but it should fix the most of these errors. Would you mind testing it ? |
@lucas8, I ran into the same error; I've been using your fix and I haven't noticed any issues so far. Thanks a lot! Do you know how to speed up the acceptance of your pull request? |
@felixbauckholt The best you can do is to comment my pull request, and hope @trefis will see it. To prevent this kind of problems, I asked a Coq developer if there was any documentation for the protocol, and there isn't. Futhermore it seems to be mostly experimental and prone to change, so I guess we're stuck with having these problems for every new version. |
Thank you @lucas8 for making that branch! I'm using it now and it is working great for me. |
@lucas8: Which pull request were you referring to? I too would like to see this merged. |
@williamsonrichard I was speaking of #55, which has already been merged. I just noticed I didn't included in the pull request my last two commits. I just made a pull request for that : #67 |
If an error in a proof is introduced (such as a
reflexivity
where the subgoal can't be solved with it), the python wrapper spits back an error that says the following -This is instead of printing this information in the third pane, like it did in previous versions.
Also, it was pretty stable up until I started trying to reproduce the error, and now it just makes vim hang when I try to get back to where I was, the same as #45. This happens in both neovim 0.1.7 and vim 8.0 using coq 8.5pl3.
The text was updated successfully, but these errors were encountered: