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 = ..
- To help complete after equal marker in
- 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 a stack overflow in
- (Fix) Instantiating variable before applying variable function in #247
- Fix a deadlock in
ty.rs
- Fix a deadlock in
- (Fix) Simplifying all substructure in #248
- Fix a panic in
ty.rs
- Fix a panic in
- 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