-
Notifications
You must be signed in to change notification settings - Fork 744
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
Spinnaker 3.0.0.118 upgrade #1313
Conversation
That should be working. It's a bug in JavaCPP, I guess, but are those enums important? |
Those enums aren't really important from what I can tell |
It looks like an outdated actions.yml was used for the build, pulling the old Spinnaker downloads. 🤔 |
To test that, we would need to replace temporarily |
spinnaker/src/main/java/org/bytedeco/spinnaker/presets/Spinnaker_C.java
Outdated
Show resolved
Hide resolved
Could we get this tested as per #1313 (comment)? |
Ok, this looks good to merge. Please revert 2f0759d and let's get this in! |
This reverts commit 2f0759d.
I upgraded the spinnaker preset to the latest Spinnaker SDK version
3.0.0.118
Had to change a few things in the sample code, nothing major.
I added a few skips for some enum symbols I wasn't sure how to deal with:
In Java, it maps to
I couldn't find any examples on how to deal with "self referencing enums." Any thoughts?