Search
2:42:27
drmeister
What is `ext:float-nan-string` and `ext:float-infinity-string`
2:42:34
drmeister
What are they supposed to do?
2:42:44
drmeister
They are called but we don't have them defined.
2:50:31
drmeister
If I recall correctly, we can't catch floating point errors because unix signals are shit
2:56:23
drmeister
We are missing these functions...
3:33:41
bike
you should be able to catch floating point invalid operation. ext:with-float-traps-masked prevents the error from being signaled at all
3:34:04
bike
float-nan-string and float-infinity-string are supposed to be the printed versions of NaN and infinity
3:43:52
bike
handling errors from a signal handler can be kind of weird, though, yeah
13:35:19
bike
frgo: do you mind me committing to the PRs myself?