Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 3, 2025 14:40
Show Gist options
  • Save Whateverable/e1e8184bed92f5a4c8fad2491497df0b to your computer and use it in GitHub Desktop.
Save Whateverable/e1e8184bed92f5a4c8fad2491497df0b to your computer and use it in GitHub Desktop.
releasable6
    + RakuAST: make "Foo sub { }" set up returns in signature [a3709f3f]
    + RakuAST: add some more suggestions to exception messages [299206eb]
    + RakuAST: add missing RakuAST::UndeclaredSymbolDescription::Type [b857f36b]
    + RakuAST: treat subsets like every other type of package [261fbad8]
    + RakuAST: report redeclarations of packages with multi-part names [49c5dc47]
    + RakuAST: name the pseudo-package we're trying to bind to in error message [27f47363]
    + RakuAST: don't compile time check when trying to assign to literal [8246458c]
    + RakuAST: fix error in can-be-bound-to when type is set by of trait [6a97c889]
    + RakuAST: prohibit declaring variables with ? twigil [8e998ae4]
    + RakuAST: prohibit declaring variable with indirect names [09a085a0]
    + Make error message handle nameless declarator targets better [81c863a7]
    + RakuAST: report error when trying to augment role [16c4fc4f]
    + RakuAST: fix copy pasta in error message [bf6ba28e]
    + RakuAST: prohibit placeholder vars with upper case single letter names [4271ccc0]
    + RakuAST: prohibit virtual calls in attribute initializers [156aeef3]
    + RakuAST: promote declaring attributes in a module to a sorry [ad9be7bc]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment