Skip to content

v1.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 11:14
· 168 commits to main since this release

Bug fixes

  • GH-1860: Fix parsing for vectors of literals.

    This was broken in two ways:

    1. with the (LITERAL)[] syntax, the parser would not recognize literals using type constructors
    2. with the syntax LITERAL[], we'd try to store the parsed value into a vector
  • GH-1847: Fix resynchronization issue with trimmed input.

    When input had been trimmed, View::advanceToNextData could end up returning a view starting ahead of the valid area.

  • GH-1852: Fix skip with units.

    For unit parsing with skip, we would create a temporary instance but wouldn't properly initialize it, meaning for example that parameters weren't available. We now generally fully initialize any destination, even if temporary.