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

Python 3 syntax support #96

Closed
surajbarkale opened this issue Jul 23, 2018 · 0 comments
Closed

Python 3 syntax support #96

surajbarkale opened this issue Jul 23, 2018 · 0 comments

Comments

@surajbarkale
Copy link
Contributor

Description

Python 3 syntax enhancements (such as f-strings, keyword-only arguments, etc) are not supported.

Steps to reproduce

  1. Create project from skeleton
  2. In step_impl.py change a "aeiou" to f"aeiou"
  3. Run gauge specs

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.

BugDiver pushed a commit that referenced this issue Aug 2, 2018
* 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
@ghost ghost removed the community label Aug 3, 2018
shubhamsc pushed a commit that referenced this issue Aug 6, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants