Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 23, 2024 17:22
Show Gist options
  • Save Whateverable/89fafe393c614de8886b360f4f233f11 to your computer and use it in GitHub Desktop.
Save Whateverable/89fafe393c614de8886b360f4f233f11 to your computer and use it in GitHub Desktop.
releasable6
    + Merge pull request #5600 from rakudo/release-2024.06 [7190eae2]
    + Improve `.flat` logic (3rd attempt) [74cfe8e3]
    + RakuAST: makes sure the LiteralsBuilder can resolve [4085432e]
    + Remove the signature check from .duckmap for now [1bd985a3]
    + RakuAST: fix regression in handling of E<> in $=pod [3e55eb62]
    + RakuAST: fix issue in podification of V<> [17f0148a]
    + RakuAST: Streamlining origins handling (Part 1/N) [02526784]
    + RakuAST: Streamlining origins handling (Part 2/N) [fd72fc3e]
    + Bump NQP to get fix for return from LEAVE phaser on MoarVM [0554ae9e]
    + RakuAST: introducing RakuAST::Deparse::Highlight [692677ff]
    + Bump NQP to get MasterDuke++ MoarVM tweaks/fixes [be30f38b]
    + RakuAST: fix a lot of small .hsyn issues [ea6c68ab]
    + Bump NQP for mimalloc update, Masterduke++ [74b55cd4]
    + RakuAST: refine highlighting of comments [604d6617]
    + RakuAST: handle closing } better in deparsing [8752d081]
    + RakuAST: don't allow compile time constructs by default [e0afa0a8]
    + RakuAST: also disable "use" in syntax highlighting [a7b41f73]
    + RakuAST: also handle empty lines in syntax highlighting [31336240]
    + RakuAST: several highlighting related fixes [c7af1953]
    + RakuAST: deparse alphanumeric prefixes with space [f8b56432]
    + RakuAST: only handle true system methods specially [9d959fae]
    + RakuAST: make default .hsyn method less specific [5795560f]
    + RakuAST: add test for code that fails in legacy grammar [cf3f0aa2]
    + RakuAST: DESTROY is also a method with special semantics [a14a94df]
    + RakuAST: make sure "is" traits are properly highlighted [d782d8b0]
    + RakuAST: make sure postfix operators are highlighted [17f89c6f]
    + RakuAST: add rakudoc to ::Deparse::Highlight [d57b4109]
    + RakuAST: add color based highlighting functionality [267edeb1]
    + RakuAST: simplify HTML highlighting [c50e477c]
    + RakuAST: introducing ::Deparse::Highlight::Text [7a0c0e3f]
    + RakuAST: fix issue with highlighting oneliners [b984ddfb]
    + RakuAST: fix highlighting issue for -> and --> [1534733d]
    + RakuAST: having only a "returns" validates a Signature as well [c64dc9f4]
    + RakuAST: make sure types with smileys) are highlighted [39b987ab]
    + RakuAST: make method(Int:D:) deparse correctly [9fc5f662]
    + RakuAST: make sure language version is highlighted [5a431ad4]
    + RakuAST: add support for version literal highlighting [133a25a2]
    + RakuAST: give RakuAST::Doc objects origin info as well [115fdee2]
    + RakuAST: highlight rakudoc only / before code correctly [6b9a163e]
    + Bump NQP to get EXPR JIT disablingm [4d3723bd]
    + RakuAST: a better way to show language versions in highlighting [59fb9ebc]
    + RakuAST: add ::StatementList.insert-doc-block method [ca479813]
    + RakuAST: simplify language version highlighting [552a88ba]
    + RakuAST: fix issue with non-alphanumeric names [b09a5ee8]
    + RakuAST: fix some deparsing issues [38ba882a]
    + RakuAST: initial batch of highlighting tests [8e00a517]
    + Partially fix mixed bin/no bin reads in IO::Socket [5008807b]
    + Merge pull request #5604 from patrickbkr/fix-io-socket-mixed-read [3766ef2d]
    + RakuAST: introduce ::Var::Attribute::Public [527b9788]
    + RakuAST: more things disallowed in safe mode highlighting [3ab6c96b]
    + RakuAST: ::Type::Definedness.name method for convenience [509ee1b6]
    + RakuAST: properly check for pragmas in highlighting [8a138038]
    + RakuAST: add highlighting for regex elements [3079f914]
    + RakuAST: move Text/HTML highlighting into file [c56375da]
    + Change colabti log links to irclogs.raku.org links [3e4d19bb]
    + RakuAST: add a few colors for rakudoc syntax highlighting [f8e64356]
    + RakuAST: properly parse =alias in rakudoc [4dae7e5b]
    + RakuAST: add ::Deparse.deparse-without-highlighting [55754f8d]
    + RakuAST: method already have a *%_ in the sig [015e4a3b]
    + RakuAST: fix deparsing/highlighting of =alias [ff48e039]
    + RakuAST: slightly optimize .deparse-without-highlighting [dcaf53e6]
    + RakuAST: ifix deparsing/highlighting of =defn [487f1eda]
    + RakuAST: swap default coloring directive / config [f84ae43b]
    + RakuAST: fix deparsing/highlighting of =config [2144863d]
    + RakuAST: correct =alias test [fab5c99a]
    + RakuAST: fix deparsing/highlighting of =finish [f4b4b219]
    + RakuAST: ifix deparsing/highlighting of =place [e622928d]
    + RakuAST: fix accidental regression with =row / =column [a469bd8d]
    + Fix sprintf thinko [6536e756]
    + RakuAST: quite an extensive set of deparse / highlighting fixes [19bd06b5]
    + RakuAST: fix thinko wih =defn [16b059c0]
    + RakuAST: procedural tables allow markup [62e523a9]
    + RakuAST: don't add "\n" after abbreviated doc blocks [2992649f]
    + RakuAST: fix quite a few issues with margins [088180b6]
    + RakuAST: change default color of config [d7731e7d]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment