Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 3, 2019 13:17
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/ad2a85821532c5541b57514f3ad66d7c to your computer and use it in GitHub Desktop.
Save Whateverable/ad2a85821532c5541b57514f3ad66d7c to your computer and use it in GitHub Desktop.
reportable6
2019-05-01T00:00:00 2019-06-01T00:00:00Z

From ≈2019-05-01T00:00:00Z to ≈2019-06-01T00:00:00Z
Open tickets before: 2361
Open tickets after: 2356
Number of tickets touched: 121

Resolved tickets (77)

[resolved] RT#130444 Hash value constraints are no longer working (Hash[Int].new(‘abc’ => 20..50))
[resolved] RT#131395 Cross meta operator on empty list complains "This type (Scalar) does not support elems"
[resolved] RT#132585 nested parameterized type names are truncated
  [closed]    GH#236 give the user a way to disable perl5 warnings (only one so far)
  [closed]    GH#335 Coerce set comparator operands 'up'
  [closed]    GH#688 RFC: Allow subcommands in MAIN
  [closed]   GH#1200 HyperIterables ignore loop phasers
  [closed]   GH#1858 Colon lists
  [closed]   GH#2169 Assigning Nil to a scalar declared with captured type changes it's container metaclass to GenericHOW
  [closed]   GH#2246 Change order in USAGE when %*SUB-MAIN-OPTS<named-anywhere> is set
  [closed]   GH#2480 Array built with hyper operations becomes immutable
  [closed]   GH#2557 Need t/spectest.data.6.d
  [closed]   GH#2589 CStructs do not support Str is rw Attributes
  [closed]   GH#2602 Smartmatch doesn't produce correct result on a run-time created class stored in a Scalar container
  [closed]   GH#2698 Typecheck against a curried role dies
  [closed]   GH#2715 Issue 2698
  [closed]   GH#2731 Fix for rakudo/rakudo#2169
  [closed]   GH#2739 Certain compile-time errors cause 'No exception handler located for catch' error
  [closed]   GH#2740 Fix for rakudo/rakudo#2739
  [closed]   GH#2750 Follow up to PR MoarVM/MoarVM#1067
  [closed]   GH#2783 “Cannot call method 'typed_panic' on a null object” when trying to use v6.e or v6.e.PREVIEW
  [closed]   GH#2816 Revamp of Configure.pl
  [closed]   GH#2818 Cannot run perl6 without using LD_LIBRARY_PATH on OpenBSD
  [closed]   GH#2819 Improve ThreadPoolScheduler.cue/CurrentThreadScheduler.cue behaviour when Inf/-Inf/NaN is passed
  [closed]   GH#2825 Different behavior between Unicode and ASCII operators
  [closed]   GH#2852 Add revision 6.e and improve multi-revision support
  [closed]   GH#2857 Don't special case OpenBSD in relocatability handling
  [closed]   GH#2862 .head() does not coerce Rat to Int
  [closed]   GH#2863 "Unknown QAST node type NQPMu" when missing a comma hash initialization
  [closed]   GH#2864 Initializing hash works differently depending on comma usage
  [closed]   GH#2866 Are tests for version deprecation correct?
  [closed]   GH#2867 Remove 6.d.PREVIEW from tests
  [closed]   GH#2868 Removes .PREVIEW from tests closes #2867
  [closed]   GH#2871 "is default" seems to work correctly only on scalars
  [closed]   GH#2872 Whatever and excluded max endpoint on range in slice... one off
  [closed]   GH#2873 Rakudo hangs when compiling module in large project.
  [closed]   GH#2875 Fix off-by-one error in infinite range subscript
  [closed]   GH#2876 How Perl6 process the type
  [closed]   GH#2879 CompUnit::Repository::FileSystem doesn't accept IO::Path
  [closed]   GH#2880 Fix some double frees in the moar runner
  [closed]   GH#2886 Where clause throws 'cannot call method 'chars' on a null object'
  [closed]   GH#2887 my $n = 1 / 0; $n !~~ Failure
  [closed]   GH#2888 Regression in get/prompt subs when using $*IN
  [closed]   GH#2889 class{}.can("something") should not work
  [closed]   GH#2890 Don't assign to $*IN/$*OUT/$*ERR, bind instead
  [closed]   GH#2891 Require Java 9 for JVM backend
  [closed]   GH#2892 dd fails on lazy lists
  [closed]   GH#2893 Fix for Configure.pl options when only --gen-moar is used
  [closed]   GH#2894 Documentation indexing failure
  [closed]   GH#2895 Rakudo.org "Bugs" page needs correction (removal of obsolete procedure)
  [closed]   GH#2896 Make feed operators more compliant with the spec
  [closed]   GH#2899 Are feed operators supposed to append??
  [closed]   GH#2901 'a' ~~ / a & a/ # gives Nil. I expected it to match
  [closed]   GH#2902 Fix for 'Missing or wrong version of dependency' 
  [closed]   GH#2904 Rakudo no longer builds properly on OpenBSD
  [closed]   GH#2905 perl6 --target=parse hanging
  [closed]   GH#2906 Support for latest changes in nqp-configure
  [closed]   GH#2907 Parse `a & a` as a conjunction, not concat
  [closed]   GH#2910 Change URL of 3rdparty/nqp-configure submodule
  [closed]   GH#2911 Fix slurp error during Configure.pl
  [closed]   GH#2912 STORE on native array dies when array with holes is passed
  [closed]   GH#2913 appveyor bisect moar aad6fdc
  [closed]   GH#2914 Allow capture argument to MAIN to accept arguments
  [closed]   GH#2915 Resolve a problem with executable name on OpenBSD
  [closed]   GH#2916 Date.truncated-to('day') produces wrong results
  [closed]   GH#2917 Make Date.truncate-to('day') a no-op
  [closed]   GH#2918 Fix for missed --backends
  [closed]   GH#2922 fix excessive quoting in nqp_bin test
  [closed]   GH#2923 Adapt jvm build to the new PERL6_SPECS
  [closed]   GH#2924 Some classes missing ^mro
  [closed]   GH#2927 Make it build when nqp resides not in --prefix
  [closed]   GH#2930 Arrays coerced to Slip can be pushed to after which values appear in the Slip
  [closed]   GH#2932 Fix for a failing spectest
  [closed]   GH#2933 Grammar broke after updating to latest rakudo "2019.03.1"
  [closed]   GH#2935 Remove the option of seeking for nqp in PATH 
  [closed]   GH#2937 Sorting two elements with mapper isn't stable
  [closed]   GH#2938 fix install-dist

Half-resolved (tests needed) (0)


Updated tickets (16)

[new→open] RT#126945 outer frame does not match expected static frame
 [updated] RT#127536 UNIT:: dies horribly if used at compile time
 [updated] RT#128047 Rakudo may crash if you use get() when -n is used (perl6 -ne 'say get' <<< 'hello')
 [updated] RT#130069 Unknown QAST error when creating List of Pairs
[new→open] RT#130572 Parenthesized `for` loop is eager, even with `lazy` keyword
 [updated] RT#131089 Different parsing of combined colonpairs
 [updated] RT#131813 Segfault with --profile
 [updated]    GH#535 Process and bind subsignature before running where clauses (RT#123596)
 [updated]   GH#1170 Look for yada fullfillment in default parent type, too (RT#131676)
 [updated]   GH#2490 Assignment to hash via array subscript fails
 [updated]   GH#2690 Classes do not form lexical closures
 [updated]   GH#2749 Fix for rakudo/rakudo#2178
 [updated]   GH#2764 Calling Failure.new with a Failure:D as invocant should throw the invocant.
 [updated]   GH#2779 Regression in WWW
 [updated]   GH#2830 dd sprintf("%#o",65)    # is 0101, shouldn't this be 0o101  ??
 [updated]   GH#2865 All Junctions behave the same when used to define a hash key

All new tickets (72)

  [open]   GH#2869 Grammar error about method 'default' on NQPMu object with 'my $parameter'
  [open]   GH#2870 $match.^methods.perl dies
[closed]   GH#2871 "is default" seems to work correctly only on scalars
[closed]   GH#2872 Whatever and excluded max endpoint on range in slice... one off
[closed]   GH#2873 Rakudo hangs when compiling module in large project.
  [open]   GH#2874 Add support for bundling arguments to the default argument parser
[closed]   GH#2875 Fix off-by-one error in infinite range subscript
[closed]   GH#2876 How Perl6 process the type
  [open]   GH#2877 runtime errors get reported as compile time errors
  [open]   GH#2878 NativeCall callback signature constraint
[closed]   GH#2879 CompUnit::Repository::FileSystem doesn't accept IO::Path
[closed]   GH#2880 Fix some double frees in the moar runner
  [open]   GH#2881 Inconsistency of coercion methods
  [open]   GH#2882 Warn for variables not being closed over by roles
  [open]   GH#2883 Feature request: NativeCall support for wchar_t, wint_t, char8_t, char16_t, and char32_t
  [open]   GH#2884 Improve GNU C++ name mangling
  [open]   GH#2885 EVAL memory leak
[closed]   GH#2886 Where clause throws 'cannot call method 'chars' on a null object'
[closed]   GH#2887 my $n = 1 / 0; $n !~~ Failure
[closed]   GH#2888 Regression in get/prompt subs when using $*IN
[closed]   GH#2889 class{}.can("something") should not work
[closed]   GH#2890 Don't assign to $*IN/$*OUT/$*ERR, bind instead
[closed]   GH#2891 Require Java 9 for JVM backend
[closed]   GH#2892 dd fails on lazy lists
[closed]   GH#2893 Fix for Configure.pl options when only --gen-moar is used
[closed]   GH#2894 Documentation indexing failure
[closed]   GH#2895 Rakudo.org "Bugs" page needs correction (removal of obsolete procedure)
[closed]   GH#2896 Make feed operators more compliant with the spec
  [open]   GH#2897 VMNull in add_method in indirect use
  [open]   GH#2898 DESTROY is not called in a multithreaded environment.
[closed]   GH#2899 Are feed operators supposed to append??
  [open]   GH#2900 LTA error message
[closed]   GH#2901 'a' ~~ / a & a/ # gives Nil. I expected it to match
[closed]   GH#2902 Fix for 'Missing or wrong version of dependency' 
  [open]   GH#2903 Parallelize feed operators and support lazy lists
[closed]   GH#2904 Rakudo no longer builds properly on OpenBSD
[closed]   GH#2905 perl6 --target=parse hanging
[closed]   GH#2906 Support for latest changes in nqp-configure
[closed]   GH#2907 Parse `a & a` as a conjunction, not concat
  [open]   GH#2908 Making a syntax error in an nqp call panics with an unhelpful message
  [open]   GH#2909 potential regression: sub foo($i) {my $i; say $i}
[closed]   GH#2910 Change URL of 3rdparty/nqp-configure submodule
[closed]   GH#2911 Fix slurp error during Configure.pl
[closed]   GH#2912 STORE on native array dies when array with holes is passed
[closed]   GH#2913 appveyor bisect moar aad6fdc
[closed]   GH#2914 Allow capture argument to MAIN to accept arguments
[closed]   GH#2915 Resolve a problem with executable name on OpenBSD
[closed]   GH#2916 Date.truncated-to('day') produces wrong results
[closed]   GH#2917 Make Date.truncate-to('day') a no-op
[closed]   GH#2918 Fix for missed --backends
  [open]   GH#2919 Configure.pl fails with NQP in a different prefix
  [open]   GH#2920 Large non-Infinite gists are eager
  [open]   GH#2921 compilation ends and error message is not helpful
[closed]   GH#2922 fix excessive quoting in nqp_bin test
[closed]   GH#2923 Adapt jvm build to the new PERL6_SPECS
[closed]   GH#2924 Some classes missing ^mro
  [open]   GH#2925 .reverse takes time when it probably shouldn't
  [open]   GH#2926 Do for incorrect list production?
[closed]   GH#2927 Make it build when nqp resides not in --prefix
  [open]   GH#2928 .VAR.?name and .VAR.name differ
  [open]   GH#2929 @a[-1;0]:exists returns True
[closed]   GH#2930 Arrays coerced to Slip can be pushed to after which values appear in the Slip
  [open]   GH#2931 IO::Socket::Async.udp(:broadcast) causes "bad file descriptor"
[closed]   GH#2932 Fix for a failing spectest
[closed]   GH#2933 Grammar broke after updating to latest rakudo "2019.03.1"
  [open]   GH#2934 --profile doesn't show any callees / allocations
[closed]   GH#2935 Remove the option of seeking for nqp in PATH 
  [open]   GH#2936 Silent prompt
[closed]   GH#2937 Sorting two elements with mapper isn't stable
[closed]   GH#2938 fix install-dist
  [open]   GH#2939 Fix non-reloc install & fix install into different prefixes for MoarVM, NQP, Rakudo
  [open]   GH#2940 Move the core comp unit repo to a separate folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment