examples: boids: use std.log.info instead of std.debug.print #285

Merged
iddev5 merged 1 commit from ay-log-port into main 2022-05-22 15:26:56 +00:00
iddev5 commented 2022-05-22 13:14:53 +00:00 (Migrated from github.com)

std.debug.print uses IO which depends on file system and thus needs
support from OS, which dont have in freestanding targets (like WASM).


  • By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
std.debug.print uses IO which depends on file system and thus needs support from OS, which dont have in freestanding targets (like WASM). --- - [X] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
emidoots (Migrated from github.com) approved these changes 2022-05-22 15:26:50 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach!285
No description provided.