-
Notifications
You must be signed in to change notification settings - Fork 326
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
Registering SliceVectorMethodGen for reflection #3737
Conversation
@hubertp, we could avoid listing the builtins in the
Reported as a story. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JaroslavTulach sounds like a good idea.
Pull Request Description
Each builtin
makeFunction
method has to be currently registered for reflection. Adding registration ofSliceVectorMethodGen
to make following example work agImportant Notes
Regression caused by #3724 - Once the above code is executed in the CI, we'll discover such breakages before integration.
Checklist
Please include the following checklist in your PR:
Scala,
Java,
and
Rust
style guides.
./run ide build
and./run ide watch
.[ci no changelog needed]