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
In PetitParser 4.1.0, the type argument of `pick` was removed.
To ensure type safety, this commit adds a new parser class
for parsers that have an ignored prefix and suffix instead of
using `pick` and `seq`.
Due to dart-lang/language#1557 the parser
constructed by `ChoiceParserExtension.or` is not typed correctly.
Runtime-type errors are avoided by construction `ChoiceParser`s
directly.
It appears that the current version of toml.dart is incompatible with the latest version of petitparser (4.1.0) with the resulting error:
which goes away when petitparser is downgraded to 4.0.2.
The text was updated successfully, but these errors were encountered: