random
must take a dict
#45
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Should have a clause
(d as :dict)
that selects a random member.Expected: returns a random member of a dict.
Actual: panics with a match error.
Here's the actual error: not a problem with a missing clause, but a problem with the code in the matching clause:
I think I just got
get
backwards: should beget(:a, #{:a 1, :b 2})
?Fixed with
9db10edd5c