Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 8, 2025 18:01
Show Gist options
  • Save Whateverable/caf26fa4777e8079f008b6aa81c8a2d2 to your computer and use it in GitHub Desktop.
Save Whateverable/caf26fa4777e8079f008b6aa81c8a2d2 to your computer and use it in GitHub Desktop.
releasable6
    + Bump NQP to get a fix for misbehaving compiler [690370ad]
    + RakuAST: fix tests failing when compiler doesn't have stage optimize [00aa9b8f]
    + RakuAST: todo optimizer tests [76951f3e]
    + RakuAST: don't fail compilation of core setting trying to report warnings [3fc6af21]
    + RakuAST: fix more phaser bootstrap issues [63b74071]
    + RakuAST: don't report parameterization problems in the setting [0c3d980f]
    + RakuAST: fix bootstrap problem with names containing expression [b1b92e3f]
    + RakuAST: delay building BOOTException message [5c52edc2]
    + RakuAST: don't fail on trying to print exceptions in color when compiling the setting [63f1e95f]
    + RakuAST: fix interpretation check on nqp ops [01b0a8a5]
    + RakuAST: don't type check native values in enums [ed8ee485]
    + RakuAST: CtxSave should be a term [cd685806]
    + RakuAST: fix typo preventing interpretation of p6box_i [daaf431d]
    + RakuAST: fix problems when trying to report compilation error in setting [772e6d6a]
    + RakuAST: fix bogus complaints about placeholder use in methods [cf8c5ef2]
    + RakuAST: fix bogus warnings about unused values in if statements with KEEP/UNDO phasers [52658b94]
    + RakuAST: make warnings test more lenient [ef395046]
    + RakuAST: todo a macro test [f0e8b571]
    + RakuAST: fix error trying to report keyword used as listop error [8d0fe4d4]
    + RakuAST: complain about &function in a feed [fc01dfd6]
    + RakuAST: throw appropriate exception for invalid language version [edc7ae97]
    + RakuAST: bring back suggestions for private method not found [f59944b1]
    + RakuAST: bring back specific messages for errors in declarations [cbb2eb1d]
    + RakuAST: fix fault RakuAST::Var test [726864bb]
    + RakuAST: fix order of post constraints on parameters [42197d93]
    + RakuAST: defuse overly specific test [eac975fb]
    + RakuAST: prohibit placeholders %_ in methods [d475334c]
    + Remove skipped macro tests [f7369d34]
    + Todo a confusing test about the repl under RakuAST [0bf9e87e]
    + RakuAST: warn about uninitialized variables in enum initializer list [61710f17]
    + RakuAST: mark test as todo that expects a generated POPULATE [7414f915]
    + Revert "RakuAST: remove valid identifier check for now" [5236bc99]
    + RakuAST: throw the expected error on (:::[]) [7745d938]
    + RakuAST: better fix for clobbered $_ in EVAL [0957a8b7]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment