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
This is caused be RedBaron not having full support for python 3 syntax. The baron repo has multiple pull requests that implement the support. However, there has been no activity from maintainers to merge any of these PRs.
The text was updated successfully, but these errors were encountered:
* Static loader improvements
* Add parser using parso
* Run tests with Python 3.7 on travis
* Set parso as default parser
Users can override with GETGAUGE_USE_0_3_3_PARSER environment variable
* Static loader improvements
* Add parser using parso
* Run tests with Python 3.7 on travis
* Set parso as default parser
Users can override with GETGAUGE_USE_0_3_3_PARSER environment variable
Description
Python 3 syntax enhancements (such as f-strings, keyword-only arguments, etc) are not supported.
Steps to reproduce
"aeiou"
tof"aeiou"
Analysis
This is caused be RedBaron not having full support for python 3 syntax. The baron repo has multiple pull requests that implement the support. However, there has been no activity from maintainers to merge any of these PRs.
The text was updated successfully, but these errors were encountered: