Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 29, 2018 15: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/738c6f6056072ac70282eeb2c1713c6b to your computer and use it in GitHub Desktop.
Save Whateverable/738c6f6056072ac70282eeb2c1713c6b to your computer and use it in GitHub Desktop.
reportable6
2018-10-15T00:00:00Z 2018-10-22T00:00:00Z

From ≈2018-10-15T00:00:00Z to ≈2018-10-22T00:00:00Z
Open tickets before: 2110
Open tickets after: 2118
Number of tickets touched: 61

Resolved tickets (29)

[closed]   GH#1207 Serialization of Hashes parametarized with DefiniteHOW types is busted
[closed]   GH#2065 Remove undocumented/unspecced gethostname()
[closed]   GH#2139 `... for ...` returns List while `... map ...` returns Seq
[closed]   GH#2266 .base inconsistent with out of range args
[closed]   GH#2283 .lines/.words :close closes too late when $limit is specified
[closed]   GH#2313 Mismatch between `cas` docs and spec
[closed]   GH#2344 Implement .native-descriptor for async sockets
[closed]   GH#2345 Post-2018.09 module install failures
[closed]   GH#2346 JIT ERROR: Negative offset for dynamic label 33
[closed]   GH#2347 JIT ERROR: Negative offset for dynamic label 32
[closed]   GH#2375 Roast failure with typechecks in Hash[Str]
[closed]   GH#2376 Crash during build: Directive f not applicable for type BOOTNum
[closed]   GH#2377 #?endif without matching #?if in file src/Perl6/Metamodel/BOOTSTRAP.nqp, line 3510
[closed]   GH#2381 LTA .in-timezone can't take a Rat
[closed]   GH#2383 .[] doesn't cache a Seq
[closed]   GH#2386 The check for implemented stub method do not find methods generated by a attribute handles
[closed]   GH#2387 Missing native candidate for `%%`
[closed]   GH#2388 Add native candidate for infix:<%%>
[closed]   GH#2390 Make it verify (again) the stubed methods from roles, not implemented…
[closed]   GH#2393 Make .[] cache the Seq. Closes #2383
[closed]   GH#2394 Optimize more ops on native attributes
[closed]   GH#2396 Deprecate gethostname() in favor of $*KERNEL.hostname
[closed]   GH#2398 Two modules failing after “Refactor the use of STORE(:initialize)”
[closed]   GH#2402 t/05-messages/02-errors.t crashes
[closed]   GH#2405 Create SocketListenerTappable at the same time as its Supply in .listen
[closed]   GH#2407 have a short form of Perl 6 option “—ll-exception”
[closed]   GH#2408 Fix errors related to async socket introspection
[closed]   GH#2410 Rakudo on JVM does not build
[closed]   GH#2412 Make eqv on signatures test the returns. So, multi method stubs will …

Half-resolved (tests needed) (2)

[testneeded]   GH#2385 LTA role multi method stubs enforce arguments but not return value
[testneeded]   GH#2411 Behavior of IO::Socket::Async changed

Updated tickets (13)

[updated] RT#132983 Roast S32-io/IO-Socket-Async.t test fails WSL - listen "already in use" test
[updated]   GH#1812 Improve and consolidate distribution lookup
[updated]   GH#1862 Some objects don't .item'ize even though they probably should
[updated]   GH#1995 Issue 1975: Fix WIN32 Proc::Async process termination issue 
[updated]   GH#2073 Bad propspec: Enum's :D accepts Enum's :U
[updated]   GH#2075 Meaning of `.bool-only`/`.count-only` after receiving IterationEnd ?
[updated]   GH#2076 A hole in $/.list is a Mu, but a hole in @a.List is a Nil / null object error
[updated]   GH#2089 .toggle is hard to understand
[updated]   GH#2097 Cannot parse valid leap-second dates when in weird timezones
[updated]   GH#2131 Behavior of match occurrence adverbs: :nth(*) and :nth(*-1)
[updated]   GH#2355 Concurrency feature race/hyper sometimes failed with Supply
[updated]   GH#2360 my %*FOO is Set = <a b c> dies
[updated]   GH#2370 error if path to includes non latin characters

All new tickets (38)

    [closed]   GH#2375 Roast failure with typechecks in Hash[Str]
    [closed]   GH#2376 Crash during build: Directive f not applicable for type BOOTNum
    [closed]   GH#2377 #?endif without matching #?if in file src/Perl6/Metamodel/BOOTSTRAP.nqp, line 3510
      [open]   GH#2378 Modifying a class can lead to it being unloadable
      [open]   GH#2379 Loop variable in BEGIN block becomes a VMNull
      [open]   GH#2380 `return`-ing out of a block and LEAVE phaser (“identity”‽)
    [closed]   GH#2381 LTA .in-timezone can't take a Rat
      [open]   GH#2382 LTA `with`/`without` parse-errors but `given` works
    [closed]   GH#2383 .[] doesn't cache a Seq
      [open]   GH#2384 LTA: roles enforce method signatures only with `multi` methods
[testneeded]   GH#2385 LTA role multi method stubs enforce arguments but not return value
    [closed]   GH#2386 The check for implemented stub method do not find methods generated by a attribute handles
    [closed]   GH#2387 Missing native candidate for `%%`
    [closed]   GH#2388 Add native candidate for infix:<%%>
      [open]   GH#2389 sqrt -Inf+0i is not the same as doing power 1/2
    [closed]   GH#2390 Make it verify (again) the stubed methods from roles, not implemented…
      [open]   GH#2391 Handling of semicolons in function argument lists is inconsistent
      [open]   GH#2392 Mathy ops don't write native attributes operations to native ops
    [closed]   GH#2393 Make .[] cache the Seq. Closes #2383
    [closed]   GH#2394 Optimize more ops on native attributes
      [open]   GH#2395 t/spec/S32-io/io-cathandle.t is now 2x-8x slower without precomp
    [closed]   GH#2396 Deprecate gethostname() in favor of $*KERNEL.hostname
      [open]   GH#2397 java.lang.NullPointerException (Shortened output parameter does not work?)
    [closed]   GH#2398 Two modules failing after “Refactor the use of STORE(:initialize)”
      [open]   GH#2399 Unicode::GCB failing tests after “Bump NQP to get unicode 11”
      [open]   GH#2400 Module Crane is failing tests on HEAD
      [open]   GH#2401 Match.^roles   does not behave
    [closed]   GH#2402 t/05-messages/02-errors.t crashes
      [open]   GH#2403 malloc(): memory corruption Aborted (core dumped)
      [open]   GH#2404 problems with $?LANG.refine_slang actions role  # updated title to reflect the remaining problems
    [closed]   GH#2405 Create SocketListenerTappable at the same time as its Supply in .listen
      [open]   GH#2406 JVM fails to build
    [closed]   GH#2407 have a short form of Perl 6 option “—ll-exception”
    [closed]   GH#2408 Fix errors related to async socket introspection
      [open]   GH#2409 LTA: Heredocs give warning trouble with empty lines that are partially indented
    [closed]   GH#2410 Rakudo on JVM does not build
[testneeded]   GH#2411 Behavior of IO::Socket::Async changed
    [closed]   GH#2412 Make eqv on signatures test the returns. So, multi method stubs will …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment