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

Set minimum Julia version to 1.6 #514

Merged
merged 2 commits into from
Feb 10, 2023
Merged

Set minimum Julia version to 1.6 #514

merged 2 commits into from
Feb 10, 2023

Conversation

ararslan
Copy link
Member

Currently the minimum version is 1.0, which is old and unsupported and makes development and addition of new features more difficult. I suspect this won't be too controversial.

Currently the minimum version is 1.0, which is old and unsupported and
makes development and addition of new features more difficult.
Copy link
Contributor

@bkamins bkamins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add nightly to CI?

@ararslan
Copy link
Member Author

Nightly is already in CI as the "CI-future" jobs

@bkamins
Copy link
Contributor

bkamins commented Feb 10, 2023

ah - OK. In DataFrames.jl we have a bit different structure of CI file and I looked only at diff.

@ararslan
Copy link
Member Author

Yeah the CI structure for this package is kind of strange, could be worth standardizing it at some point.

In Julia 1.10, at-test_broken will error if the expression doesn't
evaluate to a boolean value, making it consistent with at-test. We
actually can fit the model here; the test passes with prior Julia
versions only because the expression doesn't evaluate to a boolean.
@ararslan
Copy link
Member Author

I fixed the main CI failure on nightly, the nightly failure on Windows is unrelated and related to building TimeZones.

@ararslan ararslan merged commit 57669ef into master Feb 10, 2023
@ararslan ararslan deleted the aa/1.6 branch February 10, 2023 20:15
palday pushed a commit that referenced this pull request May 2, 2023
* Set minimum Julia version to 1.6

Currently the minimum version is 1.0, which is old and unsupported and
makes development and addition of new features more difficult.

* Fix nightly CI

In Julia 1.10, at-test_broken will error if the expression doesn't
evaluate to a boolean value, making it consistent with at-test. We
actually can fit the model here; the test passes with prior Julia
versions only because the expression doesn't evaluate to a boolean.

(cherry picked from commit 57669ef)
palday added a commit that referenced this pull request May 2, 2023
* Set minimum Julia version to 1.6

Currently the minimum version is 1.0, which is old and unsupported and
makes development and addition of new features more difficult.

* Fix nightly CI

In Julia 1.10, at-test_broken will error if the expression doesn't
evaluate to a boolean value, making it consistent with at-test. We
actually can fit the model here; the test passes with prior Julia
versions only because the expression doesn't evaluate to a boolean.

(cherry picked from commit 57669ef)

Co-authored-by: Alex Arslan <[email protected]>
@andreasnoack andreasnoack added this to the Release 2.0 milestone Nov 20, 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.

3 participants