-
Notifications
You must be signed in to change notification settings - Fork 23
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
[BUG] Juno Formatting with SimpleTraits #529
Comments
Works fine for me. What version of JuliaFormatter.jl do you have installed (you can check with Edit: Oh, actually, it doesn't error but still messes up: |
JuliaFormatter is at version 0.3.8 |
Are you sure it's that line that causes the error (you can check by only selecting that before formatting)? |
Here is what it gives when I select a line with
|
The |
Ah ok, I can repro with that function. |
Sure! |
closed since the upstream issue has been solved. |
Please search existing issues to avoid duplicates.
Details
Steps to reproduce
@traitfn function foo(bar::T) where {T; IsTrait{T}}
endThe Juno automatic formatting (Ctrl+J, Ctrl+F) give the error "no method matching rem_where(::Nothing)"
The text was updated successfully, but these errors were encountered: