Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 20 Sep 09:39
· 18 commits to main since this release
v0.1.5
0ab9378

v0.1.5 — output quality: real local names + compilability fixes

  • Real local-variable names from debug_info (type-gated, cross-block
    unified): s() now reads String s(byte[] enc, int k) with out/i.
  • Lab-package feedback fully root-caused: 0 javac errors (0.1.4: 39).
  • javac full-compile gate fixes: nested-class name-chain renames
    (lark already-defined 22316 -> 93), nested reference prefixes,
    catch-parameter double declaration, super() ordering, duplicate
    covariant methods (weibo 14871 -> 971).
  • Perf round: weixin 18.2 -> 10.6s, qq -25%, WhatsApp -38%;
    deterministic output run-to-run.
  • jdc-core 0.2.0, ddc-dex 0.2.1.

Full Changelog: v0.1.4...v0.1.5