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

allow standalone dotted operators #35706

Closed
wants to merge 15 commits into from
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ New language features
`Base.Experimental.@optlevel n`. For code that is not performance-critical, setting
this to 0 or 1 can provide significant latency improvements ([#34896]).

* Standalone "dotted" operators now get lowered to `Base.BroadcastOp(op)` and can be passed to
higher-order functions, i.e. `.op` is functionally equivalent to `(x...) -> op.(x...)`.
([#34156], [#35706])
simeonschaub marked this conversation as resolved.
Show resolved Hide resolved

Language changes
----------------

Expand Down