github Myriad-Dreamin/tinymist v0.11.8

latest releases: v0.14.18, v0.14.18-rc1, v0.14.16...
2 years ago

Tracking remaining reported issues here: #257

Hover

  • Improved open document tooltip in #254

Completion

  • Inserting commas in argument context for completing before identifiers in #251
  • Improved identifying literal expressions in #252
  • Identifying let context completely in #255
    • To help complete after equal marker in let b = ..
  • Restoring left parenthesis and comma as trigger characters in #253
    • This is needed for completion on literal expressions.

Type Checking

  • (Fix) Avoiding infinite loop in simplifying recursive functions in #246
    • Fix a stack overflow in ty.rs
  • (Fix) Instantiating variable before applying variable function in #247
    • Fix a deadlock in ty.rs
  • (Fix) Simplifying all substructure in #248
    • Fix a panic in ty.rs
  • Improved join type inference in #249
  • Weakening inference from outer use in #250
    • to reduce noise slightly for completion

Full Changelog: v0.11.7...v0.11.8

Don't miss a new tinymist release

NewReleases is sending notifications on new releases.