Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created July 1, 2015 20:50
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 jnthn/13d6303ea8bf4ea3b57f to your computer and use it in GitHub Desktop.
Save jnthn/13d6303ea8bf4ea3b57f to your computer and use it in GitHub Desktop.
23/6/2015 14:35 15:26 51 Update to Unicode 8.0
23/6/2015 15:26 15:44 18 Fix RT #125445 (.can and .^can broken on enum values)
23/6/2015 15:44 16:00 16 Fix RT #125402 (cannot assign non-Str to substr-rw; fixed by making it DWIM and coerce)
23/6/2015 16:00 16:58 58 Fix RT #125455 (variable phasers applied to variables directly in package/class bodies didn't work properly)
23/6/2015 16:58 17:27 29 Fix RT #125228 (bad error reporting when 'is' trait argument referenced undeclared symbol)
23/6/2015 17:27 18:24 57 Fix RT #125259 (bad error reporting when parameterizing a type in an illegal way)
23/6/2015 18:24 19:14 50 Fix RT #125376 (various SEGVs in MoarVM relating to mis-constructed code objects)
29/6/2015 10:13 10:28 15 Fix RT #125505 (getting Capture elements stripped away Scalar containers)
29/6/2015 10:28 11:19 51 Working on RT #125110; got to a fix, but uncovered a MoarVM GC issue along the way
29/6/2015 14:11 15:08 57 Fix MoarVM segfault; fix RT #125110 and unfudge tests, plus further fix to comb chars and Str.perl
29/6/2015 15:08 15:59 51 Fix RT #125509 (=== didn't work on Complex), plus a few other issues observed with ===
29/6/2015 15:59 16:15 16 Fix RT #125120 (bad error reporting if you declared a type X then made a syntax error)
29/6/2015 16:15 16:52 37 Working on RT #125245; significantly golf it and leave golfed version in ticket
29/6/2015 18:04 18:53 49 Fix RT #125245 (pre-compilation bug involving subset types) and RT #124298 (Text::CSV pre-comp suffered the same bug)
29/6/2015 19:51 20:04 13 Fix regression arising from RT #125110, add test coverage for it
29/6/2015 20:04 20:23 19 Add test coverage for RT #115868, plus improve the two errors that are produced
29/6/2015 20:23 21:01 38 Fix RT #108462 (missing redeclaration checks)
29/6/2015 21:01 21:53 52 Fix RT #116102 (ENTER phaser did not work as an r-value)
29/6/2015 21:53 22:04 11 Add test coverage for RT #125483 (the ";;" syntax actually influences mutli-dispatch when placed prior to the first parameter)
29/6/2015 22:04 22:21 17 Fix RT #125335 (lack of escaping in error message about illegal numification)
29/6/2015 22:21 22:48 27 Fix RT #125227 (trait warnings pointed to useless internals line, not relevant position in the source code)
29/6/2015 22:48 23:13 25 RT triage; identifying another set of things to work on soon, getting input, delegating some test writing
30/6/2015 21:36 21:44 8 Update test now "my ${a}" is parsed as legal Perl 6 (allows anonymous hash with key type declarations)
30/6/2015 21:44 22:26 42 Fix RT #62086, RT #124949, RT #124950 (failure semantics of the goal matching regex syntax)
30/6/2015 22:26 23:27 61 Implement RT #112922 (catch impossible default values on parameters at compile time)
30/6/2015 23:27 23:32 5 Add test for and resolve RT #123897 (bad error reporting, improved by implementing RT #112922)
30/6/2015 23:32 0:03 31 Fix RT #72440 (regex engine took too many literal atoms in goal matching and separator syntax)
1/7/2015 10:50 12:59 129 Design work for multi-dimensional arrays; start working on VM-level bits of the support for MoarVM
1/7/2015 14:01 16:53 172 Continuing on VM-level bits for multi-dimensional arrays; implementing API on VMArray and writing a bunch of tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment