Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Language changes
* The `@invoke` macro introduced in 1.7 is now exported. Additionally, it now uses `Core.Typeof(x)`
rather than `Any` when a type annotation is omitted for an argument `x` so that types passed
as arguments are handled correctly. ([#45807])
* The `invokelatest` function and `@invokelatest` macro introduced in 1.7 are now exported. ([#45831])

Compiler/Runtime improvements
-----------------------------
Expand Down
7 changes: 4 additions & 3 deletions base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ export

# iteration
iterate,

enumerate, # re-exported from Iterators
zip,
only,
Expand Down Expand Up @@ -794,6 +793,9 @@ export
names,
which,
@isdefined,
@invoke,
Comment thread
aviatesk marked this conversation as resolved.
invokelatest,
@invokelatest,

# loading source files
__precompile__,
Expand Down Expand Up @@ -1047,5 +1049,4 @@ export
@goto,
@view,
@views,
@static,
@invoke
@static