Just wondering if anyone is using MacOS 13 for roc dev, and if you've had any issues? I'm on Apple silicon, and haven't upgraded yet from 12.6 yet.
I've had no issues on 13.4
Hmm, I wonder if the "Darwin is handled separately" zig error is gone somehow.
@Richard Feldman, can you confirm that cargo test --release -p roc_cli
works on macos 13?
update: I have now had an issue on 13.4 :laughing:
that command failed with
---- cli_run::hello_world stdout ----
thread 'cli_run::hello_world' panicked at '
___________
The roc command:
"/Users/rtfeldman/code/roc/target/release/roc --max-threads=1 /Users/rtfeldman/code/roc/examples/helloWorld.roc --"
had unexpected stderr:
error: <inline asm>:7:10: unknown token in expression
push %rbx
^
The "Darwin is handled separately" also still occurs on github CI when using macos 13 on x86_64 https://github.com/roc-lang/roc/actions/runs/5344553415/jobs/9689061158?pr=5589
The "push %rbx" error may be caused by this line
I made #5591 for the push %rbx
error.
That's strange, i don't think any of that code should be loaded in aarch64
Last updated: Jul 05 2025 at 12:14 UTC