Skip to content

Releases: tpapp/julia-repl

Add vterm backend, various minor fixes.

24 Jan 09:24
Compare
Choose a tag to compare

Add vterm backend, various minor fixes.

support for Revise.includet, unconditionally saving buffers

10 Sep 13:08
Compare
Choose a tag to compare
  • C-c C-t will include buffer with Revise.includet (@wraith1995)

  • setting julia-repl-save-buffer-on-send to t will save always save buffers without asking before include and includet (@antoine-levitt)

  • explain how to get more colors with eterm-256color in the readme (@antoine-levitt)

  • various minor fixes

Minor fixes and feature extensions

20 Apr 15:00
6eb58ef
Compare
Choose a tag to compare
  • Add julia-repl-set-julia-editor and julia-repl-use-emacsclient to set the editor (@dellison)

  • Fix bug in regex (@dellison)

  • make julia-repl-cd change the directory associated with the Julia REPL inferior buffer (@dellison)

  • fix implicit dependencies (thanks @pand5461 for reporting and checking)

option for activating home project

23 Sep 11:25
d8b94c6
Compare
Choose a tag to compare

Minor feature extension: C-u C-c C-a now activates the home project.

minor fix: use cl-assert

10 Sep 08:43
06678ed
Compare
Choose a tag to compare
Merge pull request #39 from tpapp/tp/fix-assert

explicitly require cl-lib, fix assert form

Initial stable release.

08 Sep 12:34
Compare
Choose a tag to compare

Supports Julia 1.0 (and of course 0.7).