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

<: unsupported on Union #3602

Closed
diegozea opened this issue Jul 2, 2013 · 2 comments
Closed

<: unsupported on Union #3602

diegozea opened this issue Jul 2, 2013 · 2 comments

Comments

@diegozea
Copy link
Contributor

diegozea commented Jul 2, 2013

julia> s = Union(Vector{T<:Integer},Char)
ERROR: unsupported or misplaced expression <:
@JeffBezanson
Copy link
Member

Vector{T<:Integer} is how some types are printed, but this is not supported as entry syntax.

@diegozea
Copy link
Contributor Author

diegozea commented Jul 2, 2013

I really want Union(Vector{T<:BioUnit}) or something similar to #3601

KristofferC pushed a commit that referenced this issue Aug 25, 2023
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 08e1eb6ed
New commit: 047734e4c
Julia version: 1.11.0-DEV
Pkg version: 1.11.0
Bump invoked by: @DilumAluthge
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@08e1eb6...047734e

```
$ git log --oneline 08e1eb6ed..047734e4c
047734e4c Test suite: activate a temp project if we need to install HistoricalStdlibVersions during the test suite (#3602)
ff833e9d4 Throw an error if the current Julia version (`Base.VERSION`) is incompatible with the `[compat]` entry for `julia` in the `Project.toml` file (#3526)
2c37a5907 Fix lacking `subdir` information when altering packages (#3597)
051ab5bdd Don't mutate project.deps during project write (#3591)
f4d64d2c7 Update manifest entry of project for non-local manifests (#3579)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
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

No branches or pull requests

2 participants