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

isCommand method is buggy #17

Open
palmskog opened this issue Nov 13, 2013 · 1 comment
Open

isCommand method is buggy #17

palmskog opened this issue Nov 13, 2013 · 1 comment
Labels
bug Something isn't working major

Comments

@palmskog
Copy link
Member

Original report by Jason Gross (Bitbucket: jasongross9, ).


The isCommand method incorrectly thinks that 'Notation "( x , y , .. , z )" := (pair .. (pair x y) .. ' is a complete command. It is not; the complete command is 'Notation "( x , y , .. , z )" := (pair .. (pair x y) .. z).' It should check to make sure that not only is the final character a terminator and the next character whitespace, but that the character before the final character is not '.'.

I suspect that the code also fails to handle the 'Proof using tac. foo... bar... Qed.' style-proofs.

@palmskog
Copy link
Member Author

Original comment by Jason Gross (Bitbucket: jasongross9, ).


Oops, it looks like the problem was that I was using the currently released version, rather than the source. Sorry about that.

Are you planning on doing a new release anytime soon?

@palmskog palmskog added major bug Something isn't working labels Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant