Skip to content

Releases: tpapp/julia-repl

new location expression

Choose a tag to compare

@tpapp tpapp released this 11 Feb 15:04
0173237

Recognize locations in expression starting at path.jl:linenum in the REPL with compilation-error-regexp-alist.

Add vterm backend, various minor fixes.

Choose a tag to compare

@tpapp tpapp released this 24 Jan 09:24

Add vterm backend, various minor fixes.

support for Revise.includet, unconditionally saving buffers

Choose a tag to compare

@tpapp tpapp released this 10 Sep 13:08
  • 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

Choose a tag to compare

@tpapp tpapp released this 20 Apr 15:00
6eb58ef
  • 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

Choose a tag to compare

@tpapp tpapp released this 23 Sep 11:25
d8b94c6

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

minor fix: use cl-assert

Choose a tag to compare

@tpapp tpapp released this 10 Sep 08:43
06678ed
Merge pull request #39 from tpapp/tp/fix-assert

explicitly require cl-lib, fix assert form

Initial stable release.

Choose a tag to compare

@tpapp tpapp released this 08 Sep 12:34

Supports Julia 1.0 (and of course 0.7).