Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 4, 2018 09:07
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/27f413bef26887c7900a0e6164dd2c22 to your computer and use it in GitHub Desktop.
Save Whateverable/27f413bef26887c7900a0e6164dd2c22 to your computer and use it in GitHub Desktop.
reportable6
2018-05-01T00:00:00Z 2018-06-01T00:00:00Z

From ≈2018-05-01T00:00:00Z to ≈2018-06-01T00:00:00Z
Open tickets before: 1792
Open tickets after: 1844
Number of tickets touched: 154

Resolved tickets (53)

[resolved] RT#116709 Rakudo only passes t/spec/S19-command-line/dash-e.t with a UTF-8 locale
[resolved] RT#124552 Roast rakudo skip/todo test:./S03-operators/reduce-le1arg.t line:43 reason: 'expected Any but got Mu instead'
[resolved] RT#124738 Roast rakudo skip/todo test:./S32-str/comb.t line:59 reason: 'cannot call match, no signature matches'
[resolved] RT#124814 Roast rakudo skip/todo test:./S32-num/fatrat.t line:181 reason: 'FatRat arith + type objects'
[resolved] RT#124815 Roast rakudo skip/todo test:./S32-num/fatrat.t line:191 reason: 'unknown'
[resolved] RT#124898 S05-mass/rx.t line:503 reason: 'anchors and after'
[resolved] RT#126531 throwing X::AdHoc "Cannot assign to a readonly variable or a value" instead of X::Parameter::RW
[resolved] RT#126532 Internal error when passing whitespace through a named argument in Rakudo
[resolved] RT#126724 Unsatisfactory internal error when trying to compose two roles (connected with 'does') that share the same private attribute in Rakudo
[resolved] RT#130774 Rational.REDUCE-ME has a data race
[resolved] RT#131414 Failure to detect use of coercion on vars when smiley type constraint is used
[resolved] RT#131964 Anchors ^, ^^, $, $$, «, » confused in <?after>
  [closed]    GH#479 Workaround RT#120919 to fix Date/Temporal on JVM backend
  [closed]   GH#1601 Issue 1588: Populate Signal enum with getsignals op
  [closed]   GH#1778 Implementing a CArray.allocate method
  [closed]   GH#1779 Implement NativeCall CArray.allocate method
  [closed]   GH#1783 New sporadic explosions likely related to precomp
  [closed]   GH#1789 "do for" doesn't evaluate the last statement in a block on-the-fly each time it passes when the last statement consists of only a variable.
  [closed]   GH#1790 Dealing with language traps; Trap doc; compiler failures; warnings; deprecations; and lang evolution
  [closed]   GH#1792 Fix smartmach exception explosion.
  [closed]   GH#1793 TWEAK cannot set array dimension dynamically when it uses variable declared with has keyword
  [closed]   GH#1799 Subset type used in Signatures fails with errors
  [closed]   GH#1802 Micro-optimize Rational.Str
  [closed]   GH#1804 .gist of native arrays has no brackets or anything else to indicate it's an array
  [closed]   GH#1806 Add test for RT#123380 (REPL tests go in rakudo tree)
  [closed]   GH#1807 Rewrote Rational.Str to speed up stringification, Rats somewhat, FatRats a lot
  [closed]   GH#1808 Bag methods 'kxxv' and 'total' only work as object methods
  [closed]   GH#1814 have X::OutOfRange gist the faulty value too, fixes #1813
  [closed]   GH#1817 Failing tests due to 'IllegalArgumentException: bad parameter count ...'
  [closed]   GH#1821 Can't get Pod table formatted right
  [closed]   GH#1822 Rewrote Rat / FatRat stringification to be much faster.
  [closed]   GH#1823 Turn MAKE_REGEX into multis
  [closed]   GH#1825 FYI: Renamed LHF label to "easy to resolve"/"good first issue" label pairs
  [closed]   GH#1826 Fix for GH #1821: unexpected table failure
  [closed]   GH#1828 Allomorphic numerics should probably be accepted as literals in signatures
  [closed]   GH#1832 Regression exposed in Crane and other modules
  [closed]   GH#1836 Silent Whatevercode genning error
  [closed]   GH#1839 Test.pm:  Tweaks to pass() and flunk()
  [closed]   GH#1841 JSONException -> Rakudo::Internals::JSONException
  [closed]   GH#1842 Revert "JSONException -> Rakudo::Internals::JSONException"
  [closed]   GH#1843 Regression related to splice and something else (Spit module)
  [closed]   GH#1845 Issue 1843: Limit slice end index in splice implementation
  [closed]   GH#1848 X::TypeCheck chops off .perl too soon
  [closed]   GH#1849 Feature request: implement equivalent subroutine to print for stderr
  [closed]   GH#1851 Decont forced hashification
  [closed]   GH#1854 Fix for GH #1852: pod converts non-breaking space into normal space
  [closed]   GH#1856 Execute code in elided duplicate argument pair values
  [closed]   GH#1857 clean up code, expand space chars considered when normalizing text
  [closed]   GH#1859 fix nbsp-fix problem by adding vertical and other missing breaking an…
  [closed]   GH#1861 Workaround Nil value for &DEPRECATED in phaser from trait (R#1219)
  [closed]   GH#1869 Turn BIND-KEY into multis
  [closed]   GH#1874 Clean up and correct whitespace handling.
  [closed]   GH#1885 More clean up of whitespace handling.

Half-resolved (tests needed) (7)

[testneeded]   GH#1219 is DEPRECATED doesn't work on Routines in precomped modules
[testneeded]   GH#1733 Performance regression after latest MoarVM bump
[testneeded]   GH#1772 Hash ~~ Hash violates "smartmatch never throws" paradigm
[testneeded]   GH#1813 X::OutOfRange stringyfies instead of gistifies
[testneeded]   GH#1824 non-interactive REPL mode breaks STDIN
[testneeded]   GH#1833 Spurious warning when smartmatching Slip ~~ Empty
[testneeded]   GH#1888 Issues with signal(SIGUSR1)

Updated tickets (29)

 [updated] RT#114042 LTA error message about returning from an exhausted routine in Rakudo
[new→open] RT#117377 'callsame' in postcircumfix:<( )> method in routine trait does nothing in Rakudo
[new→open] RT#122815 nativecall sub declaration complains about 'returns' type when type has been predeclared using yadda-yadda on Rakudo Moar
 [updated] RT#123380 A script that gives different results when executed from a file and when pasted into REPL
 [updated] RT#127023 error message “Unknown QAST node type NQPMu” ( (:w :h<1>) )
 [updated] RT#127064 Variable interpolation in regex very slow
[new→open] RT#127143 Different Behaviour With/Without Commas in Sub/Method Calls and slipped hashes
 [updated] RT#127267 Missing comma in parens leads to cryptic compiler error
 [updated] RT#130910 Backtracking into a parameterized subrule like `<meh(42)>` tries to call it without arguments.
 [updated]    GH#535 Process and bind subsignature before running where clauses (RT#123596)
 [updated]   GH#1209 Most Blob/Buf subtypes are specced, documented, broken and unusable
 [updated]   GH#1263 Unhandled exception: This representation (VMException) does not support attribute storage
 [updated]   GH#1265 LTA building during network outages
 [updated]   GH#1356 Let's remove most (if not all) perl5-oriented error messages for variables
 [updated]   GH#1437 misleading error message with ".=" and "sprintf"
 [updated]   GH#1439 Unreachable error message in contextualizer rule
 [updated]   GH#1464 Missing error text when specifying more than one `--target`
 [updated]   GH#1500 Unknown QAST node type NQPMu with fake-infix adverbs on a construct inside args to another routine
 [updated]   GH#1562 Inconsistent handling between Str.words and «....» quoters
 [updated]   GH#1571 Flaws in implied sinkage / `&unwanted` helper
 [updated]   GH#1594 Pair.ACCEPTS violates "smartmatch never explodes" paradigm
 [updated]   GH#1595 Some bug with a combination of $*KERNEL.hardware, slurp, run and Cro
 [updated]   GH#1596 Type Captures Leaking out Sometimes
 [updated]   GH#1678 LTA X::TypeCheck::Binding::Parameter.message with Arrays parametarized with subsets
 [updated]   GH#1744 LTA error when topic of given/if (and others) is missing
 [updated]   GH#1745 &round inconsistent on types of arguments.
 [updated]   GH#1746 Error missing declared signature if `where` clause is used in proto
 [updated]   GH#1758 Ancestor's submethods are typo-suggested when you try to call a submethod on a kid
 [updated]   GH#1771 Test.pm6 subs need to avoid containerizing arguments

All new tickets (105)

      [open]   GH#1787 JVM Rakudo susceptible to hash collision DOS attack
      [open]   GH#1788 .clone of classes with references to OS-level things probably doesn't do what you expect
    [closed]   GH#1789 "do for" doesn't evaluate the last statement in a block on-the-fly each time it passes when the last statement consists of only a variable.
    [closed]   GH#1790 Dealing with language traps; Trap doc; compiler failures; warnings; deprecations; and lang evolution
      [open]   GH#1791 GH#1758: Only suggest a submethod if it's local
    [closed]   GH#1792 Fix smartmach exception explosion.
    [closed]   GH#1793 TWEAK cannot set array dimension dynamically when it uses variable declared with has keyword
      [open]   GH#1794 Using fractional numbers to set array size leads to weird errors in .gist
      [open]   GH#1795 'use trace;' likely confuses the block-vs-hash heuristic in the compiler
      [open]   GH#1796 Add a CACHEDIR.TAG to precomp dirs
      [open]   GH#1797 list of old 'Roast rakudo skip/todo test' from RT tickets that need to be closed
      [open]   GH#1798 Strange return type on &-sigilled attributes with where clauses.
    [closed]   GH#1799 Subset type used in Signatures fails with errors
      [open]   GH#1800 leaking BOOTStr
      [open]   GH#1801 Parameter of subset type in multi dispatch with default value fails in runtime.
    [closed]   GH#1802 Micro-optimize Rational.Str
      [open]   GH#1803 sub MAIN assumes @*ARGS will always have strings only
    [closed]   GH#1804 .gist of native arrays has no brackets or anything else to indicate it's an array
      [open]   GH#1805 `require %*ENV<P6MOD>;` tries to load `~%*ENV`
    [closed]   GH#1806 Add test for RT#123380 (REPL tests go in rakudo tree)
    [closed]   GH#1807 Rewrote Rational.Str to speed up stringification, Rats somewhat, FatRats a lot
    [closed]   GH#1808 Bag methods 'kxxv' and 'total' only work as object methods
      [open]   GH#1809 Range.ACCEPTS gets some things wrong
      [open]   GH#1810 Recent regression "ctxlexpad needs an MVMContext"
      [open]   GH#1811 Cannot .perl a lazy List
      [open]   GH#1812 Improve and consolidate distribution lookup
[testneeded]   GH#1813 X::OutOfRange stringyfies instead of gistifies
    [closed]   GH#1814 have X::OutOfRange gist the faulty value too, fixes #1813
      [open]   GH#1815 ENTER fires twice in some(?) methods
      [open]   GH#1816 Call to WHICH on capture with scalar container wrongly refers to type of value after preceding call on capture with non-container
    [closed]   GH#1817 Failing tests due to 'IllegalArgumentException: bad parameter count ...'
      [open]   GH#1818 Stringified Rat has traling zeros
      [open]   GH#1819 Make Rational.Bridge throw if denominator is zero
      [open]   GH#1820 Remove Distribution and CURI.install compat shims
    [closed]   GH#1821 Can't get Pod table formatted right
    [closed]   GH#1822 Rewrote Rat / FatRat stringification to be much faster.
    [closed]   GH#1823 Turn MAKE_REGEX into multis
[testneeded]   GH#1824 non-interactive REPL mode breaks STDIN
    [closed]   GH#1825 FYI: Renamed LHF label to "easy to resolve"/"good first issue" label pairs
    [closed]   GH#1826 Fix for GH #1821: unexpected table failure
      [open]   GH#1827 <1i> should be a Complex literal, not ComplexStr
    [closed]   GH#1828 Allomorphic numerics should probably be accepted as literals in signatures
      [open]   GH#1829 `$`-sigiled constants don't get constant folded
      [open]   GH#1830 `+=` meta op with FatRat typeobject LHS uses incorrect type
      [open]   GH#1831 LTA error in `».&[or]:[]`  Cannot find method 'has_compile_time_value'
    [closed]   GH#1832 Regression exposed in Crane and other modules
[testneeded]   GH#1833 Spurious warning when smartmatching Slip ~~ Empty
      [open]   GH#1834 Can't use native type to parametarize a role / typecheck failure when using that type
      [open]   GH#1835 Creating a lot of PseudoHashes in a loop sometimes hangs
    [closed]   GH#1836 Silent Whatevercode genning error
      [open]   GH#1837 TODO: remove kludge in Str.perl after null str bug is resolved
      [open]   GH#1838 Wrong results for Supply.from-list.rotor after recent optimization for @a.splice
    [closed]   GH#1839 Test.pm:  Tweaks to pass() and flunk()
      [open]   GH#1840 Unify Rat and FatRat stringification. Fixes some TODO tests.
    [closed]   GH#1841 JSONException -> Rakudo::Internals::JSONException
    [closed]   GH#1842 Revert "JSONException -> Rakudo::Internals::JSONException"
    [closed]   GH#1843 Regression related to splice and something else (Spit module)
      [open]   GH#1844 Rewrite @a[1,3] to @a.AT-POS(1),@a.AT-POS(3) for literal indices
    [closed]   GH#1845 Issue 1843: Limit slice end index in splice implementation
      [open]   GH#1846 Deprecate the usage of .pm extension for modules
      [open]   GH#1847 Add Set candidate for SetHash's STORE
    [closed]   GH#1848 X::TypeCheck chops off .perl too soon
    [closed]   GH#1849 Feature request: implement equivalent subroutine to print for stderr
      [open]   GH#1850 ZDRs broken with `<=>` and possibly other comparator ops
    [closed]   GH#1851 Decont forced hashification
      [open]   GH#1852 Pod convert non-breaking space into normal space.
      [open]   GH#1853 Don't treat `-Ilib` and `use lib 'lib'` as a distribution like `-I.`
    [closed]   GH#1854 Fix for GH #1852: pod converts non-breaking space into normal space
      [open]   GH#1855 Rational doesn't preserve types of nu/de
    [closed]   GH#1856 Execute code in elided duplicate argument pair values
    [closed]   GH#1857 clean up code, expand space chars considered when normalizing text
      [open]   GH#1858 Colon lists
    [closed]   GH#1859 fix nbsp-fix problem by adding vertical and other missing breaking an…
      [open]   GH#1860 Test.pm "looks like"
    [closed]   GH#1861 Workaround Nil value for &DEPRECATED in phaser from trait (R#1219)
      [open]   GH#1862 Some objects don't .item'ize even though they probably should
      [open]   GH#1863 Always containerize stuff when asked to with .item
      [open]   GH#1864 Try to warn on some cases of signature-binding form of `my` without initializer 
      [open]   GH#1865 require Foo; does not replace `package` with proper class
      [open]   GH#1866 Add more restrictive proto to Test.pm6's `plan`
      [open]   GH#1867 Test failures on FreeBSD
      [open]   GH#1868 Throws X::Multi::NoMatch if a proto routine is defined without multis.
    [closed]   GH#1869 Turn BIND-KEY into multis
      [open]   GH#1870 token name confilct with internal name ?
      [open]   GH#1871 Cannot stringify this: 1.::(1)
      [open]   GH#1872 <1/3>.base(10, *) hangs/timeout
      [open]   GH#1873 Hide parent's submethods from ^methods() result.
    [closed]   GH#1874 Clean up and correct whitespace handling.
      [open]   GH#1875 Experimental pack function issue
      [open]   GH#1876 Making of == return in Callable
      [open]   GH#1877 Add Of parametrized role
      [open]   GH#1878 Possibly LTA: Backtrace could be confusing when subs inlined
      [open]   GH#1879 IO::Socket::Async doesn't handle IPv6 properly on OpenBSD
      [open]   GH#1880 HTTP::UserAgent test fails with 2018.05 but not 2018.04.1
      [open]   GH#1881 Convert documentation to pod6
      [open]   GH#1882 run(..., :$out, :merge) does not redirect stderr to the $out file handle
      [open]   GH#1883 Improve where clause unmet error
      [open]   GH#1884 Correct param name with signature constraint (fixes rt#132209)
    [closed]   GH#1885 More clean up of whitespace handling.
      [open]   GH#1886 Miscompilation (optimization) of chain ops
      [open]   GH#1887 Should 'use p5isms' be renamed / removed / documented & tested
[testneeded]   GH#1888 Issues with signal(SIGUSR1)
      [open]   GH#1889 Some environment variables seem to be missing
      [open]   GH#1890 Bad codegen with `,=` meta op
      [open]   GH#1891 Signal(0) gives FreeBSD signals on Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment