Open tomershaniii opened 1 week ago
The parse_projection function modifies the parsers 'options' flag, this creates different behavior when nesting select calls i.e. select(select()) which can manifest in failure to parse (see unit test)
Thanks for the review @iffyio, changes committed per your suggestions
With tests fixed. @iffyio
The parse_projection function modifies the parsers 'options' flag, this creates different behavior when nesting select calls i.e. select(select()) which can manifest in failure to parse (see unit test)