Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

refactor: Convert source to a String to avoid dealing with a subclass #151

Closed dylanahsmith closed 3 years ago

dylanahsmith commented 3 years ago

It doesn't look like this is needed, however, it makes the code consistent with https://github.com/Shopify/liquid/pull/1421 so that we avoid introducing subtle incompatibilities from dealing with a string subclass.