Skip to content
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

Replace isBlank for wider OpenJDK compatibility #43

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

agerlach
Copy link

This substitutes isBlank() with isEmpty() for better compatibility across JDK versions. This change only effects the Julia templates and leads to no change in the resulting Julia package code. In other words, the diff between the generated Julia code between the base commit and this PR is empty.

This closes #41

@ctaylor80

@agerlach
Copy link
Author

This is a non-breaking change and should probably be tagged v1.8.1

@VVCAS-Sean VVCAS-Sean merged commit 653c564 into afrl-rq:develop Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Julia template generation error after changing jdk
2 participants