Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 11, 2019 12: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/5a7a2f78412c36bb1ff20a938c8dd889 to your computer and use it in GitHub Desktop.
Save Whateverable/5a7a2f78412c36bb1ff20a938c8dd889 to your computer and use it in GitHub Desktop.
reportable6
2019-01-01T00:00:00Z 2019-02-01T00:00:00Z

From ≈2019-01-01T00:00:00Z to ≈2019-02-01T00:00:00Z
Open tickets before: 2202
Open tickets after: 2254
Number of tickets touched: 115

Resolved tickets (39)

[closed]   GH#1374 SEGV with QAST tree in core Actions
[closed]   GH#1886 Miscompilation (optimization) of chain ops
[closed]   GH#2143 Can't .gist/.Str/.perl Distribution::Resource:U
[closed]   GH#2192 Uses DISTRO when available, refs #2190
[closed]   GH#2486 New SEGV issue in Moar
[closed]   GH#2564 "Cannot invoke this object (REPR: Null; VMNull)" in t/04-nativecall/06-struct.t on mipsel
[closed]   GH#2570 Missing "is already bound to an outer symbol" compilation error when (re)declarations with list assignment are done
[closed]   GH#2573 Adding a return type slows execution down
[closed]   GH#2578 Inf.Rat == Rational bug
[closed]   GH#2585 Add tests for R#2143
[closed]   GH#2586 Hash.pick is very slow on big hashes.
[closed]   GH#2590 Adds comment to avoid deletion
[closed]   GH#2591 LTA error message when parsing a META6.json file
[closed]   GH#2594 Make Signatures and Parameters first class citizens
[closed]   GH#2597 Don't add concreteness guard if return value = Nil
[closed]   GH#2600 Change to actual variable name
[closed]   GH#2601 Scope flattening causes inner scope to lose value of topic variable
[closed]   GH#2604 Enum (cont) space returns false even if it contains a space
[closed]   GH#2606 High memory consumption and crashes when running t/spec/S07-slip/slip.t
[closed]   GH#2608 Scope flattening and regexes
[closed]   GH#2611 Cannot specify a parameterized class (e.g., Array[Str]) as a class parent
[closed]   GH#2614 $_ lowering and .grep: { /foo/ }
[closed]   GH#2615 Date/DateTime regression (expected Int:D but got Int (Int))
[closed]   GH#2616 Some issue in P5tie
[closed]   GH#2618 Astro::Sunrise, wrong paths in META6.json and CURFS changes
[closed]   GH#2623 Intermittent failure when running t/spec/S04-exceptions/fail.t
[closed]   GH#2630 Remove unneeded line in bare_complex_number
[closed]   GH#2631 Move some Num constant rvs to their signature
[closed]   GH#2636 P6Repl::Helper and return type annotations
[closed]   GH#2637 P5built-ins fails after a commit that attempts to fix P5* modules
[closed]   GH#2638 Blin 2019.01
[closed]   GH#2639 Tests in Sake module and dynamic $_
[closed]   GH#2644 Some regression with Cro::WebSocket
[closed]   GH#2651 WhateverCode.pos is not tested
[closed]   GH#2653 Is the "dynext" directory used?
[closed]   GH#2654 Change to .gitignore
[closed]   GH#2655 Cryptic error when parametrizing Bufs with non-native types
[closed]   GH#2660 Use path-spec instead of path for module-not-found errors
[closed]   GH#2661 self is corrupted when calling a role method with .&

Half-resolved (tests needed) (7)

[testneeded] RT#125908 duplicate triggers of .act when using parallel greps on an IO::Notification.watch_path supply
[testneeded] RT#133762 Quanthashes should be parameterizable
[testneeded]   GH#2602 Smartmatch doesn't produce correct result on a run-time created class stored in a Scalar container
[testneeded]   GH#2607 Smartmatch and type checks fail when using MOP-created class as attribute
[testneeded]   GH#2641 META6.json causes an issue when it's in lib (why?)
[testneeded]   GH#2643 Something going on in Data::StaticTable
[testneeded]   GH#2650 IO::Path.dir failure listifies not-fatally on error

Updated tickets (16)

    [updated]  RT#75592 Long running unclosed quotes trigger unhelpful message
    [updated]   GH#1417 Return type constraint check fails with parametrized role
    [updated]   GH#1572 Methods return containerized attribute values
    [updated]   GH#2246 Change order in USAGE when %*SUB-MAIN-OPTS<named-anywhere> is set
    [updated]   GH#2268 Optimization idea: `:i` adverb for `.contains`. Only `fc` chars per boyer-moore
    [updated]   GH#2270 Inconsistent error for `chr` with large codepoints
    [updated]   GH#2340 JIT ERROR: Negative offset for dynamic label 8
    [updated]   GH#2401 Match.^roles   does not behave
    [updated]   GH#2496 No concretization found with role-qualified method call when doing a role from another role
    [updated]   GH#2501 unexpected behavior from cglobal pointers
    [updated]   GH#2506 Stringifying zero-denominator rationals explodes
[closed→open]   GH#2541 Post-incrementing native integers across overflow boundary
    [updated]   GH#2548 Custom multi infix:<~> not working as expected
    [updated]   GH#2567 Non-zero wait status: 11 in testt
    [updated]   GH#2576 flapper in t/06-telemetry/01-basic.t on mips
    [updated]   GH#2577 Sequence operator with string endpoints and no explicit generator produces unintuitive/undocumented results

All new tickets (90)

[testneeded] RT#133762 Quanthashes should be parameterizable
       [new] RT#133772 stringification of regex with variables
      [open] RT#133791 perl 6 parser bugging out on a comment thinking it is a real var
    [closed]   GH#2578 Inf.Rat == Rational bug
      [open]   GH#2579 smallnatives are neither tested nor working
      [open]   GH#2580 Is the dynamic variable $*FULL-PRECISION a good solution to Rat -> float/FatRat discussion?
      [open]   GH#2581 Cannot bind to an attribute from a role
      [open]   GH#2582 "inconsistent bind result" when multi-dispatch method proto uses a typed parameter
      [open]   GH#2583 C++ const breaks P6 struct
      [open]   GH#2584 duplicate stat() system calls on file tests
    [closed]   GH#2585 Add tests for R#2143
    [closed]   GH#2586 Hash.pick is very slow on big hashes.
      [open]   GH#2587 `Z...` and `X...` (sequence operator `...` with meta-op) return incorrect result
      [open]   GH#2588 Double call with --doc
      [open]   GH#2589 CStructs do not support Str is rw Attributes
    [closed]   GH#2590 Adds comment to avoid deletion
    [closed]   GH#2591 LTA error message when parsing a META6.json file
      [open]   GH#2592 Calls to `say` somehow get lost(?) when using precompilation with a module inbetween
      [open]   GH#2593 'index' routine shows severe performance decline in a loop
    [closed]   GH#2594 Make Signatures and Parameters first class citizens
      [open]   GH#2595 Return type check using captured type.
      [open]   GH#2596 Signature smartmatch against capture operator | fails if it contains slurpy hash
    [closed]   GH#2597 Don't add concreteness guard if return value = Nil
      [open]   GH#2598 Trait doesn't know if it is applied to a multi-dispatch method
      [open]   GH#2599 .assuming is painfully slow
    [closed]   GH#2600 Change to actual variable name
    [closed]   GH#2601 Scope flattening causes inner scope to lose value of topic variable
[testneeded]   GH#2602 Smartmatch doesn't produce correct result on a run-time created class stored in a Scalar container
      [open]   GH#2603 Errors for "[[-" While Constructing Array
    [closed]   GH#2604 Enum (cont) space returns false even if it contains a space
      [open]   GH#2605 Control exception semantics
    [closed]   GH#2606 High memory consumption and crashes when running t/spec/S07-slip/slip.t
[testneeded]   GH#2607 Smartmatch and type checks fail when using MOP-created class as attribute
    [closed]   GH#2608 Scope flattening and regexes
      [open]   GH#2609 Program hangs after exiting react block.
      [open]   GH#2610 IO::Path::x() on Windows is broken?
    [closed]   GH#2611 Cannot specify a parameterized class (e.g., Array[Str]) as a class parent
      [open]   GH#2612 EVAL('%?RESOURCES') and EVAL('$?DISTRIBUTION') don't work inside MAIN()
      [open]   GH#2613 A role exported from a package with 'is export' cannot be used in ^does with its short name.
    [closed]   GH#2614 $_ lowering and .grep: { /foo/ }
    [closed]   GH#2615 Date/DateTime regression (expected Int:D but got Int (Int))
    [closed]   GH#2616 Some issue in P5tie
      [open]   GH#2617 Rakudo segfaults in a very special case.
    [closed]   GH#2618 Astro::Sunrise, wrong paths in META6.json and CURFS changes
      [open]   GH#2619 trait excepting an Attribute and a &callable works on a classes but doesn't work on roles
      [open]   GH#2620 Wrapped method fails when precompiled
      [open]   GH#2621 t/spec/S17-supply/syntax.t hung in spectest
      [open]   GH#2622 Cannot assign to a readonly variable or a value on RW class attribute
    [closed]   GH#2623 Intermittent failure when running t/spec/S04-exceptions/fail.t
      [open]   GH#2624 Should we remove/deprecate :P5 regexes?
      [open]   GH#2625 Installing Zef with rakudobrew on Mac sometimes fails with  Cannot invoke this object (REPR: Null; VMNull)
      [open]   GH#2626 when should return Empty if it doesn't match
      [open]   GH#2627 Perl 6, 6.d, Diwali, Raku, Rakudo, Moar, NQP, Star, *
      [open]   GH#2628 build is broken (error in stage parse during generation of CORE.d.setting.jar)
      [open]   GH#2629 Feature request: make compiler report all modules involved into a circular loadin
    [closed]   GH#2630 Remove unneeded line in bare_complex_number
    [closed]   GH#2631 Move some Num constant rvs to their signature
      [open]   GH#2632 LTA (corner case) error around incorrect file encoding
      [open]   GH#2633 Using explicitly-manage with NativeCall strings is not possible when bound to a variable with type Str
      [open]   GH#2634 Refactor NativeCall CStr
      [open]   GH#2635 moar attempts to allocate huge amounts of memory just after installation
    [closed]   GH#2636 P6Repl::Helper and return type annotations
    [closed]   GH#2637 P5built-ins fails after a commit that attempts to fix P5* modules
    [closed]   GH#2638 Blin 2019.01
    [closed]   GH#2639 Tests in Sake module and dynamic $_
      [open]   GH#2640 Some sort of regression in Red module
[testneeded]   GH#2641 META6.json causes an issue when it's in lib (why?)
      [open]   GH#2642 Algorithm::LibSVM and segfaults
[testneeded]   GH#2643 Something going on in Data::StaticTable
    [closed]   GH#2644 Some regression with Cro::WebSocket
      [open]   GH#2645 Multi-dispatcher erroneously can't figure out default value of typed container
      [open]   GH#2646 Supply eats all values from Channel, not allowing reuse across multiple react blocks
      [open]   GH#2647 Deprecated warnings for exporting operators
      [open]   GH#2648 Allow CStruct pass-by-value in Nativecall
      [open]   GH#2649 IO::Path.dir gives numeric error in message
[testneeded]   GH#2650 IO::Path.dir failure listifies not-fatally on error
    [closed]   GH#2651 WhateverCode.pos is not tested
      [open]   GH#2652 Disallow making new Perl 6 tickets on rt.perl.org?
    [closed]   GH#2653 Is the "dynext" directory used?
    [closed]   GH#2654 Change to .gitignore
    [closed]   GH#2655 Cryptic error when parametrizing Bufs with non-native types
      [open]   GH#2656 isa-ok does not work with parametrized types
      [open]   GH#2657 "No concretization found" on role-qualified method call with inheritance
      [open]   GH#2658 Building NPQ with MoarVM fails with Trace/BPT trap (core dumped) 
      [open]   GH#2659 Accidental use of 'is' with a role in class declaration causes 'No concretization' error
    [closed]   GH#2660 Use path-spec instead of path for module-not-found errors
    [closed]   GH#2661 self is corrupted when calling a role method with .&
      [open]   GH#2662 but keyword ought to be associative
      [open]   GH#2663 Fix Role private methods documentation, implementation
      [open]   GH#2664 Precompilation should *not* run the INIT phaser / mainline when -use-d?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment