You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS sonoma, compile the example file with cargo run -- run examples/hello.sk will got this wanings:
Finished dev [unoptimized + debuginfo] target(s) in 0.17s
Running `target/debug/shiika run examples/hello.sk`
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state_identity' is deprecated
Hello, world!
The text was updated successfully, but these errors were encountered:
On macOS sonoma, compile the example file with
cargo run -- run examples/hello.sk
will got this wanings:The text was updated successfully, but these errors were encountered: