Skip to content

Instantly share code, notes, and snippets.

@lizmat

lizmat/result.md Secret

Created February 8, 2025 10:23
rakkable: '.gist' in 'provides'

ASTQuery:ver<0.0.2>:auth<zef:FCO>

lib/ASTQuery/Match.rakumod

80:method Str {self.gist}

lib/ASTQuery/Matcher.rakumod

655: "[" ~ %!atts.kv.map(-> $k, $v { $k ~ ( $v =:= Whatever ?? "" !! "=$v.gist()" ) }).join(', ') ~ ']' if %!atts
661: " > " ~ .gist(:inside) with $!child
663: " >> " ~ .gist(:inside) with $!gchild
665: " >>> " ~ .gist(:inside) with $!descendant
667: " < " ~ .gist(:inside) with $!parent
669: " << " ~ .gist(:inside) with $!gparent
671: " <<< " ~ .gist(:inside) with $!ascendant
718: "{$name}({callframe(6).code.signature.params.grep(!*.named).skip>>.gist.join: ", "})"
779: print-validator-begin $node, self.gist;
780: POST print-validator-end $node, self.gist, $_;


Acme::Skynet:ver<0.0.3>:auth<github:kmwallio>

lib/Acme/Skynet.pm6

105: return &.action.gist();
131: %!labels{&route.gist()}++;
132: %!router{&route.gist()} = &route;
140: unless (%!labelers{&route.gist()}:exists) {
141: %!labelers{&route.gist()} = ChainLabel.new();
144: %!labelers{&route.gist()}.add($train.command, $train.args);


Acme::Sudoku:ver<0.0.2>:auth<github:pierre-vigier>

lib/Acme/Sudoku.pm6

110: say "\e[2J" ~ self.gist if $interactive;
123: say "\e[2J" ~ self.gist if $interactive;


Algorithm::KDimensionalTree:ver<0.0.3>:auth<zef:antononcube>

lib/Algorithm/KDimensionalTree.rakumod

69: return "Algorithm::KDimensionalTree(points => {@!points.elems}, distance-function => {$!distance-function.gist})";
73: return self.gist();


App::Gitstatus:ver<0.0.2>:auth<zef:tbrowder>

lib/App/Gitstatus.rakumod

77: if $gs.gist {


App::IRC::Log:ver<0.0.52>:auth<zef:lizmat>

lib/App/IRC/Log.rakumod

90: has @.gist-plugins; # any plugins for gist view


App::Prove6:ver<0.0.17>:auth<cpan:LEONT>

lib/App/Prove6.rakumod

30: say "$PROGRAM.basename() {App::Prove6.^ver} with TAP {TAP.^ver} on $RAKU.compiler.gist()";


App::Rak:ver<0.3.16>:auth<zef:lizmat>

lib/App/Rak.rakumod

664: note $warning.gist.lines.grep(!*.starts-with(' in block')).join("\n");
3502: my $gist := .gist;


App::termie:ver<0.2.4>:auth<zef:bduggan>

lib/Termie/Actions.rakumod

46: trace "captured " ~ ( $m.gist.subst(/\n/,',',:g) );
52: trace "no match { $buffer.gist } vs { $target.gist }";

lib/Termie/Commands.rakumod

514: trace "received a capture: " ~ %h.gist;


App::tmeta:ver<0.1.1>:auth<zef:bduggan>

lib/tmeta/actions.rakumod

51: trace "captured " ~ ( $m.gist.subst(/\n/,',',:g) );
55: trace "no match { $buffer.gist } vs { $target.gist }";


App::upgrade-raku.raku:ver<0.1.2>:auth<zef:grizzlysmit>

bin/upgrade-raku.raku

206: my Proc $p1 = shell q[raku -e '"Installed!!! This is $RAKU - specifically: { ($RAKU, $VM, $DISTRO).map({ $.gist })}".say;'];
277: my Proc $p1 = shell q[raku -e '"Installed!!! This is $RAKU - specifically: { ($RAKU, $VM, $DISTRO).map({ $
.gist })}".say;'];


Aria:ver<0.1.4>:auth<github:palapitta>

lib/Aria.pm6

56: if @arr.WHAT.gist eq "(Any)" {


ArrayHash:ver<1.0.0>:auth<cpan:HANENKAMP>

lib/ArrayHash.pm6

462: default { $elem.gist }


AttrX::Mooish:ver<0.8.0>:auth<zef:vrurg>:api<0.7.0>

lib/AttrX/Mooish.rakumod

522:# note "^ PLAN TASK: ", ($task ~~ Code ?? $task.gist !! nqp::hllize($task));


Avro:ver<0.1.1>:auth<github:sylvarant>

lib/Avro/Auxiliary.pm

37: ($data.gist() ~~ Any.gist() ?? "Any" !! $data.Str)

lib/Avro/Schema.pm

367: my Str $resolved = $schema.WHAT.gist ~ $schema.fullname(); #TODO resolve aliases
372: my Str $key = $schema.WHAT.gist ~ ($schema.?type().gist);


BSON:ver<0.13.2>:auth<cpan:MARTIMM>

lib/BSON/Document.pm6

190: :operation("new: Hash %options.gist()"), :type<Hash>,

lib/BSON/Ordered.pm6

399: $s = [~] $item.gist, ",";


Bailador:ver<0.0.19>:auth<cpan:UFOBAT>

lib/Bailador/App.pm

375: .gist,
400: die "Method $method not found on class " ~ self.WHAT.gist unless self.^method_table{$method}:exists;

lib/Bailador/Route.pm

62: die "duplicate route: {$route.gist}" if $matches;
167: # say "self: ", self.gist;
168: # say "other: ", $other.gist;

lib/Bailador/Test.pm

35: self!add-string( join '', @args.map(*.gist), $.nl-out )


Bencode:ver<0.1.1>:auth<github:palapitta>

lib/Bencode.pm6

8: given $var.WHAT.gist {


Binary::Structured:ver<0.0.2>:auth<github:avuserow>

lib/Binary/Structured.pm6

187: die "Unsupported attribute $a.gist() with is read trait";
193: die "Unsupported value for is read trait for $a.gist()";
203: die "Unsupported attribute $a.gist() with is written trait";
209: die "Unsupported value for is written trait for $a.gist()";
250: "Static data mismatch:\n\tGot: $.got.gist()\n\tExpected: $.expected.gist()";
350: $val = $attr.get_value(self).gist();
395: die "$attr.gist(): read past end of buffer!" if $!pos > $!data.bytes;
435: die "whoa, can't handle a $attr.type.gist() yet :(";
437: die "no reader for $attr.gist()" unless $attr.reader;
450: die "$attr.gist(): read past end of buffer!" if $!pos >= $!data.bytes;
458: die "$attr.gist(): read past end of buffer!" if $!pos >= $!data.bytes;
465: warn "$attr.gist(): read too many bytes: $limit < $!pos - $initial-pos ({+@array} elements)" if $!pos - $initial-pos > $limit;
472: die "no reader for $attr.gist()" unless $attr.reader;
496: die "Unsupported type: $attr.gist(): cannot use native types without length";
499: die "Unsupported type: $attr.gist(): not yet implemented";
503:# die "no reader for $attr.gist()" unless $attr.reader;
509: die "Cannot read an attribute of type $.gist() yet!";
607: die "Cannot write an attribute of type $
.gist() yet!";


C::Parser:ver<0.3.3>:auth<zef:raku-community-modules>

lib/C/Parser/Grammar.rakumod

33: if @CONTEXTS[-1].gist ne $ctx {


CSS::Stylesheet:ver<0.1.2>:auth<zef:dwarring>

lib/CSS/Media.rakumod

219: say $media.resolution.gist; # 300dpi


CSV::Table:ver<0.0.1>:auth<zef:tbrowder>

lib/CSV/Table.rakumod

532: #note "DEBUG: ", $v.gist;


Cofra:ver<0.2.0>:auth<cpan:HANENKAMP>

lib/Cofra/Logger/Screen.pm6

10: $.handle.say: "[$level] @msg.map(*.gist).join('')";


Collection-Plugin-Development:ver<0.4.6>:auth<zef:finanalyst>

lib/TestAllPlugins.rakumod

10: say "Running on $*DISTRO.gist().\n";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment