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

Backport invalidation fixes to 0.18.19 #905

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

JamesWrigley
Copy link
Contributor

As discussed in #904 (comment).

- Base.keys() already works on AbstractDict's so we don't need one for
  Accumulator.
- Base.eltype() is already defined for AbstractArray's and CircularBuffer is an
  AbstractVector so it doesn't need to define it again.
- A Base.convert() from AbstractArray to Array is already defined:
  https://github.com/JuliaLang/julia/blob/1ae41a2c0a3ba49d4b39dc4933dddf952b5f7f3c/base/array.jl#L612
@oxinabox oxinabox merged commit 88efafb into JuliaCollections:release-0.18 Apr 12, 2024
6 checks passed
@JamesWrigley JamesWrigley deleted the v0.18.19 branch April 12, 2024 13:47
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