unisonweb / unison

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

Fix interpreter segfault #5423

Closed ChrisPenner closed 4 weeks ago

ChrisPenner commented 4 weeks ago

Overview

We were getting some segfaults from the new unified stack builds, there was a small error in augSeg which I've fixed.

I also found a few other small things that are largely inconsequential but I threw in there:

Test coverage