Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 2, 2018 20:03
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/75578b2a18739d5fc81ae65a785b34fd to your computer and use it in GitHub Desktop.
Save Whateverable/75578b2a18739d5fc81ae65a785b34fd to your computer and use it in GitHub Desktop.
reportable6
2018-06-25T00:00:00Z 2018-07-02T18:00:00Z

From ≈2018-06-25T00:00:00Z to ≈2018-07-02T18:00:00Z
Open tickets before: 1884
Open tickets after: 1913
Number of tickets touched: 75

Resolved tickets (22)

[closed]   GH#1245 Nil ignores default value in parameter list
[closed]   GH#1503 Type constraints on constants not implemented
[closed]   GH#1852 Pod convert non-breaking space into normal space.
[closed]   GH#1916 Ease maintenance of Actions.nqp, Grammar.nqp
[closed]   GH#1941 Document Rakudo-specific classes to support Perl 6 documentation
[closed]   GH#1959 Empty set()/bag()/mix() do not return a unique object
[closed]   GH#1962 Keep .perl/.gist consistency among Set/Mix/Bag
[closed]   GH#1968 Pod input and output blocks don't preserve newlines
[closed]   GH#1973 .first() is equivalent to .head(), but is 3x slower
[closed]   GH#1977 Fix for GH issue #1968
[closed]   GH#1978 JVM fails to launch on OpenBSD
[closed]   GH#1979 Fix GH #1968: input/output block lines are squeezed
[closed]   GH#1980 add new spec test
[closed]   GH#1981 Stacked metaops in the same statement don't get fully optimized
[closed]   GH#1983 Can't assign >64bit quantity to BagHash element
[closed]   GH#1984 Allow another NQP repo source for a rakudo build
[closed]   GH#1987 METAOP_ASSIGN opt loses good exception for RO assignments
[closed]   GH#1989 Static optimizer breaks meta-assign to Array/Hashes returned from methods
[closed]   GH#2001 Incomplete optimization of literals in signatures
[closed]   GH#2004 Some typos and updating of variable names
[closed]   GH#2006 Fix typo "immediatelly" → "immediately"
[closed]   GH#2010 Regression with .comb on IntStr zero with leading zeros

Half-resolved (tests needed) (0)


Updated tickets (18)

[updated]    GH#543 One more fixmas indentation fix and improvement on previous fix
[updated]    GH#688 RFC: Allow subcommands in MAIN
[updated]   GH#1235 Caller-$/-setting is too invasive
[updated]   GH#1252 Rakudo repo cleanup (mainly tools/ directory)
[updated]   GH#1289 Implement a Way to Know Caller's Language
[updated]   GH#1301 constant does not support signature literal
[updated]   GH#1354 Some operations with zero-denominator Rationals are broken
[updated]   GH#1356 Let's remove most (if not all) perl5-oriented error messages for variables
[updated]   GH#1418 Special-case the adverbs placed directly after a postfix/postcircumfix
[updated]   GH#1504 `.=` is implemented on constants, but barely functions
[updated]   GH#1587 `my Int constant .= new: 42` doesn't crash
[updated]   GH#1639 Do we need an API method "SLICE", as extension to AT-POS?
[updated]   GH#1812 Improve and consolidate distribution lookup
[updated]   GH#1862 Some objects don't .item'ize even though they probably should
[updated]   GH#1870 token name confilct with internal name ?
[updated]   GH#1920 Module loading is not thread safe
[updated]   GH#1950 Can't race certain code
[updated]   GH#1958 Set.perl inconsistent with Bag/Mix.perl

All new tickets (51)

   [new] RT#133300 missing symbol name in error for &::() lookup failure
  [open]   GH#1961 RFC: warn on "... {$++} ..." and "... {++$} ..."
[closed]   GH#1962 Keep .perl/.gist consistency among Set/Mix/Bag
  [open]   GH#1963 Make Junctions short-curcuit similar to how `and`/`or` do
  [open]   GH#1964 Implement a way to get a list of supported encodings
  [open]   GH#1965 LTA error when using `&` coercer on a role
  [open]   GH#1966 Ability to specify how an object flattens in signatures
  [open]   GH#1967 Destructuring hash signature params with defaults working as expected?
[closed]   GH#1968 Pod input and output blocks don't preserve newlines
  [open]   GH#1969 ^D doesn't work in REPL on Windows Server 2008
  [open]   GH#1970 LTA "No such file or directory" error does not include WHICH such
  [open]   GH#1971 IO::Notification.watch-path ignores $*CWD
  [open]   GH#1972 IO::Notification.watch-path does not handle IO::Path objects correctly
[closed]   GH#1973 .first() is equivalent to .head(), but is 3x slower
  [open]   GH#1974 Async code hangs on occasion, possibly because of the bug in the program
  [open]   GH#1975 Windows roast hang on `ok 2 - Supply.merge on signals does not crash`
  [open]   GH#1976 2018.06 build for JVM fail
[closed]   GH#1977 Fix for GH issue #1968
[closed]   GH#1978 JVM fails to launch on OpenBSD
[closed]   GH#1979 Fix GH #1968: input/output block lines are squeezed
[closed]   GH#1980 add new spec test
[closed]   GH#1981 Stacked metaops in the same statement don't get fully optimized
  [open]   GH#1982 "Unknown type NativeCall::Types::void used in native call."
[closed]   GH#1983 Can't assign >64bit quantity to BagHash element
[closed]   GH#1984 Allow another NQP repo source for a rakudo build
  [open]   GH#1985 `is required` native attributes fail to detect their init value if it's given as `0`
  [open]   GH#1986 Explosion when `R`-metaopping `||`, `//`, `&&` meta-assigns
[closed]   GH#1987 METAOP_ASSIGN opt loses good exception for RO assignments
  [open]   GH#1988 Opt opportunity in `Rop=`
[closed]   GH#1989 Static optimizer breaks meta-assign to Array/Hashes returned from methods
  [open]   GH#1990 Opt opportunity in METAOP_ASSIGN with % and @ vars
  [open]   GH#1991 Call Perl 6 from C
  [open]   GH#1992 Examine codebase for subs that can be `is pure`d
  [open]   GH#1993 Bogus(?) Error when `is required` an attribute of CStruct repr
  [open]   GH#1994 establish a public key trust network for Rakudo and Perl
  [open]   GH#1995 Issue 1975: Fix WIN32 Proc::Async process termination issue 
  [open]   GH#1996 Crazy Rats stringify as 0.00000…000Inf
  [open]   GH#1997 Array.clone vs Hash.clone are inconsistent about containers
  [open]   GH#1998 No way to use Test.pm6 routines in userland Test libraries
  [open]   GH#1999 Roadmap for Regex/Grammar optimizations
  [open]   GH#2000 `reduce` needlessly deconts
[closed]   GH#2001 Incomplete optimization of literals in signatures
  [open]   GH#2002 `where` in single `multi` vs. `sub` is 10x slower
  [open]   GH#2003 Should we allow identifiers with different scripts?
[closed]   GH#2004 Some typos and updating of variable names
  [open]   GH#2005 Implement `:handle-win-shell` arg to `run`, `shell`, and `Proc::Async.new`
[closed]   GH#2006 Fix typo "immediatelly" → "immediately"
  [open]   GH#2007 Native parameters perform boxing
  [open]   GH#2008 .hyper and .race always need one extra item ahead
  [open]   GH#2009 long running process memory usage constantly increasing 
[closed]   GH#2010 Regression with .comb on IntStr zero with leading zeros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment