Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 12, 2018 10:54
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/c88cd6b5068668f51650290d86a4e28c to your computer and use it in GitHub Desktop.
Save Whateverable/c88cd6b5068668f51650290d86a4e28c to your computer and use it in GitHub Desktop.
committable6
2017.05,2017.06 "/tmp/fooo42".IO.spurt: "a\nb\nc"; my $*IN = "/tmp/fooo42".IO.open; dd $*IN.get; $*IN.close; dd $*IN.get for ^3
¦«2017.05»:
"a"
readline requires an object with REPR MVMOSHandle (got VMNull with REPR Null)
in block <unit> at /tmp/O7UCEfQQzR line 1
«exit code = 1»
¦«2017.06»:
"a"
"b"
read bytes requires an object with REPR MVMOSHandle (got VMNull with REPR Null)
in block <unit> at /tmp/O7UCEfQQzR line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment