Skip to content

Conversation

mbauman
Copy link
Contributor

@mbauman mbauman commented Apr 29, 2025

There's a proposed "minor change" to Julia v1.13 that would make maximum([], dims=2) (and other such reductions) an error, akin to how maximum([]) is an error when init is not specified. This package was flagged as having (at least) one such usage here; it errored in PkgEval. See JuliaLang/julia#55628 for more details.

There's a proposed "minor change" to Julia v1.13 that would make `maximum([], dims=2)` (and other such reductions) an error, akin to how `maximum([])` is an error when `init` is not specified.  This package was flagged as having (at least) one such usage here; it errored in [PkgEval](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/813bcf3_vs_c3e7b1b/report.html).  See JuliaLang/julia#55628 for more details.
Copy link

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.90%. Comparing base (9e32bfe) to head (414d530).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   96.90%   96.90%           
=======================================
  Files          12       12           
  Lines        2035     2035           
=======================================
  Hits         1972     1972           
  Misses         63       63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Liozou
Copy link
Owner

Liozou commented Apr 30, 2025

Thank you for the warning and the patch! The 1.13 new behaviour is indeed more consistent, that's great.

@Liozou Liozou merged commit 604a284 into Liozou:master Apr 30, 2025
3 checks passed
@mbauman mbauman deleted the patch-1 branch April 30, 2025 14:06
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