Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 24, 2025 19:57
Show Gist options
  • Save Whateverable/53deece8ab620118ba5430b53dec2b84 to your computer and use it in GitHub Desktop.
Save Whateverable/53deece8ab620118ba5430b53dec2b84 to your computer and use it in GitHub Desktop.
greppable6
BUILDALL
File Code
JSTOWE/Staticish
…/Staticish.pm :51:
my %bypass = :new, :bless, :BUILDALL, :BUILD, 'dispatch:<!>' => True;
MARTIMM/MongoDB
…/Log.pm6 :235:
# try to find a better place instead of dispatch, BUILDALL etc:...
NINE/Inline-Perl5
…/ClassHOW.pm6 :53:
$self.BUILDALL(@args, %args);
NINE/Inline-Perl5
…/ClassHOW.pm6 :303:
method BUILDALLPLAN($type) {
NINE/Inline-Perl5
…/Extension.pm6 :11:
self.CREATE.initialize-perl5-object($target); #.BUILDALL(my @, my %);
NINE/Inline-Perl5
…/Extension.pm6 :20:
); #.BUILDALL(my @, my %);
NINE/Inline-Perl5
…/Parent.pm6 :7:
self.CREATE.initialize-perl5-object($parent, @args, %args).BUILDALL(@args, %args);
UGEXE/zef
…/Distribution.pm6 :59:
method BUILDALL(|) {
VRURG/AttrX-Mooish
…/030-inheritance.t :168:
method BUILDALL (|) { nextsame } # A BUILDALL may break things sometime
LLFourn/p6-AttrX-InitArg
…/README.md :112:
### BUILDALL
LLFourn/p6-AttrX-InitArg
…/README.md :114:
~~This trait creates a custom BUILDALL on the role/class containing
LLFourn/p6-AttrX-InitArg
…/README.md :116:
Should be fine now. You can write your own BUILD or BUILDALL and it
LLFourn/p6-AttrX-InitArg
…/InitArg.pm6 :8:
method BUILDALL(@,%named) {
MARTIMM/mongo-perl6-driver
…/Log.pm6 :229:
# try to find a better place instead of dispatch, BUILDALL etc:...
jnthn/oo-actors
…/Actors.pm6 :13:
my %bypass = :new, :bless, :BUILDALL, :BUILD, 'dispatch:<!>' => True;
jnthn/oo-monitors
…/Monitors.pm6 :24:
$name ne 'BUILDALL' && $meth.wrap(-> \SELF, | {
jnthn/oo-monitors
…/Monitors.pm6 :63:
if self.method_table(type)<BUILDALL>:exists {
jnthn/oo-monitors
…/Monitors.pm6 :64:
self.method_table(type)<BUILDALL>.wrap: -> \SELF, | {
jnthn/oo-monitors
…/Monitors.pm6 :71:
self.add_method(type, 'BUILDALL', anon method BUILDALL(Mu \SELF: |) {
jonathanstowe/Staticish
…/Staticish.pm :55:
my %bypass = :new, :bless, :BUILDALL, :BUILD, 'dispatch:<!>' => True;
spitsh/spitsh
…/Compiler.pm6 :41:
method BUILDALL(|) {
teodozjan/pod6-coverage
…/Full.pm6 :47:
die if $whoO.name ~~ 'BUILDALL';
tony-o/perl6-data-dump
…/02-obj.t :19:
# Autogenerated method BUILDALL is listed starting with Rakudo 2017.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment