Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 27, 2017 23:43
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/c72b21a180067cff6954bf7d3a54b46e to your computer and use it in GitHub Desktop.
Save Whateverable/c72b21a180067cff6954bf7d3a54b46e to your computer and use it in GitHub Desktop.
greppable6
slurp-rest
File Code
7ojo/perl6-git-simple
…/Simple.pm :10:
return Hash.new if $proc.err.slurp-rest.lines;
7ojo/perl6-git-simple
…/Simple.pm :11:
my %info = Git::Simple::Parse.new.status(out => $proc.out.slurp-rest);
7ojo/perl6-git-simple
…/Simple.pm :14:
if ($proc.err.slurp-rest.lines) {
7ojo/perl6-git-simple
…/Simple.pm :17:
%info<local> = $proc.out.slurp-rest.lines[0]; # right?
7ojo/perl6-platform
…/Platform.pm6 :23:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Platform.pm6 :24:
my $err = $proc.err.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :27:
my $out = $proc.out.slurp-rest(:close);
7ojo/perl6-platform
…/Container.pm6 :32:
my $out = $proc.out.slurp-rest(:close);
7ojo/perl6-platform
…/Container.pm6 :33:
my $err = $proc.err.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :71:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :72:
$proc = run <docker commit>, self.name, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :73:
$proc = run <docker rm>, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :80:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :92:
$proc = run <docker stop -t 0>, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :93:
$proc = run <docker commit>, self.name, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :94:
$proc = run <docker rm>, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :106:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :143:
$proc = run <docker stop -t 0>, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :144:
$proc = run <docker commit>, self.name, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :145:
$proc = run <docker rm>, self.name, :out; $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :200:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :201:
my $err = $proc.err.slurp-rest;
7ojo/perl6-platform
…/Container.pm6 :210:
my $branch = $proc.out.slurp-rest.trim;
7ojo/perl6-platform
…/Linux.pm6 :23:
my $json = from-json($proc.out.slurp-rest);
7ojo/perl6-platform
…/MacOS.pm6 :14:
$proc.out.slurp-rest; # TODO: Is this needed still?
7ojo/perl6-platform
…/MacOS.pm6 :37:
my $json = from-json($proc.out.slurp-rest);
7ojo/perl6-platform
…/03-setup.t :45:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :53:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :60:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :68:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :75:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :76:
my $err = $proc.err.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :95:
ok $proc.out.slurp-rest.Str ~~ / butterfly \s+ \[ \✓ \] /, 'project butterfly is up';
7ojo/perl6-platform
…/03-setup.t :100:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :107:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/03-setup.t :115:
ok $proc.out.slurp-rest.Str ~~ / No \s such \s container /, 'got error message'
7ojo/perl6-platform
…/03-setup.t :124:
ok $proc.out.slurp-rest.Str ~~ / $project \s+ \[ \✓ \] /, "project $project is up";
7ojo/perl6-platform
…/03-setup.t :131:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/04-project.t :87:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/04-project.t :95:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/04-project.t :110:
my $out = $proc.out.slurp-rest.Str;
7ojo/perl6-platform
…/04-project.t :116:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/04-project.t :122:
is $proc.out.slurp-rest.Str.trim, $id_rsa_pub.Str.trim, 'id_rsa.pub contents';
7ojo/perl6-platform
…/04-project.t :126:
is $proc.out.slurp-rest.Str.trim, $content.trim, 'file /etc/sudoers.d/app-installer';
7ojo/perl6-platform
…/04-project.t :133:
is $proc.out.slurp-rest.Str.trim, $content.trim, 'file /var/www/app/config';
7ojo/perl6-platform
…/04-project.t :141:
is $proc.out.slurp-rest.Str.trim, $content.trim, 'file /etc/install.ini';
7ojo/perl6-platform
…/04-project.t :151:
is $proc.out.slurp-rest.Str.trim, $content.trim, 'file /etc/install.ini';
7ojo/perl6-platform
…/05-environment.t :67:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :104:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :112:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :166:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :175:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :182:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :186:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :193:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :197:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :205:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/05-environment.t :209:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :24:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :26:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :38:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :49:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :53:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :57:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :62:
$out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :79:
my $out = $proc.out.slurp-rest;
7ojo/perl6-platform
…/06-examples.t :83:
$out = $proc.out.slurp-rest;
Mouq/toml-pm6
…/json2toml :6:
$*IN.slurp-rest.&from-json.&to-toml.say;
Mouq/toml-pm6
…/toml2json :7:
$*IN.slurp-rest.&from-toml.&to-json.say;
Tux/CSV
…/csv-check :42:
my Str $data = $fn eq "-" ?? $*IN.slurp-rest !! slurp $fn; # Binary NYI
Tux/CSV
…/CSV.pm :1901:
return $fh.slurp-rest;
araraloren/Net-FTP
…/FTP.pm6 :456:
$fh.slurp-rest(:bin) !!
araraloren/Net-FTP
…/FTP.pm6 :457:
$fh.slurp-rest(:enc($encoding));
azawawi/perl6-terminal-caca
…/05-dither.pl6 :14:
my $data = $fh.slurp-rest(:bin);
bduggan/p6-log-async
…/08-commandline.t :39:
bduggan/p6-log-async
…/09-commandline-filter.t :12:
colomon/ABC
…/abc2ly :471:
my $match = ABC::Grammar.parse($in.slurp-rest, :rule<tune_file>, :$actions);
colomon/ABC
…/abctranspose :38:
my $match = ABC::Grammar.parse($in.slurp-rest, :rule<tune_file>, :$actions);
gfldex/perl6-pod-to-bigpage
…/html.xhtml :734:
my $captured = run('echo', $arg, :out).out.slurp-rest;
gfldex/perl6-pod-to-bigpage
…/html.xhtml :735:
my $captured = run(«echo "$arg"», :out).out.slurp-rest;</pre>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :738:
my $captured = shell("echo $arg", :out).out.slurp-rest;
gfldex/perl6-pod-to-bigpage
…/html.xhtml :5879:
my $contents = $fh.slurp-rest;
gfldex/perl6-pod-to-bigpage
…/html.xhtml :16453:
<a name="t79.1.16"></a><h2 id="_type_IO_Handle.pod6-method_slurp-rest">79.1.16 method slurp-rest</h2>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :16454:
<pre class="code">multi method slurp-rest(IO::Handle:D: :$bin! --&gt; Buf)
gfldex/perl6-pod-to-bigpage
…/html.xhtml :16455:
multi method slurp-rest(IO::Handle:D: :$enc --&gt; Str)</pre>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :19469:
my $captured-output = $proc.out.slurp-rest;
gfldex/perl6-pod-to-bigpage
…/html.xhtml :24702:
<a href="#t79.1.16"><li class="toc-level toc-level-2"><span class="toc-number">79.1.16</span> method slurp-rest</li></a>
jaffa4/perl6tracer
…/trace.p6 :53:
my $content = $*IN.slurp-rest;
jnthn/p6-app-installermaker-wix
…/InstallerBuilder.pm6 :242:
my $res = $res-proc.out.slurp-rest.trim;
jnthn/p6-ssh-libssh
…/run-command.p6 :9:
whenever $channel.print($*IN.slurp-rest) {
jonathanstowe/Audio-Silan
…/Silan.pm :142:
my $out = $proc.out.slurp-rest;
jonathanstowe/Lumberjack
…/070-dispatcher-file.t :61:
my $content = $fh.slurp-rest;
jonathanstowe/META6
…/META6.pm :188:
my $json = $file.slurp-rest;
jonathanstowe/URI-Template
…/030-spec-examples.t :16:
my $data-json = $spec-examples.open(:r).slurp-rest;
jonathanstowe/URI-Template
…/040-spec-examples-by-section.t :16:
my $data-json = $spec-examples.open(:r).slurp-rest;
jonathanstowe/URI-Template
…/050-extended-tests.t :15:
my $data-json = $spec-examples.open(:r).slurp-rest;
jsimonet/dns-zone
…/01_class.t :24:
# my $data = $fh.slurp-rest;
kalkin/Ddt
…/Ddt.pm6 :33:
my $dir = $proc.out.slurp-rest;
kalkin/Ddt
…/Distribution.pm6 :126:
my $markdown = $p.out.slurp-rest;
kalkin/Ddt
…/Distribution.pm6 :166:
shell("cd $git-dir && git init", :out).out.slurp-rest;
kalkin/Ddt
…/Distribution.pm6 :167:
shell("cd $git-dir && git add .", :out).out.slurp-rest;
madcapjake/p6dx
…/020-tags.t :11:
is $non-var-json.out.slurp-rest,
madcapjake/p6dx
…/020-tags.t :16:
is $all-json.out.slurp-rest,
madcapjake/p6dx
…/020-tags.t :21:
is $non-var-ctag.out.slurp-rest,
madcapjake/p6dx
…/020-tags.t :26:
is $all-ctag.out.slurp-rest,
moznion/p6-IO-Blob
…/README.md :23:
$io.slurp-rest; # => "foo\nbar\nbuz"
moznion/p6-IO-Blob
…/README.md :156:
slurp-rest(IO::Blob:D: :$bin!) returns Buf
moznion/p6-IO-Blob
…/README.md :161:
slurp-rest(IO::Blob:D: :$enc = 'utf8') returns Str
moznion/p6-IO-Blob
…/Blob.pm6 :47:
return self.slurp-rest();
moznion/p6-IO-Blob
…/Blob.pm6 :197:
proto method slurp-rest(
moznion/p6-IO-Blob
…/Blob.pm6 :199:
multi method slurp-rest(IO::Blob:D: :$bin!) returns Buf {
moznion/p6-IO-Blob
…/Blob.pm6 :214:
multi method slurp-rest(IO::Blob:D: :$enc = 'utf8') returns Str {
moznion/p6-IO-Blob
…/Blob.pm6 :273:
$io.slurp-rest; # => "foo\nbar\nbuz"
moznion/p6-IO-Blob
…/Blob.pm6 :391:
=head2 slurp-rest(IO::Blob:D: :$bin!) returns Buf
moznion/p6-IO-Blob
…/Blob.pm6 :395:
=head2 slurp-rest(IO::Blob:D: :$enc = 'utf8') returns Str
moznion/p6-IO-Blob
…/010_basic.t :244:
is $io.slurp-rest(bin => True), "line1\nline2\nline3\nline4".encode;
moznion/p6-IO-Blob
…/010_basic.t :245:
is $io.slurp-rest(bin => True), Buf.new();
moznion/p6-IO-Blob
…/010_basic.t :248:
is $io.slurp-rest(bin => True), "line2\nline3\nline4".encode;
moznion/p6-IO-Blob
…/010_basic.t :254:
is $io.slurp-rest(enc => 'utf8'), "line1\nline2\nline3\nline4";
moznion/p6-IO-Blob
…/010_basic.t :255:
is $io.slurp-rest(enc => 'utf8'), "";
moznion/p6-IO-Blob
…/010_basic.t :258:
is $io.slurp-rest(enc => 'utf8'), "line2\nline3\nline4";
moznion/p6-IO-Blob
…/010_basic.t :264:
is $io.slurp-rest(), "line1\nline2\nline3\nline4";
moznion/p6-IO-Blob
…/010_basic.t :265:
is $io.slurp-rest(), "";
moznion/p6-IO-Blob
…/010_basic.t :268:
is $io.slurp-rest(), "line2\nline3\nline4";
moznion/p6-IO-Blob
…/010_basic.t :270:
}, 'Test for slurp-rest';
moznion/p6-IO-Blob
…/010_basic.t :285:
is $io.slurp-rest(bin => True), "".encode;
moznion/p6-IO-Blob
…/010_basic.t :286:
is $io.slurp-rest(enc => 'utf8'), "";
moznion/p6-IO-Blob
…/010_basic.t :300:
is $io.slurp-rest, TEXT;
moznion/p6-IO-Blob
…/010_basic.t :304:
is $io.slurp-rest, TEXT;
moznion/p6-Stream-Buffered
…/Auto.pm6 :25:
my $written = $!buffer.rewind.slurp-rest;
moznion/p6-Stream-Buffered
…/File.pm6 :29:
my $size = $!fh.slurp-rest.encode.elems;
moznion/p6-Stream-Buffered
…/01-basic.t :18:
is $io.slurp-rest, 'foo';
moznion/p6-Stream-Buffered
…/01-basic.t :30:
is $io.slurp-rest, 'foo';
moznion/p6-Stream-Buffered
…/01-basic.t :44:
is $fh.slurp-rest, 'foo';
moznion/p6-Stream-Buffered
…/01-basic.t :56:
is $fh.slurp-rest, 'foo';
moznion/p6-Stream-Buffered
…/01-basic.t :69:
is $io.slurp-rest, 'foo';
moznion/p6-Stream-Buffered
…/01-basic.t :76:
is $fh.slurp-rest, 'foobarbuz';
nicqrocks/p6-Git-Wrapper
…/Wrapper.pm6 :24:
my @out = $p.out.slurp-rest;
noqisofon/p6-miroku
…/Miroku.pm6 :133:
my $module-version = $proc.out.slurp-rest.chomp
noqisofon/p6-miroku
…/Miroku.pm6 :233:
my $contents = $a-proc.out.slurp-rest;
p6-pdf/PDF-Content-p6
…/JPEG.pm :53:
$!encoded = $fh.slurp-rest;
p6-pdf/PDF-p6
…/Handle.pm :8:
has IO::Handle $.value is required handles <read close eof seek slurp-rest>;
p6-pdf/PDF-p6
…/Str.pm :29:
method slurp-rest {
p6-pdf/PDF-p6
…/read-pdf.t :52:
my Str $value = 't/pdf/pdf.in'.IO.open( :enc<latin-1> ).slurp-rest;
perl6/doc
…/5to6-nutshell.pod6 :1346:
my $captured = run('echo', $arg, :out).out.slurp-rest;
perl6/doc
…/5to6-nutshell.pod6 :1347:
my $captured = run(«echo "$arg"», :out).out.slurp-rest;
perl6/doc
…/5to6-nutshell.pod6 :1352:
my $captured = shell("echo $arg", :out).out.slurp-rest;
perl6/doc
…/io.pod6 :19:
my $contents = $fh.slurp-rest;
perl6/doc
…/Handle.pod6 :611:
=head2 method slurp-rest
perl6/doc
…/Handle.pod6 :615:
multi method slurp-rest(IO::Handle:D: :$bin! --> Buf)
perl6/doc
…/Handle.pod6 :616:
multi method slurp-rest(IO::Handle:D: :$enc --> Str)
perl6/doc
…/Proc.pod6 :47:
L«C<.slurp-rest>
perl6/perl6-lwp-simple
…/getstore.t :25:
ok $fh.slurp-rest ~~ /Opera \s+ browser/, 'Found pattern in downloaded file';
ramiroencinas/perl6-FileSystem-Capacity
…/VolumesInfo.pm6 :29:
my @df-output = ((run 'df', '-k', :out).out.slurp-rest).lines;
ramiroencinas/perl6-FileSystem-Capacity
…/VolumesInfo.pm6 :45:
my @wmic-output = ((shell "wmic /node:'%COMPUTERNAME%' LogicalDisk Where DriveType='3' Get DeviceID,Size,FreeSpace", :out).out.slurp-rest).lines;
ramiroencinas/perl6-Package-Updates
…/Updates.pm6 :59:
my $out-current = (run 'yum', 'list', $packet, :out).out.slurp-rest;
salortiz/NativeHelpers-Blob
…/CompileTestLib.pm :50:
my $output = $handle.out.slurp-rest;
skaji/perl6-CPAN-Uploader-Tiny
…/Tiny.pm6 :54:
my $err = $proc.err.slurp-rest;
skids/perl6-Proc-Screen
…/Screen.pm6 :129:
my $pidstr = $!pidfh.slurp-rest;
skids/perl6-Proc-Screen
…/Screen.pm6 :121:
my $output = $fh.slurp-rest;
skids/perl6-Proc-Screen
…/base.t :26:
is $fh.slurp-rest, "OHAI", "Verified .command method is working";
skids/perl6-Proc-Screen
…/base.t :42:
is $fh.slurp-rest.chomp, "arg1 arg2", ":shell works";
supernovus/exemel
…/XML.pm6 :14:
return XML::Document.new($input.slurp-rest);
tokuhirom/p6-Crust
…/Request.pm6 :88:
my Blob $content = $input.slurp-rest(:bin);
tokuhirom/p6-Crust
…/error.t :16:
is $io.slurp-rest, "ohno\n";
tokuhirom/p6-HTTP-Server-Tiny
…/Tiny.pm6 :60:
method slurp-rest(:$bin!) {
tokuhirom/p6-HTTP-Server-Tiny
…/Tiny.pm6 :61:
$.fh.slurp-rest: bin => $bin
tokuhirom/p6-HTTP-Server-Tiny
…/12-supply.t :33:
my $resp = run($*EXECUTABLE, '-I' «~« @include, $prog, $port, :out).out.slurp-rest;
tokuhirom/p6-HTTP-Server-Tiny
…/14-error.t :40:
is $io.slurp-rest, "foo\nbar\nbaz\nval\n";
ugexe/Perl6-App--ecogen
…/cpan.pm6 :18:
my $meta-uri-parts := $indexing-proc.out.slurp-rest(:close).lines.grep(*.ends-with('.meta'));
ugexe/Perl6-CompUnit--Repository--Tar
…/Tar.pm6 :45:
my $bytes = Blob.new( self!dist.content($name-path).slurp-rest(:bin) );
ugexe/Perl6-CompUnit--Repository--Tar
…/Tar.pm6 :70:
# XXX: Distribution::Common's .slurp-rest(:bin) doesn't work right yet, hence the `.encode`
ugexe/Perl6-CompUnit--Repository--Tar
…/Tar.pm6 :71:
my $bytes = Blob.new( self!dist.content($path).slurp-rest(:bin) );
ugexe/Perl6-CompUnit--Repository--Tar
…/Tar.pm6 :124:
my $resource-bytes = Blob.new($resource-handle.open(:bin).slurp-rest(:bin));
ugexe/Perl6-Distribution--Common--Remote
…/README.pod :27:
say $dist.content('lib/Distribution/Common/Remote.pm6').open.slurp-rest;
ugexe/Perl6-Distribution--Common--Remote
…/Github.pm6 :20:
method slurp-rest($name-path, Bool :$bin) {
ugexe/Perl6-Distribution--Common--Remote
…/01-basic.t :8:
ok $dist.content('lib/Distribution/Common.pm6').open.slurp-rest.contains('role Distribution::Common');
ugexe/Perl6-Distribution--Common
…/Common.pm6 :6:
also does Distribution::IO; # requires 'ls-files', 'slurp-rest'
ugexe/Perl6-Distribution--Common
…/Common.pm6 :20:
my $json = $.slurp-rest($meta-basename, :!bin);
ugexe/Perl6-Distribution--Common
…/Common.pm6 :32:
method slurp-rest(
ugexe/Perl6-Distribution--Common
…/IO.pm6 :11:
method slurp-rest($name-path, Bool :$bin) { ... }
ugexe/Perl6-Distribution--Common
…/Directory.pm6 :19:
method slurp-rest($name-path, Bool :$bin) {
ugexe/Perl6-Distribution--Common
…/Directory.pm6 :20:
$.prefix.child($name-path).open(:$bin).slurp-rest(:$bin);
ugexe/Perl6-Distribution--Common
…/Git.pm6 :9:
my $out =
ugexe/Perl6-Distribution--Common
…/Git.pm6 :10:
my $err =
ugexe/Perl6-Distribution--Common
…/Git.pm6 :21:
method slurp-rest($name-path, Bool :$bin) {
ugexe/Perl6-Distribution--Common
…/Tar.pm6 :8:
my $out =
ugexe/Perl6-Distribution--Common
…/Tar.pm6 :9:
my $err =
ugexe/Perl6-Distribution--Common
…/Tar.pm6 :27:
method slurp-rest($name-path, Bool :$bin) {
zoffixznet/perl6-Die
…/01-die.t :22:
is-deeply .out.slurp-rest(:close), "hi\n", 'STDOUT';
zoffixznet/perl6-Die
…/01-die.t :23:
is-deeply .err.slurp-rest(:close), "foo\n", 'STDERR';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :29:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :30:
cmp-ok .err.slurp-rest(:close), '~~',
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :43:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :44:
cmp-ok .err.slurp-rest(:close), '~~',
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :55:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :56:
with .err.slurp-rest(:close) {
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :71:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :72:
with .err.slurp-rest(:close) {
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :87:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :88:
cmp-ok .err.slurp-rest(:close), '~~',
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :101:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :102:
cmp-ok .err.slurp-rest(:close), '~~',
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :113:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :114:
with .err.slurp-rest(:close) {
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :130:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :131:
with .err.slurp-rest(:close) {
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :146:
cmp-ok .out.slurp-rest(:close), '~~', *.contains('alive').not, 'died';
zoffixznet/perl6-RakudoPrereq
…/01-operation.t :147:
cmp-ok .err.slurp-rest(:close), '~~',
zoffixznet/perl6-Terminal-Width
…/Width.pm6 :9:
my $out = try run('mode', :out).out.slurp-rest;
zoffixznet/perl6-Terminal-Width
…/Width.pm6 :21:
run('tput', 'cols', :out).out.slurp-rest.trim.Int
zoffixznet/perl6-Testo
…/Test.pm6 :87:
my $out = .out.slurp-rest: :close;
zoffixznet/perl6-Testo
…/Test.pm6 :88:
my $err = .err.slurp-rest: :close;
zostay/p6-Getopt-ForClass
…/cli.t :9:
is $p.out.slurp-rest, "one\n", 'ran command-one';
zostay/p6-Getopt-ForClass
…/cli.t :12:
is $p.out.slurp-rest, "two\n", 'ran command-two';
zostay/p6-Getopt-ForClass
…/cli.t :15:
is $p.out.slurp-rest, "three\n", 'ran command-three';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment