
bkovitz
2019-3-10 15:32:07
Is there a way in XREPL to say “Recompile and reload all source files that have changed since they were last loaded,” the same as Ctrl-E, Ctrl-R in DrRacket?

soegaard2
2019-3-10 17:43:23
In the terminal - or in emacs?

bkovitz
2019-3-10 23:32:41
@soegaard2 In the terminal.

greg
2019-3-11 01:06:53
@bkovitz I believe if you ,enter
one of the files, it will reload all of the files directly or transitively require
d by the first one?

greg
2019-3-11 01:08:27
I think ,enter
is the closest thing to the Run command in DrRacket.

bkovitz
2019-3-11 04:17:02
@greg Ah, thanks! I didn’t know that.

bkovitz
2019-3-11 04:26:26
Hooray! The errortrace in XREPL shows the line number of the rackunit test that failed.