Skip to content

Conversation

SpriteOvO
Copy link
Owner

Context #87.

Rust's print macros ({,e}print{,ln}!) will panic if a write fails. This PR replaces the only use of eprintln! with writeln!(stderr()) to avoid such potential panic.

@SpriteOvO SpriteOvO force-pushed the no-print-macro branch 5 times, most recently from b1a4205 to ebbc392 Compare April 30, 2025 21:44
@SpriteOvO SpriteOvO merged commit 8e9bd61 into main-dev Apr 30, 2025
76 checks passed
@SpriteOvO SpriteOvO deleted the no-print-macro branch April 30, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant