-
Notifications
You must be signed in to change notification settings - Fork 37
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
Weird capitlization: Point2d -> Point2D #19
Comments
It appears to come from this line which is taking |
This should now have been addressed by commit 4dc9f0e. This commit makes |
Hmm... I've updated to the latest version (0.3.2) and I'm still hitting this snag. If it helps at all, I'm using tonic-build (which uses prost under the hood/same API) Here's my build script:
|
The path doing the conversion I referenced above is still explicitly mentioning PascalCase. |
Unsure how this is happening, but I have a type,
Point2d
, that is getting some generated code from prost-wkt referring to it asPoint2D
with the capital D.Point2D
does not appear anywhere in my idl files or in my code. I'm unsure where this is coming from.The text was updated successfully, but these errors were encountered: