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

New version: OffsetArrays v1.12.9 #76595

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: 6fe1bfb0-de20-5000-8ca7-80f57d26f881
Repo: https://github.com/JuliaArrays/OffsetArrays.jl.git
Tree: 82d7c9e310fe55aa54996e6f7f94674e2a38fcb4

Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
JuliaRegistrator referenced this pull request in JuliaArrays/OffsetArrays.jl Jan 29, 2023
* fix deprecated syntax: Wrapping Vararg directly in UnionAll

Syntax like this seems to be deprecated: `inds::Vararg{<:Integer,N}`,
so I removed the `<:`.

```
$ julia -O3 --min-optlevel=3 --depwarn=error --warn-overwrite=yes
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.10.0-DEV.453 (2023-01-28)
 _/ |\__'_|_|_|\__'_|  |  Commit 7d4309c9c31 (0 days old master)
|__/                   |

julia> using OffsetArrays
[ Info: Precompiling OffsetArrays [6fe1bfb0-de20-5000-8ca7-80f57d26f881]
ERROR: LoadError: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).
Stacktrace:
 [1] UnionAll(v::TypeVar, t::Any)
   @ Core ./boot.jl:257
 [2] top-level scope
   @ ~/tmp/OffsetArrays.jl/src/OffsetArrays.jl:660
```

Fixes #324

* bump patch version
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch January 29, 2023 06:02 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit f6b2f87 into master Jan 29, 2023
@JuliaTagBot JuliaTagBot deleted the registrator-offsetarrays-6fe1bfb0-v1.12.9-ec1256aac7 branch January 29, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants