-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add printer for setting config from current #168
Add printer for setting config from current #168
Conversation
else: | ||
raise NotImplementedError("SET statement of kind %s not implemented yet" | ||
% node.kind) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VAR_SET_CURRENT
is the last option, so it doesn't make sense leaving this here anymore.
Hi @lelit, could you please approve the test run again? I am also trying to run the test locally but that is not working out. |
Ouch, sorry: maybe I can help, if you tell what is the problem there! |
So I did the following:
I keep running into
|
Run |
So I had to go this route:
So it looks like a build is needed before installation. Tests should be fine now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## v7 #168 +/- ##
=====================================
Coverage ? 99.57%
=====================================
Files ? 22
Lines ? 7222
Branches ? 0
=====================================
Hits ? 7191
Misses ? 31
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Thank you, I merged your changes. |
Fixes #167