Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 23, 2017 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/eec058d4876f95072968926cebab5cb9 to your computer and use it in GitHub Desktop.
Save Whateverable/eec058d4876f95072968926cebab5cb9 to your computer and use it in GitHub Desktop.
committable6
HEAD my $raw-out = open('/dev/stdout', :encoding('utf8-c8')); my $weirdstuff = Buf.new(0xf8).decode('utf8-c8'); $raw-out.say($weirdstuff)
¦«HEAD(50324bb)»:
Earlier failures:
Failed to open file /dev/stdout: No such device or address
in block <unit> at /tmp/RbxbHYRyvp line 1
Final error:
Cannot resolve caller say(Failure: Str); none of these signatures match:
(Mu $: *%_)
in block <unit> at /tmp/RbxbHYRyvp line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment