-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support interpolation including parameterized goal params #153
Milestone
Comments
xonixx
added a commit
that referenced
this issue
Jan 2, 2024
xonixx
added a commit
that referenced
this issue
Jan 2, 2024
xonixx
added a commit
that referenced
this issue
Jan 2, 2024
xonixx
added a commit
that referenced
this issue
Jan 2, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
…his covers #152 so let's revert those changes we did for it
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
xonixx
added a commit
that referenced
this issue
Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be able to do this:
So this outputs
hello
instead of the desiredhello world
.This happens because we apply interpolation as we parse, but parameterized goals (PG) processing happens at the end, after all lines parsed.
Thus the solution would be to defer those
@depends_on pg1 @args "$H $W"
re-parsing by moving it into the PG instantiation logic.The text was updated successfully, but these errors were encountered: