Skip to content

Bump fink v0.2.0 → v0.69.0, playground v1.11.0 → v1.16.1#22

Merged
kollhof merged 1 commit into
mainfrom
update-deps-2026-05-07
May 7, 2026
Merged

Bump fink v0.2.0 → v0.69.0, playground v1.11.0 → v1.16.1#22
kollhof merged 1 commit into
mainfrom
update-deps-2026-05-07

Conversation

@kollhof

@kollhof kollhof commented May 7, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps fink v0.2.0 → v0.69.0 and playground v1.11.0 → v1.16.1
  • Ports src/highlight.rs to fink's new arena-based AST API (AstId indirection, parser::parse(src, url), new PostfixOp variant, drops obsolete Yield variant)
  • Syncs docs against fink v0.69.0:
    • Fixes wrong int annotation (1_234_567 # u32# i32)
    • Adds math vs bits family integer story + width rule
    • Replaces stale "Missing arithmetic operators" roadmap entry with the current "Float exponentiation" framing (** and /% work today)
    • Drops the Types section per fink's defer-types-from-spec policy
  • Refreshes home-page hero examples
  • Adds an open-ended range (-3..) example to the language reference

Test plan

  • make build succeeds
  • make test passes
  • Local dev server (make serve) renders all pages and playground loads v1.16.1

- port src/highlight.rs to the new arena-based AST API (AstId
  indirection, parser::parse(src, url), PostfixOp variant, dropped
  obsolete Yield variant)
- sync docs against fink v0.69.0: fix wrong int annotation
  (1_234_567 # u32 → # i32), add math/bits family integer story,
  update roadmap to reflect that ** and /% now work, drop the
  Types section per fink's defer-types policy
- refresh home page hero examples
- add open-ended range example to language reference
@kollhof kollhof merged commit b1e93c7 into main May 7, 2026
4 checks passed
@kollhof kollhof deleted the update-deps-2026-05-07 branch May 7, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant