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

Error creating Python code from Pyth Source #242

Open
cykapup opened this issue Sep 21, 2017 · 2 comments
Open

Error creating Python code from Pyth Source #242

cykapup opened this issue Sep 21, 2017 · 2 comments

Comments

@cykapup
Copy link

cykapup commented Sep 21, 2017

I was working on this problem, and I created a very basic starting point.

As I tried executing the code, there were more errors than I'd expected, including "parse_token", which I didn't have in my code. I opened the debugger to see what I did, and it did not show the converted python code, just lines on lines of compiler errors.

The code was VzIqHN=Z?qJ\\hZtZ)+*dZN=HN, link is here

@cykapup
Copy link
Author

cykapup commented Sep 21, 2017

Issue was I typed "J" instead of "H" on character 11. I guess the auto-init tripped up the compiler

@Maltysen
Copy link
Contributor

Yeah, this sort of error usually means that you messed up the arity somewhere. This could be because you actually gave the wrong number of arguments, or as you did, used a wrong command, which messed stuff up down the line.

We may want to look into catching these errors and doing our own compile-time error reporting, but that may be hard.

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