You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Zoffix_> m: use Test; cmp-ok 42, '!eqv', 5
<evalable6> Zoffix_, rakudo-moar b7f93bee1: OUTPUT: «(exit code 1) not ok 1 - # Failed test at /tmp/uY3cdPn5Io line 1# Could not use '"!eqv"' as a comparator.»
<Zoffix_> m: use Test; cmp-ok 42, &[!eqv], 5
<evalable6> Zoffix_, rakudo-moar b7f93bee1: OUTPUT: «ok 1 - »
The text was updated successfully, but these errors were encountered:
zoffixznet
added
good first issue
This issue is likely easy for beginners to resolve
LTA
Less Than Awesome; typically an error message that could be better
and removed
good first issue
This issue is likely easy for beginners to resolve
labels
Dec 23, 2017
Don't think there's a good way to make it work, since we'd have to EVAL to gen the op and to cover user ops, we'd have to eval in user's scope, but there's probably no good way to do it.
The text was updated successfully, but these errors were encountered: