clasp-developers / clasp

clasp Common Lisp environment
https://clasp-developers.github.io/
2.58k stars 145 forks source link

Sigwinch fix #1650

Closed Bike closed 1 week ago

Bike commented 1 week ago

Fixes the observed intermittent crash that happens when you resize the terminal during build.

Moves interrupt servicing from allocation to all Lisp function calls. I'd like to finesse that a bit but I think it's okay as-is for the time being.