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) #530

Merged
merged 1 commit into from
May 2, 2023
Merged

Set minimum Julia version to 1.6 (#514) #530

merged 1 commit into from
May 2, 2023

Conversation

palday
Copy link
Member

@palday palday commented 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)

* 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 palday requested a review from ararslan May 2, 2023 16:58
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f874482) 87.39% compared to head (f874482) 87.39%.

❗ Current head f874482 differs from pull request most recent head ee9b232. Consider uploading reports for the commit ee9b232 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##               v1     #530   +/-   ##
=======================================
  Coverage   87.39%   87.39%           
=======================================
  Files           7        7           
  Lines         952      952           
=======================================
  Hits          832      832           
  Misses        120      120           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@palday palday merged commit 6406a70 into v1 May 2, 2023
@palday palday deleted the pa/compat_bound branch May 2, 2023 17:11
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.

2 participants