Closed zerg000000 closed 7 years ago
The Duct repl provides (test) command for running tests. The source code under src/, test/ does not reload, I need to manually reload them in repl. Is it the expected behaviour? What would be the idiom of reload source code?
(test)
src/
test/
(reset) should reload. There's also (refresh).
(reset)
(refresh)
Thanks, James!
The Duct repl provides
(test)
command for running tests. The source code undersrc/
,test/
does not reload, I need to manually reload them in repl. Is it the expected behaviour? What would be the idiom of reload source code?