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
It seems like, with the v2.0.0-alpha3 version of participle, positions are, again, no longer added to structs that implement the Capture interface. This apparently was first fixed in f14a17d in response to #35, but the associated test has since been removed and the issue has reappeared.
I have also tested that this issue is present on master by adapting and adding the old TestIssue35 into parser_test.go and observing a failed test run.
The text was updated successfully, but these errors were encountered:
It seems like, with the
v2.0.0-alpha3
version of participle, positions are, again, no longer added to structs that implement theCapture
interface. This apparently was first fixed in f14a17d in response to #35, but the associated test has since been removed and the issue has reappeared.I have also tested that this issue is present on
master
by adapting and adding the oldTestIssue35
intoparser_test.go
and observing a failed test run.The text was updated successfully, but these errors were encountered: