Staging
v0.8.1
Revision 24a7c298d47658295673dc04d1b6d59f2b200a7c authored by Lysandros Nikolaou on 28 October 2020, 00:14:15 UTC, committed by GitHub on 28 October 2020, 00:14:15 UTC
* Implement running the parser a second time for the errors messages

The first parser run is only responsible for detecting whether
there is a `SyntaxError` or not. If there isn't the AST gets returned.
Otherwise, the parser is run a second time with all the `invalid_*`
rules enabled so that all the customized error messages get produced.

(cherry picked from commit bca701403253379409dece03053dbd739c0bd059)
1 parent c4b58ce
History
File Mode Size
workflows
CODEOWNERS -rw-r--r-- 3.9 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
FUNDING.yml -rw-r--r-- 57 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 485 bytes

back to top