Skip to content

Releases: argotorg/fe

v26.0.1

13 Apr 22:59

Choose a tag to compare

Changelog

26.0.1 (2026-04-13)

Bugfixes

  • Suppress downstream type mismatch diagnostics when the underlying type is already invalid. This reduces cascading error noise and makes compiler output easier to read. (#1386)
  • Fix chained method call type inference (e.g. result.map(fn1).map(fn2)). The compiler now correctly unifies types through canonicalized receivers, resolving incorrect type mismatch errors on valid method chains. (#1389)
  • Overhaul LSP stability and observability: worker-thread panics now surface as visible errors instead of being silently swallowed, a dual-layer logging system writes detailed diagnostics to workspace-local .fe-lsp/ log files with automatic rotation and retention, and a dispatch-deadlock in concurrent request handling has been fixed via an upgraded async-lsp dependency. (#1392)

Internal Changes - for Fe Contributors

  • Bump sonatina to eb50941. (#1393)

v26.0.0

31 Mar 13:18

Choose a tag to compare

Cutting new release

v26.0.0-rc0

31 Mar 11:47

Choose a tag to compare

v26.0.0-rc0 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.12

24 Mar 17:00

Choose a tag to compare

v26.0.0-alpha.12 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.10

13 Mar 09:43

Choose a tag to compare

v26.0.0-alpha.10 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.9

10 Mar 15:57

Choose a tag to compare

v26.0.0-alpha.9 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.8

26 Feb 12:17

Choose a tag to compare

v26.0.0-alpha.8 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.7

25 Feb 14:18

Choose a tag to compare

v26.0.0-alpha.7 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.6

25 Feb 08:45

Choose a tag to compare

v26.0.0-alpha.6 Pre-release
Pre-release
Cutting new release

v26.0.0-alpha.5

19 Feb 23:00

Choose a tag to compare

v26.0.0-alpha.5 Pre-release
Pre-release
Cutting new release