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

SSAValue leaking into error message #37344

Open
KristofferC opened this issue Sep 2, 2020 · 0 comments
Open

SSAValue leaking into error message #37344

KristofferC opened this issue Sep 2, 2020 · 0 comments
Labels
domain:error messages Better, more actionable error messages

Comments

@KristofferC
Copy link
Sponsor Member

julia> struct S{T} end

julia> struct Q{T} end

julia> (f(s::S) where {T})::Q{T} = 1
ERROR: syntax: invalid assignment location "SSAValue(23) where T"
Stacktrace:
 [1] top-level scope at REPL[3]:1
@KristofferC KristofferC added the domain:display and printing Aesthetics and correctness of printed representations of objects. label Sep 2, 2020
@JeffBezanson JeffBezanson added domain:error messages Better, more actionable error messages and removed domain:display and printing Aesthetics and correctness of printed representations of objects. labels Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:error messages Better, more actionable error messages
Projects
None yet
Development

No branches or pull requests

2 participants