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
$ spicyc -d foo.spicy[error] foo.spicy:6:17-9:2: cannot coerce expression 'begin(foo::s)' of type 'iterator<stream>' to type 'value_ref<stream>'[error] spicy-dump: aborting after errors
Here begin(s) should return an iterator<stream> which according to the docs can be passed to &parse-at.
The text was updated successfully, but these errors were encountered:
While looking for a workaround for #1523 I ran into a type coercion failure I did not expect.
Here
begin(s)
should return aniterator<stream>
which according to the docs can be passed to&parse-at
.The text was updated successfully, but these errors were encountered: