RELEASE_NOTES.md
--locked due to non-semver breaking change in
futures-task.:allow_static_linking 0 which is recommended if it works for you. Forcing dynamic
linking was breaking in hard-to-debug ways for several people on both Mac and Linux.:env) and build environment variables
(:build_env).evcxr.toml in your startup directory can now be used to override your target-dir. Thanks
baiguoname.:toolchain nightly then :codegen_backend cranelift.:allow_static_linking 1.:cache 500 to your
~/.config/evcxr/init.evcxr.:show_deps. Thanks momori256.:doc command to show documentation for something. Thanks baiguoname.:dep now prints "Compiling" messages emitted by Cargo to show progress. Thanks d86leader and
adiSuper94.:type (or :t) command added to get the type of a single variable. Thanks d86leader.:types command added to enable the display of evaluated expression types.#[derive(Debug)]) now cause REPL to wait for an additional line. Thanks
Marcono1234.:toolchain command that was broken in a previous release.-- are now available via std::env::args in the REPL.:dep lines can now be commented out without breaking subsequent :dep
lines. Thanks JohnScience!preserve_vars_on_panic is now true by default (as it used to be). It now
works much better than before, with all variables being preserved if a panic
occurs.list. See evcxr_repl/README.md if you'd
like the old behavior.#![feature(...)]a = 10 (no semicolon or let) report an error.evcxr\_jupyter --install before starting jupyter notebook is recommended. It
will auto-update when the evcxr jupyter kernel starts, however that update may not effect the
current session.:clear command.:toolchain command to allow specifying rust compiler toolchains (e.g. "nightly").:offline to turn on offline mode when running Cargo.use a::{b, c}; followed by use a::{b, c, d} now won't give you errors.--edit-mode vi thanks to aminroosta_.:preserve_vars_on_panic 1