Conversation
|
probably Travis uses an older version of Julia where STDOUT was still capitalized... in the present version: |
|
Edit: thanks @ctzurcanu for the fix. Travis runs the tests in docker images which are built by @kanaka . When he gets to rebuild this image, it'll probably re-run the apt update thingy and get the latest julia release (and will break the current code in master?). |
|
@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 bionic, but doesn't seem like the julia ppa has bionic support. If you add that to the changeset then I'll build and push a new julia image. |
|
@kanaka image has been updated and also: check out: https://github.com/ctzurcanu/mali that runs Mal in an Interact.jl setup and the link to Observablehq |
|
The However, once I did that, |
|
presently I do not know how to quickly fix the remainder of tests. I may return to this when I will know Julia better (probably not soon) |
|
@ctzurcanu Any interest in revisiting this? The Github CI process has been improved significantly so I am no longer a manual part of the loop (docker images are built by the CI process directly). |
I would like to do it, but I am trying to get mal work in Lean 4. Learning Lean now. If I can't get it within a week, I can return to Julia 1.4. (I think Lean 4 would be more important to mal.) |
|
Sounds good. Lean 4 definitely looks like an interesting language. |
symbol -> Symbol
type -> struct / mutable struct
ismatch -> match ... !== nothing