mirror of
https://github.com/danog/liquid.git
synced 2024-11-30 07:28:56 +01:00
16e265c7d2
This fixes an issue where math.MaxUint32 is assigned to a platform dependent int type. This works on 64-bit platforms without issue due to there being plenty of space. On 32-bit platforms this is wrong and will not compile as math.MaxUint32 > math.MaxInt32. |
||
---|---|---|
.. | ||
builders.go | ||
config.go | ||
context.go | ||
expressions_test.go | ||
expressions.go | ||
expressions.y | ||
filters_test.go | ||
filters.go | ||
functional_test.go | ||
functional.go | ||
parser_test.go | ||
parser.go | ||
scanner_test.go | ||
scanner.go | ||
scanner.rl | ||
statements_test.go | ||
statements.go | ||
y.go |