Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 28, 2016 17:12
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/fdf3c8eaa66a4b98cce117f7a24a1267 to your computer and use it in GitHub Desktop.
Save Whateverable/fdf3c8eaa66a4b98cce117f7a24a1267 to your computer and use it in GitHub Desktop.
committable6
all class Foo { submethod BUILD { fail "noway" } } ; dd Foo.new
¦«2014.01,2014.02,2014.03.01,2014.04,2014.05,2014.06,2014.07,2014.08,2014.09»: ===SORRY!=== Error while compiling /tmp/BNqQOyXm0q
Undeclared routine:
dd used at line 1
«exit code = 1»
¦«2014.10»: noway
in method BUILDALL at src/gen/m-CORE.setting:1020
in method bless at src/gen/m-CORE.setting:939
in method new at src/gen/m-CORE.setting:923
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2014.11»: noway
in method BUILDALL at src/gen/m-CORE.setting:1025
in method bless at src/gen/m-CORE.setting:944
in method new at src/gen/m-CORE.setting:928
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2014.12»: noway
in method BUILDALL at src/gen/m-CORE.setting:1021
in method bless at src/gen/m-CORE.setting:939
in method new at src/gen/m-CORE.setting:928
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.01.1»: noway
in method BUILDALL at src/gen/m-CORE.setting:1043
in method bless at src/gen/m-CORE.setting:961
in method new at src/gen/m-CORE.setting:947
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.02»: noway
in method BUILDALL at src/gen/m-CORE.setting:1046
in method bless at src/gen/m-CORE.setting:964
in method new at src/gen/m-CORE.setting:950
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.03»: noway
in method BUILDALL at src/gen/m-CORE.setting:1083
in method bless at src/gen/m-CORE.setting:981
in method new at src/gen/m-CORE.setting:967
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.04»: noway
in method BUILDALL at src/gen/m-CORE.setting:1014
in method bless at src/gen/m-CORE.setting:997
in method new at src/gen/m-CORE.setting:983
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.05»: noway
in block <unit> at /tmp/BNqQOyXm0q:1
in any <unit-outer> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.06»: noway
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.07.2,2015.09,2015.10,2015.11»: noway
in submethod BUILD at /tmp/BNqQOyXm0q:1
in block <unit> at /tmp/BNqQOyXm0q:1
Actually thrown at:
in block <unit> at /tmp/BNqQOyXm0q:1
«exit code = 1»
¦«2015.12,2016.02,2016.03,2016.04,2016.05»: noway
in submethod BUILD at /tmp/BNqQOyXm0q line 1
in block <unit> at /tmp/BNqQOyXm0q line 1
Actually thrown at:
in block <unit> at /tmp/BNqQOyXm0q line 1
«exit code = 1»
¦«2016.06,2016.07.1,2016.08.1,2016.09,2016.10,2016.11,2016.12,HEAD»: Failure.new(exception => X::AdHoc.new(payload => "noway"), backtrace => Backtrace.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment