-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
No support for async/await (updated title) #1145
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
Comments
It's a bug, but IMO not a very important one (I haven't encountered tab-indented code in years). However, maybe it's easy to fix? The place to fix would be mypy/lex.py. Do you feel like sending a pull request? |
Sure, will do. |
Well... this is embarrassing. The tabs actually do work fine, what I run into was #913. The code I was checking utilized async/await statements. |
No problem! At least now you know our issue tracker works. :-)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to check the code that was indented with tabs it spews errors like this:
test.py:8: error: Parse error before "def"
test.py:8: error: Parse error before :
test.py:9: error: Inconsistent indentation
test.py:10: error: Parse error before "p"
The text was updated successfully, but these errors were encountered: