[julia-users] a compilation question

2016-07-03 Thread Yaakov Borstein
I have found that writing your code using a test first pattern ends up being the most productive approach long-term and also solves the warnings issue. Running Pkg.test("mypack") takes care of reloading and you'll never need to restart the REPL. It's a change in workflow that requires a bit of

[julia-users] a compilation question

2016-06-30 Thread chobbes158
This is an entry-level question. So bear me please. I am writing a package which uses three other packages, say A, B, C. Each time I made any change in A or B or C, I had to workspace() and re-ran. This is usually very time consuming. 1. Is there anyway to only clear the compilation of the mo