01:29:01 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 01:32:19 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 02:05:41 -!- Phoodus [~foo@ip72-223-116-248.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 03:47:25 -!- jsnell [~jsnell@ash.snellman.net] has quit [Ping timeout: 240 seconds] 03:47:29 jsnell [~jsnell@ash.snellman.net] has joined #sbcl 04:01:43 Phoodus [~foo@68.107.217.139] has joined #sbcl 04:23:01 good afternoon 04:24:39 can anyone tell me the purpose of sb-bsd-sockets/constants.lisp-temp sb-bsd-sockets/foo.c in the binary distribution? 04:32:50 it's noise. 04:41:49 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 04:45:58 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 05:03:28 noise as in, i can remove it? 05:04:52 yes. 05:07:46 ok, thanks 05:39:18 -!- akovalenko [~anton@95.73.126.214] has quit [Remote host closed the connection] 05:43:21 akovalenko [~anton@95.73.126.214] has joined #sbcl 05:43:55 -!- redline6561 is now known as redline6561_nop 05:52:47 sdemarre [~serge@91.176.45.15] has joined #sbcl 06:37:25 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 06:41:32 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 07:09:49 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 07:10:50 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 07:15:01 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 07:18:25 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 07:20:40 Blkt [~user@89-96-199-46.ip13.fastwebnet.it] has joined #sbcl 07:22:37 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 07:23:26 good morning everyone 07:23:36 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 07:32:13 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [Ping timeout: 240 seconds] 07:32:50 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #sbcl 09:21:41 -!- hlavaty [~user@91-65-217-112-dynip.superkabel.de] has quit [Remote host closed the connection] 09:50:26 MrMc [~user@brln-4db9fbc0.pool.mediaWays.net] has joined #sbcl 09:51:11 Hello sbcl world 10:02:23 -!- akovalenko [~anton@95.73.126.214] has quit [Ping timeout: 248 seconds] 10:12:40 akovalenko [~anton@95.72.103.209] has joined #sbcl 10:22:38 hlavaty [~user@91-65-217-112-dynip.superkabel.de] has joined #sbcl 11:18:37 -!- MrMc [~user@brln-4db9fbc0.pool.mediaWays.net] has quit [Remote host closed the connection] 11:36:10 homie [~levgue@xdsl-78-35-142-55.netcologne.de] has joined #sbcl 12:32:51 ljos [~mozzyb@login1.uib.no] has joined #sbcl 12:44:27 -!- hlavaty [~user@91-65-217-112-dynip.superkabel.de] has quit [Read error: Connection reset by peer] 12:44:38 hlavaty [~user@91-65-217-112-dynip.superkabel.de] has joined #sbcl 13:40:45 -!- redline6561_nop is now known as redline6561 13:48:57 -!- hlavaty [~user@91-65-217-112-dynip.superkabel.de] has quit [Read error: Connection reset by peer] 13:49:11 hlavaty [~user@91-65-217-112-dynip.superkabel.de] has joined #sbcl 13:49:54 Anyone interested in this? https://bugs.launchpad.net/sbcl/+bug/876376 14:02:51 antgreen [~user@bas3-toronto06-2925097843.dsl.bell.ca] has joined #sbcl 14:10:23 flip214: it should be reported for SLIME project, not SBCL, unless you see some problem in SBCL here (but if you do, please isolate and describe that problem). 14:12:17 I wasn't sure whether the package-lock is interesting to SBCL people ... 14:12:34 I'll try to move the bug over to swank, thank you very much. 14:13:07 flip214: package-lock works as excepted here, when there is a SYMBOL-MACROLET with SB-INT:ARGS binding (did you read that section of SBCL manual?) 14:14:54 akovalenko: I didn't try to use symbol-macrolet myself, I just wanted to inspect the argument sb-int:arg-list - and got that error. 14:15:03 flip214: frankly, I've tried (and failed) to find any code in SWANK that could cause that symbol-macrolet to be evaluated. 14:15:09 Don't know whether that is sbcl or slime specific 14:16:45 akovalenko: preprocess-for-eval makes a symbol-macrolet ... 14:16:54 that's in sbcl, src/code/debug-int.lisp 14:17:05 so perhaps I should have left that bug in sbcl ... 14:23:46 flip214: now I see how preprocess-for-eval is problematic. You could try (sb-ext:unlock-package :sb-int) and see if the problem with SLIME disappears (if it does, then it's SBCL-only issue, otherwise it should be reported for SLIME as well) 14:28:03 well, I believe the bug applies to both ... slime should take the sldb-break-at-start function, and sbcl should fix preprocess-for-eval 14:37:52 flip214: the _problem_ you have involves both, but bugs are separate nevertheless. I posted a comment for your report, so SBCL developers will be aware of its relevance for SBCL. Please take care on the SLIME part (btw, package lock issue _can_ be fixed in SLIME as well, by establishing a restart for package lock violation). 14:38:51 * s/restart/condition handler/ 14:44:11 akovalenko: thanks a lot for looking at that ... now I just need to wait for fixes ... 15:23:25 nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 15:35:25 ... do I remember rightly that the calling convention passes a new frame pointer, the stack pointer, and an argument count to the callee function? 15:48:15 sounds right. 15:51:27 Sounds like a waste. 15:51:49 In principle, any one of the three should be determined by the other two. 16:05:31 extra arguments are stuffed between SP and NFP 16:06:10 there are extra constraints due to TCO as well. 16:07:23 Okay, fair point. 16:08:10 So it's something that will require careful investigation before trying anything. 16:09:13 getting FP alignment would be awesome. 16:09:24 but I could never get the edge cases right. 16:12:19 antifuchs [~foobar@care.boinkor.net] has joined #sbcl 16:22:50 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 16:26:23 -!- Blkt [~user@89-96-199-46.ip13.fastwebnet.it] has quit [Quit: going home] 16:34:23 -!- |3b| [foobar@cpe-72-179-19-4.austin.res.rr.com] has quit [Ping timeout: 248 seconds] 16:37:29 |3b| [foobar@cpe-72-179-19-4.austin.res.rr.com] has joined #sbcl 17:07:27 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Ping timeout: 248 seconds] 17:14:34 -!- antoszka [~antoszka@unaffiliated/antoszka] has quit [Quit: +++ killed by SIGSEGV +++] 17:19:07 nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 17:31:17 prxq [~mommer@mnhm-5f75c035.pool.mediaWays.net] has joined #sbcl 17:38:00 antoszka [~antoszka@unaffiliated/antoszka] has joined #sbcl 17:55:09 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Ping timeout: 255 seconds] 18:07:48 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 18:16:45 -!- homie [~levgue@xdsl-78-35-142-55.netcologne.de] has quit [Read error: Connection reset by peer] 18:21:41 homie [~levgue@xdsl-78-35-142-55.netcologne.de] has joined #sbcl 18:24:23 homie` [~levgue@xdsl-78-35-132-118.netcologne.de] has joined #sbcl 18:26:00 -!- homie` [~levgue@xdsl-78-35-132-118.netcologne.de] has quit [Remote host closed the connection] 18:27:26 -!- homie [~levgue@xdsl-78-35-142-55.netcologne.de] has quit [Ping timeout: 260 seconds] 18:28:38 homie [~levgue@xdsl-78-35-132-118.netcologne.de] has joined #sbcl 19:47:27 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Ping timeout: 248 seconds] 19:48:31 nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 19:55:27 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Ping timeout: 248 seconds] 19:56:21 -!- Xof [~crhodes@158.223.51.79] has quit [Ping timeout: 252 seconds] 19:58:30 Xof [~crhodes@158.223.51.79] has joined #sbcl 19:58:30 -!- ChanServ has set mode +o Xof 20:01:39 nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 20:11:16 gabnet [~gabnet@226.23.67.86.rev.sfr.net] has joined #sbcl 20:57:14 -!- gabnet [~gabnet@226.23.67.86.rev.sfr.net] has quit [Quit: Quitte] 21:14:45 -!- tsuru```` [~charlie@adsl-74-179-196-112.bna.bellsouth.net] has quit [Ping timeout: 260 seconds] 21:29:19 -!- sdemarre [~serge@91.176.45.15] has quit [Ping timeout: 248 seconds] 21:32:01 -!- prxq [~mommer@mnhm-5f75c035.pool.mediaWays.net] has quit [Quit: Leaving] 22:28:32 -!- fe[nl]ix [~quassel@pdpc/supporter/professional/fenlix] has quit [Remote host closed the connection] 22:28:40 fe[nl]ix [~quassel@pdpc/supporter/professional/fenlix] has joined #sbcl 23:25:08 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Quit: G'night all.] 23:39:02 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving]