Skip to content

fix(stdlib): #error carries the exception message - #160

Merged
skydread1 merged 2 commits into
developfrom
fix/error-print-message
Sep 1, 2026
Merged

fix(stdlib): #error carries the exception message#160
skydread1 merged 2 commits into
developfrom
fix/error-print-message

Conversation

@skydread1

Copy link
Copy Markdown
Member

Closes #158

  • print-throwable writes the :message value after its label, so an #error :via map carries the message instead of a bare key.

print-throwable writes the :message value after its label, so an #error via
map carries the message. The call was absent, so the label was written with
nothing after it and the map held an odd number of forms.
@skydread1 skydread1 self-assigned this Sep 1, 2026
@skydread1
skydread1 merged commit a2a048b into develop Sep 1, 2026
1 check passed
@skydread1
skydread1 deleted the fix/error-print-message branch September 1, 2026 08:22
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.

pr-str of an exception writes :message with no value

1 participant