Skip to content

Commit 81167e6

Browse files
committed
dummy evalrepl handler
for revise compatibility
1 parent e741e96 commit 81167e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/eval.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ handle("eval") do data
112112
end
113113
end
114114

115+
# dummy handler for Revise compat
116+
handle("evalrepl") do data
117+
@warn "Juno's evalrepl handler is deprecated."
118+
end
119+
115120
handle("evalall") do data
116121
fixjunodisplays()
117122
@dynamic let Media.input = Editor()

0 commit comments

Comments
 (0)