unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.75k stars 269 forks source link

bugfix: fix suffixification logic in update #5311

Closed mitchellwrosen closed 4 weeks ago

mitchellwrosen commented 4 weeks ago

Overview

The name suffixification logic in update was not properly updated for the new parsing logic implemented in #5276. This PR fixes that.

Test coverage

I've added a failing test in the first commit that is fixed by the second.