00:40:29 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 00:40:53 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 01:12:15 hi. is there a plan to update the Mac App Store version of CCL to 1.9 anytime soon? 01:30:17 -!- DataLinkDroid [~DataLinkD@120.159.219.127] has quit [Read error: Connection reset by peer] 01:30:27 DataLinkDroid [~DataLinkD@120.159.219.127] has joined #ccl 01:36:54 -!- pjb [~t@AMontsouris-651-1-209-205.w92-140.abo.wanadoo.fr] has quit [Ping timeout: 258 seconds] 01:48:41 -!- ipmonger [~ipmonger@c-68-81-244-69.hsd1.pa.comcast.net] has quit [Quit: ipmonger] 01:53:01 ipmonger [~ipmonger@c-68-81-244-69.hsd1.pa.comcast.net] has joined #ccl 02:11:53 ipmonger: I would like to update the Mac App Store version. Maybe this weekend or the next, depending on how ambitious I get. 02:12:09 cool. thanks for the info 02:17:47 bfulgham_ [~brent@cpe-76-173-170-144.socal.res.rr.com] has joined #ccl 02:34:46 -!- Fare [fare@nat/google/x-tuydzdqsqahuhdxt] has quit [Ping timeout: 258 seconds] 02:36:37 -!- DataLinkDroid [~DataLinkD@120.159.219.127] has quit [Read error: Connection reset by peer] 02:36:59 DataLinkDroid [~DataLinkD@120.159.219.127] has joined #ccl 03:04:12 -!- bfulgham_ [~brent@cpe-76-173-170-144.socal.res.rr.com] has quit [Quit: bfulgham_] 03:38:50 -!- ipmonger [~ipmonger@c-68-81-244-69.hsd1.pa.comcast.net] has quit [Quit: ipmonger] 03:52:03 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #ccl 04:53:45 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 260 seconds] 05:06:50 Fare [fare@nat/google/x-ddvuyfxiuptowwkm] has joined #ccl 05:19:13 -!- Fare [fare@nat/google/x-ddvuyfxiuptowwkm] has quit [Ping timeout: 258 seconds] 06:00:02 pirateking-_- [~piratekin@unaffiliated/pirateking---/x-2885143] has joined #ccl 06:00:02 -!- pirateking-_- [~piratekin@unaffiliated/pirateking---/x-2885143] has quit [Client Quit] 06:14:46 -!- DataLinkDroid [~DataLinkD@120.159.219.127] has quit [Quit: Bye] 11:44:28 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 12:01:56 segv- [~mb@dslb-188-102-045-187.pools.arcor-ip.net] has joined #ccl 12:37:46 Fare [fare@nat/google/x-tfbalawyclldgihv] has joined #ccl 12:59:05 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:03:18 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Client Quit] 13:09:04 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:43:40 ipmonger [~ipmonger@c-68-81-244-69.hsd1.pa.comcast.net] has joined #ccl 15:43:39 gko [~user@114-34-168-13.HINET-IP.hinet.net] has joined #ccl 16:19:38 -!- segv- [~mb@dslb-188-102-045-187.pools.arcor-ip.net] has quit [Remote host closed the connection] 18:58:44 how do I debug the dispatch of a gf? 18:58:56 there's a gf that looks like it's not calling one of the methods 19:05:47 enderoute [~enderoute@50.0.192.21] has joined #ccl 19:06:09 TRACE ? 19:07:12 i'm getting different results from the debugger in slime using CCL vs SBCL, example when i'm at a break it cant seem to find the line of code its breaked at, i'm using (optimize (debug 3) (space 0) (speed 0)) any ideas? 19:07:27 the same setup seems to work fine in SBCL 19:09:43 enderoute: You might have better luck asking on the slime mailing list or maybe on #lisp. 19:10:08 pjb [~t@90.24.195.13] has joined #ccl 19:10:51 rme: cool thanks, you don't think its some extra global setting I have to set in order to make more debugging information available or stop optimizations? 19:11:49 No. The default optimization settings on CCL provide adequate debugging information; (debug 3) doesn't generally get you much. 19:15:31 You don't have ccl:*save-source-locations* set to nil, I take it? 19:17:30 rme: just checked, seems the default is t i'm not changing it 19:28:13 -!- enderoute [~enderoute@50.0.192.21] has quit [Quit: [BX] They killed Kenny! THOSE BASTARDS!] 19:35:14 gbyers: can you trace individual methods? 19:35:59 (I solved the issue by recompiling each method to print stuff, until I found the bug -- someone else defining a method that overrode mine in another part of the code) 19:36:20 I don't remember. I'd have to read section 4.2 of the manual. (Honest.) 19:36:32 thanks 19:37:45 (:method gf-name {qualifier}* ({specializer}*)) 19:39:55 I didn't know methods could have multiple qualifiers. I've never seen it used before. 19:40:11 And I probably need to update one parser or two to support it 20:31:03 wheelsucker [~user@168.114.240.151] has joined #ccl 21:05:12 -!- billstclair [wws@D231C273.3307D5FA.A73C2743.IP] has quit [Connection reset by peer] 21:05:22 -!- billstclair [~billstcla@unaffiliated/billstclair] has quit [Read error: Connection reset by peer] 21:09:02 jsj [~johan@unaffiliated/jsj] has joined #ccl 22:00:08 -!- wheelsucker [~user@168.114.240.151] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 22:06:44 -!- jsj [~johan@unaffiliated/jsj] has quit [Quit: Leaving.]