hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

Patch to fix minor bug and a little clean-up in ikarus.io.ss #247

Open hyln9 opened 10 years ago

hyln9 commented 10 years ago

Made tcp-server-socket and tcp-server-socket-nonblocking do:

Fix bug in close-tcp-server-socket where the tcp-server's fd field was not being set to #F. And use io-error instead of die.

Replaced calls to error with calls to die, where appropriate.

Launchpad Details: #LP313852 Derick Eddington - 2009-01-04 16:57:07 -0500

hyln9 commented 10 years ago

The previous patch had a typo. This new one fixes it.

Launchpad Details: #LPC Derick Eddington - 2009-01-04 22:34:34 -0500