You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix multiple line type expression with dotget idempotency (#3133)
* Fix multiple line type expression with dotget idempotency
* Minor refactor
---------
Co-authored-by: nojaf <florian.verdonck@outlook.com>
Check if we just wrote a DotLambda on a record value before deciding …
…on space before parens, fix 3120 (#3121)
* Check if we just wrote a DotLambda on a record value before deciding on space before parens, fix 3120
* Add note about referring to issue
* add changelog entry
* Reference issue id in test name
Co-authored-by: dawe <dawedawe@posteo.de>
* Bump version
---------
Co-authored-by: dawe <dawedawe@posteo.de>
Co-authored-by: Florian Verdonck <florian.verdonck@outlook.com>
fix idempotency for single case union w/o pipe (#3116)
* fix idempotency for single case union w/o pipe
* update changelog
* Avoid indexed list access.
* Add new version
---------
Co-authored-by: nojaf <florian.verdonck@outlook.com>
Correctly print out attributes of SynMemberDefn.GetSetMember (#3115)
* Correctly print out attributes of SynMemberDefn.GetSetMember
* Add changelog entry