Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 23, 2018 19:00
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/c2a3cd956b4b4621b13b30fca27574d7 to your computer and use it in GitHub Desktop.
Save Whateverable/c2a3cd956b4b4621b13b30fca27574d7 to your computer and use it in GitHub Desktop.
reportable6
2018-07-16T00:00:00Z 2018-07-23T00:00:00Z

From ≈2018-07-16T00:00:00Z to ≈2018-07-23T00:00:00Z
Open tickets before: 1958
Open tickets after: 1986
Number of tickets touched: 59

Resolved tickets (12)

[resolved] RT#133082 precedence error !%foo<a>:exists
  [closed]   GH#1542 RT#102994: State init vars if not set on first pass (CodeRef edition)
  [closed]   GH#2071 Stresstest failures on v2018.06.179.g.9.dce.63318
  [closed]   GH#2072 Can't build on 32-bit Debian: Cannot invoke this object (REPR: P6opaque; QAST::Block)
  [closed]   GH#2077 Extensions, shebangs, executable permissions in tools/ and elsewhere
  [closed]   GH#2079 exception propagation in await depends on order
  [closed]   GH#2081 Rename IO::Handle's generic methods to .READ/.WRITE/.EOF
  [closed]   GH#2084 `is required` can take an error message but currently broken
  [closed]   GH#2090 Range.roll(*) doesn't work with large minimums
  [closed]   GH#2095 Do not use `perl6` as executable
  [closed]   GH#2096 Build fails with fresh nqp and moar
  [closed]   GH#2102 Consistify P6 scripts.

Half-resolved (tests needed) (6)

[testneeded]   GH#2046 ANTLR4::Grammar tests fail unless MVM_SPESH_INLINE_DISABLE=1
[testneeded]   GH#2056 “MVMHash representation requires MVMString keys” rescalar regression
[testneeded]   GH#2057 Yapsi module is failing its tests
[testneeded]   GH#2058 MoarVM inlining regression found in P5quotemeta module (goes away with MVM_SPESH_INLINE_DISABLE=1)
[testneeded]   GH#2080 `Cannot call method 'ACCEPTS' on a null object` in Slang::SQL
[testneeded]   GH#2083 `is required` change removed useful feature

Updated tickets (10)

[updated] RT#131599 Allow a Callable for `is default` that will generate default values
[updated]   GH#1290 KEEP does not set $_ to the return value
[updated]   GH#1356 Let's remove most (if not all) perl5-oriented error messages for variables
[updated]   GH#1583 tools/install-dist.pl is a perl 6 script but has Prolog file extension
[updated]   GH#2007 Native parameters perform boxing
[updated]   GH#2033 Inconsistency: &max take `:&by` but .max takes `&by`
[updated]   GH#2036 NativeCall, incorrect values after call into C
[updated]   GH#2069 `Cannot call method 'sink' on a null object` when using `loop` in sink context
[updated]   GH#2070 AppVeyor status and building on Windows
[updated]   GH#2078 LTA behaviour when using parens around `has` stuff

All new tickets (40)

    [closed]   GH#2079 exception propagation in await depends on order
[testneeded]   GH#2080 `Cannot call method 'ACCEPTS' on a null object` in Slang::SQL
    [closed]   GH#2081 Rename IO::Handle's generic methods to .READ/.WRITE/.EOF
      [open]   GH#2082 Remove <?before> token in token term:sym<multi_declarator>
[testneeded]   GH#2083 `is required` change removed useful feature
    [closed]   GH#2084 `is required` can take an error message but currently broken
      [open]   GH#2085 Move ROADMAP items into tickets
      [open]   GH#2086 Maybe warn when thunking `*.foo ~~ $bar` constructs?
      [open]   GH#2087 Regex generates "Invalid to edge 0 in NFA statelist" error
      [open]   GH#2088 Make .toggle take matchers, not just Callables
      [open]   GH#2089 .toggle is hard to understand
    [closed]   GH#2090 Range.roll(*) doesn't work with large minimums
      [open]   GH#2091 Allow IO::Socket::Async to listen to a system-defined (unspecified) port
      [open]   GH#2092 "only alpha methods may be detached" message could be a bit clearer/accurater
      [open]   GH#2093 Too-fiddly error missing op name
      [open]   GH#2094 "decimal point must be followed..." error is too eager
    [closed]   GH#2095 Do not use `perl6` as executable
    [closed]   GH#2096 Build fails with fresh nqp and moar
      [open]   GH#2097 Cannot parse valid leap-second dates when in weird timezones
      [open]   GH#2098 !%hash<a>:exists doesn't suggest to use %hash<a>:!exists 
      [open]   GH#2099 RFC: Close all the "roast" RT tickets
      [open]   GH#2100 Inconsistent behaviour with methods called on :Us
      [open]   GH#2101 LTA NativeCall error message - "Cannot locate native library 'libssl.so'" has no file/line
    [closed]   GH#2102 Consistify P6 scripts.
      [open]   GH#2103 SipHash and required memory when building NQP
      [open]   GH#2104 Implement setsockopt and getsockopt support
      [open]   GH#2105 DateTime.IO produces forbidden path on Windows
      [open]   GH#2106 Capture in `sub MAIN` doesn't work for named args
      [open]   GH#2107 Fix Multiple Statevar Initialization Bugs
      [open]   GH#2108 Fail to run regex repeatedly with --profile
      [open]   GH#2109 Inconsistency in .grab/.kxxv/.pick in Mix vs MixHash
      [open]   GH#2110 Confusing error message for \1+ in regex
      [open]   GH#2111 `please 'use experimental :pack'` even if code does exactly that
      [open]   GH#2112 Some regex quantifiers don't work as expected
      [open]   GH#2113 Backward compatibility for returning Proxy without `is rw`
      [open]   GH#2114 "Regex not terminated" error is triplicated
      [open]   GH#2115 "What the heck is an infix stopper?!"
      [open]   GH#2116 Implement native-descriptor attribute for IO::Socket::Async
      [open]   GH#2117 Improve err for obs positionals w/ quantifiers
      [open]   GH#2118 Misleading error in tr/// when including a # character
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment