[julia-users] Re: [ANNOUNCE] TestSetExtensions.jl

2016-10-29 Thread pdobacz
Hey Spencer, I like this! I have recently started a testing-related package as well, maybe you've noticed (https://github.com/pdobacz/PyTest.jl). It seems that both packages could work together and complement quite seamlessly, so I'll definitely give yours a try. BTW, do you think

[julia-users] PyTest.jl - pytest-like testing framework for Julia - work-in-progress

2016-10-15 Thread pdobacz
Hello all! I have made an attempt to start building a pytest-like testing framework for Julia. There is a (quite preliminary) package here: https://github.com/pdobacz/PyTest.jl I intend to go along these lines: - follow pytest (http://doc.pytest.org/en/latest/) as closely as reasonably

[julia-users] How to track down, why is my precompiled function recompiled?

2015-05-04 Thread pdobacz
I have used userimg.jl to build sysimg including a file with my function, which I know takes a long time to compile (i.e. execute the first time). This worked for some time and then mysteriously stopped - despite loading this sysimg, the first execution of this function takes ages. I assume

Re: [julia-users] Closed variable stops working after modules are reloaded

2015-05-01 Thread pdobacz
Thank you very much for the tips. The aim of what I am doing is to have syntactic sugar to access a very special Dict within a very special function.