Folks, can any one spot what is wrong with this code?
When running roc dev main.roc
it prints out Dir.list...
(I noticed this effect has a println!
with this fixed string) but what intrigues me is that apparently nothing happens after that. None of my messages are printed out. Is Dir.list
breaking the platform?
Works for me
Though the final ok!
message is printed on the same line as the last file.
This is on an m1 mac, which could maybe make the difference.
Hmm....looks to be segfaulting on linux
Don't have time to investigate now, but probably a platform bug somehow.
This might be the same as this issue
@Anton yup! I think it is - do you think it looks like something easy for a Rust noob to take a stab at? :nerd:
It does look pretty involved, I also found the same issue on the main roc repo.
@Brendan Hansknecht has looked into it before.
Last updated: Jul 05 2025 at 12:14 UTC