You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use `Base._unsetindex!` in `pop!` and `popfirst!` (#897)
* Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Use `Base._unsetindex!` in `pop!` and `popfirst!` for Deque
So that popped elements are not rooted by the deque and can be
GCed when they drop out of caller scope.
* Test Deque for leaks
* Use `Base._unsetindex!` in `pop!` and `popfirst!` for CircularDeque
So that popped elements are not rooted by the deque and can be GCed
when they drop out of caller scope.
* Test CircularDeque for leaks
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump version
* Make compatible with ancient Julia versions
* fixup! Make compatible with ancient Julia versions
* fixup! fixup! Make compatible with ancient Julia versions
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Kiran Pamnany <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0 commit comments