Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34
Comparing changes
Open a pull request
base repository:JuliaParallel/DistributedArrays.jl
Uh oh!
There was an error while loading.Please reload this page.
base:v0.6.6
head repository:JuliaParallel/DistributedArrays.jl
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.6.7
- 16commits
- 5files changed
- 5contributors
Commits on Mar 14, 2023
enable dependabot for GitHub actions
ranocha committedMar 14, 2023 Merge pull request#241from ranocha/hr/dependabot
enable dependabot for GitHub actions
andreasnoack authoredMar 14, 2023 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v2...v3)---updated-dependencies:- dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredMar 14, 2023 Bump actions/cache from 1 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.- [Release notes](https://github.com/actions/cache/releases)- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)- [Commits](actions/cache@v1...v3)---updated-dependencies:- dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredMar 14, 2023 Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.- [Release notes](https://github.com/codecov/codecov-action/releases)- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)- [Commits](codecov/codecov-action@v1...v3)---updated-dependencies:- dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredMar 14, 2023 Merge pull request#242from JuliaParallel/dependabot/github_actions/…
…actions/checkout-3Bump actions/checkout from 2 to 3
andreasnoack authoredMar 14, 2023
Commits on Jun 26, 2023
Markup tweaks and very minor edits
chskcau authoredJun 26, 2023 - chskcau authored
Jun 26, 2023
Commits on Jul 3, 2023
Commits on Aug 11, 2023
Add workflow_dispatch option to CI
andreasnoack authoredAug 11, 2023 Merge pull request#244from JuliaParallel/dependabot/github_actions/…
…codecov/codecov-action-3Bump codecov/codecov-action from 1 to 3
andreasnoack authoredAug 11, 2023 Merge pull request#243from JuliaParallel/dependabot/github_actions/…
…actions/cache-3Bump actions/cache from 1 to 3
andreasnoack authoredAug 11, 2023
Commits on Oct 3, 2023
fix
close
error due to race ind_closeall
It seems possible that `DistributedArrays.d_closeall()` may encounter a condition where it finds a darray id in the `registry`, but the corresponding weakref value is `nothing` because the referenced darray got garbage collected. It has been enountered many times in CI and elsewhere, but is hard to replicate normally. Adding a check for the weakref value, before actually invoking `close` on it, to fix it.
tanmaykm committedOct 3, 2023 Merge pull request#248from JuliaParallel/tan/misc
andreasnoack authoredOct 3, 2023
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.6.6...v0.6.7
Uh oh!
There was an error while loading.Please reload this page.