-
Notifications
You must be signed in to change notification settings - Fork 97
Conversation
1. All code test in Julia v"1.0.0" without any warning or error; 2. Most links point to [email protected]; 3. All links use https;
1. Use `with open` block 2. use py3-style `print()`
1. testing `addcomment.jl` 2. update code output using command line' output 3. using new example in `error_handling.jl`
1. Using Julia 1.0 2. Tested for all `*.jl`, but some output has difference from command line's output 3. Cannot remove comment at end of some code
@samuelcolvin ping? |
Sorry the project is slightly abandoned. I'll try and merge and deploy next week. |
@samuelcolvin can you please check this PR again? |
Hi @XVilka, sorry for the slow response. I'm not writing any julia at the moment and pretty busy with other open source projects. Is there any change you could get tests to pass? The problem seems to be with the "winston" plotting package. |
Maybe it makes sense to update to Julia 1.2.0? Pure 1.0.0 is quite old, and there were some improvements since. |
v1.0.5 is Long-term support version. We just need to wait until next LTS version comes out. |
thank you very much. I'll try and get the new version deployed soon. |
tests fixed and deployed. From now on the site can simply be deployed by merging to master, making changes much easier. |
addcomments.jl
;.travis.yml
if need;fix #25 , fix #27