-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
outputSchema=true
throwing when compiling googleapis
protos
#975
Comments
I found that protoc 22.3 is the last version without this throw, protoc 23.0 onward has this issue. |
Any chance this can be fixed ? Getting same error. |
Experiencing the same with const extension = extensionCache[extendee]?.[parseInt(key, 10) >>> 3];
if (extension) {
resultOptions.push(getExtensionValue(ctx, extension, value));
} Unsure yet if this produces good behavior or breaks some assumptions. |
This PR addresses the issue presented in #975.
Should be fixed in #1127 , thanks @ChapterSevenSeeds ! |
Hi there,
Running with the following options is throwing with the below error.
Which points to this line (reading
'17'
ofextensionCache[extendee]
):Looking to output the schema to use in some downstream tooling, but not having any luck 🙃
The text was updated successfully, but these errors were encountered: