We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refactoring is not working as expected after changing the parser from redbaron to parso. The issue is replicable from the command line and ide both.
redbaron
parso
step1
step "param"
step "inserted param" "param"
@step("step <inserted param> <asd>") ^ SyntaxError: duplicate argument 'arg0' in function definition
Gauge version: 1.0.1 Commit Hash: 083a02f
HEAD
3.7.0
getgauge
pip3 show getgauge
Installed from source
This started happening after merging the #96 by @surajbarkale.
The text was updated successfully, but these errors were encountered:
Validating param name before adding #103
41ff0d2
The fix should be available in nightly >= 8/13/2018
Sorry, something went wrong.
BugDiver
No branches or pull requests
Description
Refactoring is not working as expected after changing the parser from
redbaron
toparso
.The issue is replicable from the command line and ide both.
Steps to reproduce
step1
and implement it.step1
tostep "param"
step "param"
tostep "inserted param" "param"
Information that will help us debug
Gauge version: 1.0.1 Commit Hash: 083a02f
HEAD
3.7.0
getgauge
package version, runpip3 show getgauge
to get it ->Installed from source
Note
This started happening after merging the #96 by @surajbarkale.
The text was updated successfully, but these errors were encountered: