We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to update liquid-c in a project that I work on but I noticed that strict_filters is no longer working (perhaps since this commit).
strict_filters
I've created this gist reproducing the problem: https://gist.github.com/rafaelss/5ed21e59ad2cc5d82acf4b089b5697af
Running working.rb raises the exception correctly (fef8329 is the ref I'm currently using in the project), but running not_working.rb does not.
working.rb
not_working.rb
Is there anything I should change to make the most recent commits work correctly?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to update liquid-c in a project that I work on but I noticed that
strict_filters
is no longer working (perhaps since this commit).I've created this gist reproducing the problem: https://gist.github.com/rafaelss/5ed21e59ad2cc5d82acf4b089b5697af
Running
working.rb
raises the exception correctly (fef8329 is the ref I'm currently using in the project), but runningnot_working.rb
does not.Is there anything I should change to make the most recent commits work correctly?
The text was updated successfully, but these errors were encountered: