liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

Allow any tag/block to store user-readable state

Open epage opened this issue 6 years ago • 1 comments

Currently, increment / decrement have special support in Context. We should generalize this to be like the ruby version so any plugin can do this.

epage avatar Dec 27 '18 17:12 epage

They use environments

https://github.com/Shopify/liquid/blob/master/lib/liquid/tags/increment.rb#L24 https://github.com/Shopify/liquid/blob/master/lib/liquid/context.rb#L163

Not sure when the squash is used https://github.com/Shopify/liquid/blob/master/lib/liquid/context.rb#L215

epage avatar May 07 '19 23:05 epage