Skip to content

Commit

Permalink
Allows self referential result history (#553)
Browse files Browse the repository at this point in the history
Julia 3066 is long resolved: JuliaLang/julia#3066 (comment)
  • Loading branch information
JobJob authored and stevengj committed Jun 12, 2017
1 parent eba3bd1 commit ad14a20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/execute_request.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ function execute_request(socket, msg)
result = nothing
elseif result !== nothing
if store_history
if result != Out # workaround for Julia #3066
Out[n] = result
end
Out[n] = result
end
end

Expand Down

0 comments on commit ad14a20

Please sign in to comment.