You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a panic, or an error for which IsTemplateError returns false.)
Expected Behavior
I can compile for armv7
Actual Behavior
Throws error: yaccpar:452: constant 4294967295 overflows int
Detailed Description
It appears somewhere there's a constant which is too large for anything but a 64bit environment.
Possible Solution
Would be good to add some build tags to have a different value for other environments.
The text was updated successfully, but these errors were encountered:
I've just merged @bendoerr's PR#47, which I believe fixes this. I don't currently have a way to verify this (see PR #49), so I'm leaving this bug open until this is confirmed.
Checklist
IsTemplateError
returns false.)Expected Behavior
I can compile for armv7
Actual Behavior
Throws error:
yaccpar:452: constant 4294967295 overflows int
Detailed Description
It appears somewhere there's a constant which is too large for anything but a 64bit environment.
Possible Solution
Would be good to add some build tags to have a different value for other environments.
The text was updated successfully, but these errors were encountered: