Created
February 16, 2017 03:42
Star
You must be signed in to star a gist
committable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| all my $p = Promise.new; my $b = 0; my $w = start { await($p); CATCH { default { $b = 1; } } }; $p.break; await($w); $b.say |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ¦«2014.01,2014.02»: ===SORRY!=== Error while compiling /tmp/QrqJpqioqV | |
| Undeclared name: | |
| Promise used at line 1 | |
| Undeclared routines: | |
| await used at line 1 | |
| start used at line 1. Did you mean '&spurt', '&sort', '&sqrt'? | |
| «exit code = 1» | |
| ¦«2014.03.01»: ===SORRY!=== Error while compiling /tmp/QrqJpqioqV | |
| Undeclared name: | |
| Promise used at line 1 | |
| Undeclared routines: | |
| await used at line 1 | |
| start used at line 1. Did you mean 'spurt', 'sort', 'sqrt'? | |
| «exit code = 1» | |
| ¦«2014.04»: Not enough positional parameters passed; got 1 but expected 2 | |
| in method break at src/gen/m-CORE.setting:18043 | |
| in block at /tmp/QrqJpqioqV:1 | |
| «exit signal = SIGABRT (6)» | |
| ¦«2014.05»: Not enough positional parameters passed; got 1 but expected 2 | |
| in method break at src/gen/m-CORE.setting:18320 | |
| in block at /tmp/QrqJpqioqV:1 | |
| «exit signal = SIGABRT (6)» | |
| ¦«2014.06»: Not enough positional parameters passed; got 1 but expected 2 | |
| in method break at src/gen/m-CORE.setting:18242 | |
| in block at /tmp/QrqJpqioqV:1 | |
| «exit signal = SIGABRT (6)» | |
| ¦«2014.07»: Not enough positional parameters passed; got 1 but expected 2 | |
| in method break at src/gen/m-CORE.setting:18281 | |
| in block at /tmp/QrqJpqioqV:1 | |
| «exit code = 1» | |
| ¦«2014.08»: Not enough positional parameters passed; got 1 but expected 2 | |
| in method break at src/gen/m-CORE.setting:18689 | |
| in block at /tmp/QrqJpqioqV:1 | |
| «exit code = 1» | |
| ¦«2014.09,2014.10,2014.11,2014.12,2015.01.1,2015.02,2015.03,2015.04,2015.05,2015.06,2015.07.2,2015.09,2015.10,2015.11,2015.12,2016.02,2016.03,2016.04,2016.05,2016.06,2016.07.1,2016.08.1,2016.09,2016.10,2016.11,2016.12,2017.01,HEAD»: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment