-
Notifications
You must be signed in to change notification settings - Fork 93
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
Drop support for Chapel 1.30 #2844
Conversation
--- Signed-off-by: Brandon Neth <[email protected]>
--- Signed-off-by: Brandon Neth <[email protected]>
Also updated the workflows to use 1.32 and 1.31 rather than 1.31 and 1.30. |
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.
Looks good to me, thanks Brandon 🎉
Waiting for Pierce's confirmation before moving forward
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.
Looks good! Thanks Brandon
Removes the 1.30 compatibility modules. Four of the compatibility modules for the supported versions were empty modules present for the sake of resolving
use
statements. I removed those modules and their uses as well:ArkoudaArrayCompat
,ArkoudaBitOpsCompat
,ArkoudaListCompat
, andArkoudaStringBytesCompat
.