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
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
Right now, inside works with two but chdirs back to the workdir for three. I think this is caused by the inner end statement not handling its escape appropriately. This shouldn't be too hard to keep a stack for on the side so we can track it easier.
Workaround for now is to flatten inside statements and then use a constant/variable to scope each block, e.g.:
This is not a security issue, just a bug in how we handle
inside
statements.Right now,
inside
works withtwo
but chdirs back to the workdir forthree
. I think this is caused by the innerend
statement not handling its escape appropriately. This shouldn't be too hard to keep a stack for on the side so we can track it easier.Workaround for now is to flatten
inside
statements and then use a constant/variable to scope each block, e.g.:The text was updated successfully, but these errors were encountered: