You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 src/example.py
(12, 195°) = (-11.59, -3.11)
$ pyre --source-directory src check
Setting up a `.pyre_configuration` with `pyre init` may reduce overhead.
ƛ Could not parse file at example.py:5:22-5:22
ƛ Could not parse 1 file due to syntax errors!
ƛ No type errors found
I'm using Python 3.7.7 installed via homebrew on macOS Catalina 10.15.4.
$ pyre --version
No watchman binary found.
To enable pyre incremental, you can install watchman: https://facebook.github.io/watchman/docs/install.html
Defaulting to non-incremental check.
Binary version: 8a73fbdd6f7e74fa832ecbf5a9e2ebe20be46cd5
Client version: internal-dev
The text was updated successfully, but these errors were encountered:
ufl-taeber
changed the title
Bug - "Could not prase file" with theta
Bug - "Could not parse file" with theta
Apr 23, 2020
The background here is that our lexer library is not unicode compatible :/. Therefore supporting this would require reimplementing our lexing into a new library, which would be a significant amount of work.
We do plan on doing this at some point, but it will likely be a while.
mrkmndz
changed the title
Bug - "Could not parse file" with theta
Support Unicode
Apr 23, 2020
Pyre fails to parse files with
θ
(and most likely other non-ASCII characters supported by CPython).I'm using Python 3.7.7 installed via homebrew on macOS Catalina 10.15.4.
The text was updated successfully, but these errors were encountered: