Parsley 4.0.4
This releases fixes a potential issue with parsers that stack-overflow during construction: instead of trying to recover from this fatal state, it is now allowed to crash. When a parser stack overflows during construction it must be made stack-safe by calling .overflows()
on the parser before calling either .force()
or .parse
What's Changed
- Move host by @j-mie6 in #142
- Remove
StackOverflowError
catching, use explicitoverflows
instead by @j-mie6 in #144
Full Changelog: v4.0.3...4.0.4