Skip to content

Instantly share code, notes, and snippets.

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

From ≈2018-07-09T00:00:00Z to ≈2018-07-16T00:00:00Z
Open tickets before: 1933
Open tickets after: 1958
Number of tickets touched: 56

Resolved tickets (16)

[resolved] RT#124341 Proxy object also works on non- "is rw" subs/methods
  [closed]   GH#1669 sub MAIN's USAGE doesn't recognize named's aliases
  [closed]   GH#1683 buffering difference between terminal and file
  [closed]   GH#2038 Include source file name in module-not-found error message.
  [closed]   GH#2040 no warning for Callable in sink context
  [closed]   GH#2042 Double junction arguments swapping sides
  [closed]   GH#2045 Signature specifiers on Callables do not consider multi candidates
  [closed]   GH#2047 Rescalar merge & other toaster-related stuff
  [closed]   GH#2048 unit sub MAIN cannot have optional parameters
  [closed]   GH#2051 Improve the error message for slicing a shaped array
  [closed]   GH#2054 Make infix:<!=> for Ints consistent with...
  [closed]   GH#2055 You should not be able to assign more than once to a Map
  [closed]   GH#2061 Revert "Include source file name in module-not-found error message."
  [closed]   GH#2062 Initializing a Hash/Map from a list of a object hashes shows object hash internals
  [closed]   GH#2063 Remove unspecced/used pre-6.c jvm modules
  [closed]   GH#2066 Remove unused Universal role

Half-resolved (tests needed) (2)

[testneeded]   GH#2022 LTA error: "not found module" message does not include file
[testneeded]   GH#2069 `Cannot call method 'sink' on a null object` when using `loop` in sink context

Updated tickets (11)

[updated] RT#128154 Cannot use qqx in rakudo star on windows7
[updated] RT#131530 Perl6 REPL forgets the definition of  infix  sub
[updated]   GH#1290 KEEP does not set $_ to the return value
[updated]   GH#1453 Please improve the class IO::Path routines copy() and move() 
[updated]   GH#1571 Flaws in implied sinkage / `&unwanted` helper
[updated]   GH#1707 The bitshift operation of (1 +> 1000000) returns 0 but (1 +< -1000000) returns 1
[updated]   GH#1812 Improve and consolidate distribution lookup
[updated]   GH#1992 Examine codebase for subs that can be `is pure`d
[updated]   GH#2021 Bad error "P6M Merging GLOBAL symbols failed: duplicate definition of symbol DocLinks"
[updated]   GH#2031 Ability to ensure support for a unicode version
[updated]   GH#2036 NativeCall, incorrect values after call into C

All new tickets (41)

    [closed]   GH#2038 Include source file name in module-not-found error message.
      [open]   GH#2039 LTA IO::Handle.encoding can have a value, but no valid decoder is setup
    [closed]   GH#2040 no warning for Callable in sink context
      [open]   GH#2041 LTA: sink context after scalar assignment
    [closed]   GH#2042 Double junction arguments swapping sides
      [open]   GH#2043 Allow directories as destinations for IO::Path.copy/move.
      [open]   GH#2044 LTAness with putting space before sig specifier of Callable
    [closed]   GH#2045 Signature specifiers on Callables do not consider multi candidates
      [open]   GH#2046 ANTLR4::Grammar tests fail unless MVM_SPESH_DISABLE=1
    [closed]   GH#2047 Rescalar merge & other toaster-related stuff
    [closed]   GH#2048 unit sub MAIN cannot have optional parameters
      [open]   GH#2049 IO::CatHandle.encoding mismatched with IO::Handle.encoding
      [open]   GH#2050 IO::[Cat]Handle.open missing some encoding options
    [closed]   GH#2051 Improve the error message for slicing a shaped array
      [open]   GH#2052 "no compile time value" errors lack location of the problematic code
      [open]   GH#2053 PRE phaser potentially not thread-safe
    [closed]   GH#2054 Make infix:<!=> for Ints consistent with...
    [closed]   GH#2055 You should not be able to assign more than once to a Map
      [open]   GH#2056 “MVMHash representation requires MVMString keys” rescalar regression
      [open]   GH#2057 Yapsi module is failing its tests
      [open]   GH#2058 Rescalar regression found in P5quotemeta module (goes away with MVM_SPESH_DISABLE=1)
      [open]   GH#2059 LTA error with regex in `where` clause while `$/` is used for a later param in the same signature
      [open]   GH#2060 `my @foo is List` doesn't work and is reassignable
    [closed]   GH#2061 Revert "Include source file name in module-not-found error message."
    [closed]   GH#2062 Initializing a Hash/Map from a list of a object hashes shows object hash internals
    [closed]   GH#2063 Remove unspecced/used pre-6.c jvm modules
      [open]   GH#2064 Warn on literal assignment in conditional
      [open]   GH#2065 Remove undocumented/unspecced gethostname()
    [closed]   GH#2066 Remove unused Universal role
      [open]   GH#2067 Weird data in --profile with: my %m is Map = ^1000; %m.WHICH for ^100
      [open]   GH#2068 Set.Hash returns badly typed Hash
[testneeded]   GH#2069 `Cannot call method 'sink' on a null object` when using `loop` in sink context
      [open]   GH#2070 AppVeyor status and building on Windows
      [open]   GH#2071 Stresstest failures on v2018.06.179.g.9.dce.63318
      [open]   GH#2072 Can't build on 32-bit Debian: Cannot invoke this object (REPR: P6opaque; QAST::Block)
      [open]   GH#2073 Bad propspec: Enum's :D accepts Enum's :U
      [open]   GH#2074 erroneous "will never work" sig error on wrapped sub
      [open]   GH#2075 Meaning of `.bool-only`/`.count-only` after receiving IterationEnd ?
      [open]   GH#2076 A hole in $/.list is a Mu, but a hole in @a.List is a Nil / null object error
      [open]   GH#2077 Extensions, shebangs, executable permissions in tools/ and elsewhere
      [open]   GH#2078 LTA behaviour when using parens around `has` stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment