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
This would not affect vanilla stencil templates, but would enable modifications inside a for loop, that are visible outside of it (as would be very nice to have for the StencilSwiftKit extension).
I'll try to make a pull request today for these modifications.
Thers' actually a second option of achievingthe same thing by just modifying the Contexts subscript setter to to work more similar to its getter.
I'll make a pull request for that as well.
The text was updated successfully, but these errors were encountered:
turns out, the second method is incompatible to several existing testcases(even though they are limited to class Context)....so, theres just one pullrequest
This would not affect vanilla stencil templates, but would enable modifications inside a for loop, that are visible outside of it (as would be very nice to have for the StencilSwiftKit extension).
I'll try to make a pull request today for these modifications.
Thers' actually a second option of achievingthe same thing by just modifying the Contexts subscript setter to to work more similar to its getter.
I'll make a pull request for that as well.
The text was updated successfully, but these errors were encountered: