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
@msoucy
I have a large proto file, and get this error:
~/.dub/packages/dproto-2.1.1/dproto/import/dproto/parse.d(511,11): Error: uncaught CTFE exception dproto.exception.DProtoSyntaxException("Expected an integer but was ``")
it should show offending line number otherwise really hard to fix
The text was updated successfully, but these errors were encountered:
Started on the error-lines branch (4cca795)... It fixes scenarios where it's being run for just the string processing, but doesn't yet handle extracting the information from CTFE exceptions.
@msoucy
I have a large proto file, and get this error:
it should show offending line number otherwise really hard to fix
The text was updated successfully, but these errors were encountered: