Results 102 comments of Joel Martin

@xixixao Yes, I would be interested in merging this. There is some refactoring/cleanup that will need to happen first. The commit history is fine, but structure of the files needs...

@ctzurcanu can you figure out what updates need to be made to the Dockerfile to be able to install julia-1.4? I did a trivial attempt to update the image to...

The `/mal` path is where the mal sources get mounted so julia can't be installed there in the docker image. Also, julia-1.4 wants to write to a DEPOT_PATH on startup...

@ClemensFMN the Travis tests fail. Were you intending for the docker image to be updated as well? Are you planning to finish this update to all steps? It's generally preferable...

As long as Windows support is a fairly straightforwards change, I'd be happy to accept a PR. However, `runtest.py` pretty specific to unix PTY details in order to simulate interactive...

That's fine. Are you planning on updating the implementation to support newer features of 7.x or are you just going to update the Dockerfile?

Strangely, the vala issue appears to go away if you make this change: ``` diff --git a/mal/step4_if_fn_do.mal b/mal/step4_if_fn_do.mal index 05297be..0580ec3 100644 --- a/mal/step4_if_fn_do.mal +++ b/mal/step4_if_fn_do.mal @@ -74,6 +74,7 @@ ;;...

I noted this in #400 but I'm adding it here since this ticket is tracking the issues now: The nasm failure appears to be because the step9_try.mal file is exactly...

@sgtatham valgrind might be able to help you find it. It might at least confirm what type of thing is being leaked and maybe even where it is happening.