-
Notifications
You must be signed in to change notification settings - Fork 27
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
Provide sources for protobuf-generated files in Build Directory #15
Comments
Sources are included in the maven upload, but this does not (yet) include files in the build directory. |
This appears to have been fixed somewhere along the way? The backend methods show proper parameter names when hovering over them for me, at least when testing locally in the AnkiDroid project. |
is that still true when using the maven artifact and zero file references (and ...just thinking of how to really test the consumer experience in AnkiDroid) after invalidate caches + restart ? |
Seems to be - AnkiDroid main branch, invalidate caches, and the argument names show up correctly on hover or when jumping to the declaration (which shows the decompiled class file):
|
sounds fantastic - thanks! |
In particular:
RustBackend
is auto-generated and documentation is vital in understanding the parameters.We currently see a decompilation:
whereas we should see:
Note: The decompilation is seen when the library is obtained from
files()
- confirm if this is the same if obtained from MavenThe text was updated successfully, but these errors were encountered: