Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 9, 2017 05:44
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/f1e6d26b0251d66d0b4dec0c59f81c04 to your computer and use it in GitHub Desktop.
Save Whateverable/f1e6d26b0251d66d0b4dec0c59f81c04 to your computer and use it in GitHub Desktop.
committable6
all my class Foo is Int {}; my $foo = Foo.new(4); say $foo.WHAT;
¦«2014.01»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:830
in method new at src/gen/m-CORE.setting:825
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.02»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:832
in method new at src/gen/m-CORE.setting:827
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.03.01»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:846
in method new at src/gen/m-CORE.setting:841
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.04»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:846
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.05»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:852
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.06»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:827
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.07»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:813
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.08»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:839
in block at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.09»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:924
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.10»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:926
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2014.11,2014.12»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:931
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.01.1»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:950
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.02»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:953
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.03»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:970
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.04»: Default constructor for 'Foo' only takes named arguments
in method new at src/gen/m-CORE.setting:986
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.05»: Default constructor for 'Foo' only takes named arguments
in block <unit> at /tmp/7DTs6lJllR:1
in any <unit-outer> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.06»: Default constructor for 'Foo' only takes named arguments
in block <unit> at /tmp/7DTs6lJllR:1
«exit code = 1»
¦«2015.07.2,2015.09,2015.10,2015.11,2015.12,2016.01.1,2016.02,2016.03,2016.04,2016.05,2016.06,2016.07.1,2016.08.1,2016.09»: (Foo)
¦«2016.10,2016.11,2016.12,2017.01,2017.02,2017.03,2017.04.3,2017.05,2017.06,HEAD(05c255c)»: (Int)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment