00:13:40 -!- sellout1 is now known as sellout 01:01:31 -!- sellout [~Adium@75-25-126-88.lightspeed.sjcpca.sbcglobal.net] has quit [Quit: Leaving.] 01:38:16 Jey_ [~Jey@114.245.195.125] has joined #ccl 02:12:54 peccu [~peccu@ZL198245.ppp.dion.ne.jp] has joined #ccl 03:35:11 Jey__ [~Jey@114.245.190.50] has joined #ccl 03:36:21 Jey___ [~Jey@114.245.209.17] has joined #ccl 03:38:59 -!- Jey_ [~Jey@114.245.195.125] has quit [Ping timeout: 252 seconds] 03:39:35 -!- Jey__ [~Jey@114.245.190.50] has quit [Ping timeout: 258 seconds] 04:01:46 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 05:12:09 -!- Jey___ [~Jey@114.245.209.17] has quit [Ping timeout: 245 seconds] 06:17:45 -!- rme [~rme@50.43.151.225] has quit [Quit: rme] 07:51:20 sellout [~Adium@c-98-245-162-253.hsd1.co.comcast.net] has joined #ccl 08:09:23 jdz [~jdz@193.206.22.97] has joined #ccl 13:27:42 rme [~rme@50.43.151.225] has joined #ccl 13:59:25 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 14:30:22 -!- jdz [~jdz@193.206.22.97] has quit [*.net *.split] 14:33:42 -!- rme [~rme@50.43.151.225] has quit [Quit: rme] 14:36:21 jdz [~jdz@193.206.22.97] has joined #ccl 14:38:45 rme [~rme@50.43.151.225] has joined #ccl 16:10:04 milanj [~milanj_@178-223-158-248.dynamic.isp.telekom.rs] has joined #ccl 16:42:43 -!- jdz [~jdz@193.206.22.97] has quit [Ping timeout: 252 seconds] 17:16:33 Fade [~fade@outrider.deepsky.com] has joined #ccl 17:16:36 *Fade* wonders if there's a timer implementation as an extention in clozure cl 17:19:20 What do you mean by timer? Something like (process-run-function "timer" #'(lambda (x) (sleep x) (print "time's up!")) 60) ? 17:19:57 If so, I think billstclair had some sort of timer-like thing based on that. 17:20:11 yeah. 17:20:21 Not part of CCL though, I don't think 17:20:40 I remember writing such a beast, but I think it depended on gbbopen 17:20:58 Uses only a single timer thread 17:21:23 Most of the implementations I've seen spawn a thread for each timer 17:21:29 I have a couple of systems that make use of sb-ext:make-timer from sbcl, and I was thinking about increasing the portability of the code. 17:21:58 I doubt my code will help much 17:22:08 timers in sbcl are deeply tied to threads. 17:37:29 -!- peccu is now known as PECCU 17:37:29 leo2007 [~leo@114.247.10.79] has joined #ccl 17:38:18 (require :asdf) gives this error http://paste.pound-python.org/show/15178 17:39:04 ideas? 17:39:17 I saw your message on openmcl-devel. It looks like asdf is using an internal symbol, which it shouldn't be doing. We recently changed how fasl versioning works, so I assume this is why. 17:42:18 rme: BTW, any plan to upgrade to asdf 2.019 17:43:01 Sure. This bug with ccl::fasl-versions should probably be fixed first, though. 17:44:33 if you want to get going again, you should be able to replace the use of ccl::fasl-version in asdf with (ccl::target-fasl-version), but that would just be a temporary hack. 17:48:31 Anyway, I consider this an asdf bug. You could report it at https://launchpad.net/asdf/ 17:49:26 indeed 18:04:29 -!- leo2007 [~leo@114.247.10.79] has quit [Ping timeout: 252 seconds] 18:10:50 leo2007 [~leo@114.247.10.79] has joined #ccl 18:24:17 -!- leo2007 [~leo@114.247.10.79] has quit [Ping timeout: 252 seconds] 18:47:01 leo2007 [~leo@114.247.10.79] has joined #ccl 18:49:50 how might one go about asking whether a stream (created via accept-connection) has been closed by the client at the other end? it seems like open-stream-p probably isn't quite what i want, since i don't expect to have closed the stream with close explicitly...? 19:01:56 If there isn't a better way (and I don't remember whether or not there is), you may be able to try to do I/O to the stream and catch the error that'll eventually occur. I don't know if you can get notified ASAP after the remote end closes; data can still be traveling in both directions. 19:03:13 it seems like if i call read-char-no-hang on it, i get an EOT after I close a telnet session 19:03:31 maybe that's good enough 19:33:20 -!- leo2007 [~leo@114.247.10.79] has quit [Quit: rcirc on GNU Emacs 23.3.50.1] 19:36:56 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 19:51:16 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 22:49:35 -!- rme [rme@50BE4D1C.A884877E.699BA7A6.IP] has quit [Ping timeout] 22:49:46 rme_ [~rme@50.43.147.52] has joined #ccl 22:50:56 -!- rme [~rme@50.43.151.225] has quit [Ping timeout: 248 seconds] 22:50:56 -!- rme_ is now known as rme 23:04:40 Karl_H [~Karl_H@f048107054.adsl.alicedsl.de] has joined #ccl 23:15:42 -!- Karl_H [~Karl_H@f048107054.adsl.alicedsl.de] has left #ccl