-
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
Closes #2550: Drop support for Chapel 1.29 #2551
Conversation
See Bears-R-Us/arkouda#2552 and Bears-R-Us/arkouda#2551 Signed-off-by: Ben McDonald <[email protected]>
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.
The only thing I have is we should revisit the compat modules and remove any that we only had because differences of 1.29
(i.e. where the e-130
and gt-130
version are the same). I didn't look terribly close but I think these might be a few
ArkoudaArrayCompat
ArkoudaBlockCompat
ArkoudaFileCompat
ArkoudaMapCompat
ArkoudaRegexCompat
Just noting that per our SOP on updating supported Chapel versions, this should not be merged until a week after the 1.31 support is added. |
I think we have been supporting Chapel 1.31 since the Chapel release that was on June 22nd (2 weeks ago), it just hasn't been in the CI, but we have been testing it in nightly testing. |
Now that Chapel 1.31 has been released, Chapel version 1.29 is no longer supported by Arkouda.
Now that Chapel 1.31 has been released, Chapel version 1.29 is no longer supported by Arkouda.
Closes #2550