Most recent issues (show/hide)
Literal return constraint versus .return
OPEN
TEST_JOBS ignored in akefile
CLOSED
`Seq`s that aren't sunk, will not run
OPEN
Reduce by hyper + doesn't work as expected
OPEN
Match against (malformed) RE / <![a]>* / hangs
OPEN
Defining a custom postcircumfix operator causes multi-second hang
OPEN
Last expression of TWEAK/BUILD methods not sunk on object instantiation
OPEN
[RFE] Detect (and reject) more null regex patterns and/or don't generate them
OPEN
Show diagnostic for malformed stub class
OPEN
Compiler should error on predefined char class in regex with leading colon
OPEN
Allow retrieval of Native Type
OPEN
Raku Signature not able to generate a method signature
OPEN
Regex quantifier with {} doesn't match the correct number of characters in some cases
OPEN
RakuAST: Type smilies not entirely supported
OPEN
LTA error message "Undeclared routine" rather than "Two terms in a row" from dropped comma on say hash
OPEN
`FIRST LAST say 123` - what is the expected behavior?
OPEN
Regex hang - enormous memory consumption
OPEN
Binding list to variable with `@' sigil doesn't survive export/import
OPEN
MoarVM panic from race return
OPEN
`use` statement when improperly terminated gives difficult-to-interpret error message
OPEN
[grammar] .Hash method chain with newline
OPEN
Rakudo incorrectly calls methods on Match subclasses (eg Grammars) instead of on Match itself
OPEN
role-constrained variable does not accept derived role defined inline
OPEN
`trait_mod:<is>(Routine:D, |)` is called on the proto, not the candidate
OPEN
allowed useless use of `with`
OPEN
Scope messing with custom ops in EVAL
OPEN
`No such method 'IO' for invocant of type 'VMNull'` when undefined variable used in require
OPEN
ms/ / should be DEPRECATED
OPEN
Unhelpful error message for typed constant attempt
OPEN
multi dispatch optimizer bug with str vs Str candidates
OPEN
[optimization] Bad argument being passed into multi candidate
OPEN
Lazy list ACCEPTS any non-iterable
OPEN
Circularity detected when adding a constraint to an `&infix:<+>` candidate
OPEN
Request to undeprecate Pair .freeze
OPEN
$?FILE.IO.absolute incorrectly reports module names
OPEN
Anomaly of named parameter placed after a capture
OPEN
'quietly my $_ ' is noisy
OPEN
Can't override multi method from role
OPEN
`BEGIN my int $foo` ==> "Lexical with name '$foo' has wrong type."
OPEN
is built can't set argument name
OPEN
Cannot parse an anonymous sigilless parameter with a trait
OPEN
Iterator-related operators given Proxy not very reliable
OPEN
The .= operator doesn't work for subscripts
OPEN
Semicolon-separated subscripting gives weird results instead of Whatever-currying
OPEN
RX and RZ not parsed properly
OPEN
Surprising behaviour of pairs inside qq:ww
OPEN
Exported terms don't alter the grammar in which they're imported
OPEN
[ && ]( True, False ) - LTA error message or place for improvement?
OPEN
Role group nonsignatured candidate typechecks go too deep
OPEN
Unexpected behavior with `where` clause in `MAIN` on a named argument
OPEN