@event x
for debugging
#64
jariji
started this conversation in
Design & Ideas
Replies: 1 comment 1 reply
-
Yes, I was already thinking of something like this to use as a convenient shorthand for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For debugging
(@show x) == (@show y)
is convenient because@show
can be used inline without a separate assignment step.event!
is convenient because it shows values only for failing tests.I would like a combination
@event x
that shows expressions and returns them for failing tests.Beta Was this translation helpful? Give feedback.
All reactions