Skip to content

Conversation

@charlespwd
Copy link
Contributor

Fixes CI for Shopify/liquid#2036

Had issues

  • in error-handling.yml, parsing error
  • in lax we were missing render_errors: true for the swalling to work

Comment on lines -203 to -210
errors:
parse_error:
- "unexpected"
- "filter"
expected: "HELLO"
hint: |
Double pipes (||) are not valid Liquid syntax. The lexer/parser should
detect malformed filter chains. While '|' separates filters, '||' is
invalid. Syntax errors should be detected during parsing.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that all this is going to be deleted once we get rid of lax.

@charlespwd
Copy link
Contributor Author

With main instead of rubygems for Shopify/liquid, CI is green. There are specs in here that depend on those changes.

@charlespwd charlespwd requested review from Maaarcocr and ianks January 13, 2026 18:39
@charlespwd charlespwd merged commit 2b18f22 into main Jan 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants