Alexey Kopytko
Alexey Kopytko
I'd start with taking tests from #125, and then proceed with other changes, except for static variables.
I'm here to review any PR with this feature.
Hello, I assume unset variables aren't troubling you. What kinds of syntax errors you want to see skipped? Are they happening now? I believe we're pretty lax about errors, but...
It may be doable, but right now I can't dig into it. If you're willing, I'll be willing to review a PR.
Jonathan, by any chance do you have any examples where we shouldn't fail hard yet failing hard? I'd like to build a test case with real-world examples for future work...
If you feel like fixing this issue with a PR, please be our guest.
You can add your own cache implementation IIRC, and, being completely clear, the cache isn't working for more anywhere more complex cases. Expect all kinds of bugs if you need...
No worries! Thanks for the report. Please stick to `{% assign ... %}` for now. We'll see if we can fix this by the next release.
That's interesting find. I'll see what I can do but I don't think it'll happen this week. If you in a hurry, consider contributing to the project. I'm sure I'll...
First I'd added a test for the type of `Liquid\Exception` you think this should be. (`ParseException` seems like the best fit.) Just for the time being you can add it...