-
Notifications
You must be signed in to change notification settings - Fork 767
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
[1.1.0] Namespace missing for an inner message #837
Comments
Suffering form the same issue, show stopper for us |
Is this what you are referring to? The diff is backward: minuses are 1.1.0, pluses are 1.0.7.
|
@stanley-cheung yeah that looks like the issue indeed. |
Looks like this is due to #780. A fix for another purpose might have broken this. So perhaps a re-factor somewhere needs to be done. |
Thanks for the quick fix. When do you plan to release the version with this patch? |
I have a couple of fixes I'd like to do and get them in together, so hopefully next week. |
* First set of dependency updates * Further updates
I noticed that with the 1.1.0 version, below proto is generated incorrectly:
Generated d.ts is resulting in:
that will not compile, as the MessageInner should be prefixed with the namespace at #1 and #2. 1.0.7 used to generate this code just fine.
The text was updated successfully, but these errors were encountered: