mal icon indicating copy to clipboard operation
mal copied to clipboard

io: merge eval_ast into eval, add DEBUG-EVAL

Open asarhaddon opened this issue 1 year ago • 1 comments

The self-hosted tests fail, for apparently unrelated reasons (the first readline fails in step0). Were they failing before?

asarhaddon avatar Oct 16 '24 11:10 asarhaddon

@asarhaddon @dubek The update to the version of io in the Dockerfile appears to have completed self-hosted tests successfully: https://github.com/kanaka/mal/actions/runs/11327008274/job/31497159120 The io repo hasn't changed from the time when @dubek did the update to when the pushed image would have been pushed (although it would have been a different instance of the build but of the same sources).

Maybe it's some sort of temperamental GC related issue? When I build and run locally with it works.

kanaka avatar Oct 16 '24 14:10 kanaka

Sorry, I have no clue and miss motivation to investigate this issue.

asarhaddon avatar Oct 21 '24 17:10 asarhaddon

A single comma was causing a crash reported in an unrelated module... And now that this is solved, a self-hosting issue. I have no clue for now, but I suggest to move this enigm from #699 to #662.

asarhaddon avatar Oct 25 '24 20:10 asarhaddon

@asarhaddon sounds like a reasonable plan. I've added io to #662

kanaka avatar Oct 29 '24 13:10 kanaka