Skip to content

Commit 3dccfcb

Browse files
authored
Add temporary softscope! alias for Documenter.
1 parent 87c6f25 commit 3dccfcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/REPL/src/REPL.jl

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ function softscope(@nospecialize ex)
9797
return ex
9898
end
9999

100+
# Temporary alias until Documenter updates
101+
const softscope! = softscope
102+
100103
const repl_ast_transforms = Any[softscope] # defaults for new REPL backends
101104

102105
function eval_user_input(@nospecialize(ast), backend::REPLBackend)

0 commit comments

Comments
 (0)