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
For those, who have to support existing parsers written with fastparse, it would be a very nice idea to add fastparse.ParsingRun#successValue to fastparse.LogByNameOps#log output, e.g.
-primary:1:1:Success(1:2, cut) => Integer(1)
Printing only the first 64 characters of string representation would make the most sense.
The text was updated successfully, but these errors were encountered:
For those, who have to support existing parsers written with fastparse, it would be a very nice idea to add
fastparse.ParsingRun#successValue
tofastparse.LogByNameOps#log
output, e.g.Printing only the first 64 characters of string representation would make the most sense.
The text was updated successfully, but these errors were encountered: