moon-chilled / slashem9

slashem
9 stars 1 forks source link

Small build fixes #6

Closed ToxicFrog closed 3 years ago

ToxicFrog commented 3 years ago

Three changes, take whichever ones you like:

The last of these takes a very blunt-instrument approach (wrap the potentially failing calls in assert); I'm not sure if you want a more sophisticated approach to that.

moon-chilled commented 3 years ago

Thanks! Merged.

I took a slightly different approach to the 'assert' bits (wrapped them around a call to impossible)