tecosaur / DataToolkit.jl

Reproducible, flexible, and convenient data management
https://tecosaur.github.io/DataToolkit.jl
78 stars 4 forks source link

Keep existing REPL statements when going to Data REPL #47

Closed Yuan-Ru-Lin closed 2 weeks ago

Yuan-Ru-Lin commented 2 weeks ago

Oftentimes I type commands for wrong modes e.g.

julia> add DataToolkit

Luckily, when I enter Pkg by pressing ] between julia> and the statement, it remains.

julia> |add DataToolkit  # press ] at |
(environment) pkg> add DataToolkit

However, this is not the case for the Data REPL.

(environment) pkg> |command_for_DTK  # press delete since I was in a wrong mode
julia> |command_for_DTK  # press } at | to go to Data REPL
(environment) data> |  # statement is gone :(
tecosaur commented 2 weeks ago

Good news, I'm aware of the exact issue you describe, and it should be fixed already in the in-development 0.10 release 🙂.