JuliaWeb / RemoteREPL.jl

Connect a REPL to a remote Julia process
MIT License
122 stars 11 forks source link

Fix world age errors with show(eval_result) #27

Closed c42f closed 2 years ago

c42f commented 2 years ago

We use show to format the user's evaluation result, but this is done from outside of eval so we need to ensure it's running in the latest world.

Fixes #26