print! should not show args as a list #20

Closed
opened 2024-12-13 00:43:36 +00:00 by scott · 1 comment
Owner

print! sends base :print! a list of all the arguments passed to it. It should not print these arguments as a list, but rather the concatenation of all their string representations.

`print!` sends `base :print!` a _list_ of all the arguments passed to it. It should not print these arguments as a list, but rather the concatenation of all their string representations.
scott added the
bug
core
labels 2024-12-13 00:43:36 +00:00
Author
Owner

Fixed in 8535225167

Fixed in https://alea.ludus.dev/scott/rudus/commit/8535225167751ef22c6a734e2d87ba879be4bbee
scott closed this issue 2024-12-13 18:47:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: scott/rudus#20
No description provided.