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

No description of error messages in bitwidth.b #6

Open
PurpleMyst opened this issue Aug 1, 2019 · 2 comments
Open

No description of error messages in bitwidth.b #6

PurpleMyst opened this issue Aug 1, 2019 · 2 comments

Comments

@PurpleMyst
Copy link

As the title says, my interpreter gets an incorrect output of Hello Zombie! 255 on bitwidth.b however I can't see anywhere mentioning the bug which is related to that particular output.

It'd be interesting to see what error means what. :)

@rdebath
Copy link
Owner

rdebath commented Aug 8, 2019

Most of the bugs you're likely to get just scream about Zombies (Cause it's code that should be dead, but is still running around) which is the same for many different issues.

In this case, the error you got only appears for one of my test cases: broken-bfM.c, however, there is no guarantee that your problem is with the < command not allowing a return to cell zero.

Still, listing which test cases trigger which messages is probably good.

@PurpleMyst
Copy link
Author

That was indeed the bug, but I had to take a bit longer to diagnose it myself

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

No branches or pull requests

2 participants