00:00:39 ASau [~user@p4FF96B66.dip0.t-ipconnect.de] has joined #sbcl 00:28:21 -!- ASau [~user@p4FF96B66.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 00:30:43 ASau [~user@p4FF96B66.dip0.t-ipconnect.de] has joined #sbcl 01:51:54 pranavrc [~pranavrc@unaffiliated/pranavrc] has joined #sbcl 02:11:55 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Remote host closed the connection] 02:23:15 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 260 seconds] 02:38:31 -!- christoph_debian [~christoph@ppp-188-174-83-198.dynamic.mnet-online.de] has quit [Ping timeout: 260 seconds] 02:45:14 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 02:54:11 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 03:25:57 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 03:28:31 -!- drmeister [~drmeister@pool-173-59-25-58.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 04:47:25 -!- yacks [~py@103.6.159.103] has quit [Ping timeout: 246 seconds] 05:09:38 sdemarre [~serge@26.66-64-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 05:30:54 yacks [~py@103.6.159.103] has joined #sbcl 05:56:34 christoph_debian [~christoph@ppp-188-174-86-178.dynamic.mnet-online.de] has joined #sbcl 06:09:00 angavrilov [~angavrilo@217.71.227.190] has joined #sbcl 06:15:00 l_ [~l@84.233.246.170] has joined #sbcl 06:15:28 -!- l_ [~l@84.233.246.170] has left #sbcl 07:28:19 -!- sdemarre [~serge@26.66-64-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 260 seconds] 07:47:41 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 07:47:47 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Ping timeout: 256 seconds] 07:59:41 gabnet [~gabnet@ACaen-652-1-177-224.w86-215.abo.wanadoo.fr] has joined #sbcl 08:28:01 l_ [~l@84.233.246.170] has joined #sbcl 08:28:13 -!- l_ [~l@84.233.246.170] has left #sbcl 08:29:35 -!- gko [gko@2400:8900::f03c:91ff:fe70:e605] has quit [Ping timeout: 245 seconds] 08:31:12 gko [gko@2400:8900::f03c:91ff:fe70:e605] has joined #sbcl 08:40:05 teggi [~teggi@113.173.4.29] has joined #sbcl 08:45:14 -!- teggi [~teggi@113.173.4.29] has quit [Remote host closed the connection] 08:48:15 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Ping timeout: 260 seconds] 08:48:30 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 08:48:50 teggi [~teggi@113.173.4.29] has joined #sbcl 09:02:14 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Ping timeout: 240 seconds] 09:11:14 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 09:15:28 pranavrc [~pranavrc@unaffiliated/pranavrc] has joined #sbcl 09:23:15 l_ [~l@84.233.246.170] has joined #sbcl 09:23:26 -!- l_ [~l@84.233.246.170] has left #sbcl 09:26:16 -!- ferada [~ferada@37.221.196.86] has quit [Ping timeout: 245 seconds] 09:26:25 ferada [~ferada@37.221.196.86] has joined #sbcl 09:37:38 -!- kludge` [~comet@unaffiliated/espiral] has quit [Ping timeout: 256 seconds] 09:41:24 kludge` [~comet@unaffiliated/espiral] has joined #sbcl 09:43:42 -!- milosn [~milosn@cable-178-149-0-183.dynamic.sbb.rs] has quit [Read error: Operation timed out] 09:50:52 -!- Vivitron [~Vivitron@c-50-172-44-193.hsd1.il.comcast.net] has quit [Ping timeout: 246 seconds] 10:00:38 sdemarre [~serge@26.66-64-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 10:00:59 -!- gabnet [~gabnet@ACaen-652-1-177-224.w86-215.abo.wanadoo.fr] has quit [Quit: Quitte] 10:05:18 -!- sdemarre [~serge@26.66-64-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 264 seconds] 10:19:32 sdemarre [~serge@109.134.141.152] has joined #sbcl 10:23:47 -!- scymtym_ [~user@ip-5-147-115-29.unitymediagroup.de] has quit [Read error: Connection reset by peer] 10:43:38 DeadTrickster [~dead@62.122.188.214] has joined #sbcl 10:45:34 hi, i'm on slime+sbcl. I setq debug to 3 but still can't inspect local variables. Arguments are there, but how can i inspect things bound with let? 10:46:32 you "setq debug" to 3? 10:46:42 well thats a typo 10:46:54 (proclaim '(optimize (debug 3) )) 10:47:21 ok. I think the compiler will elide variables which are used exactly once, even at high debug 10:47:49 also what about things like with-hash-table-iterator which compiled to lambdas? is it possible to see something here? 10:48:48 well yeah, I read the manual, about single usage, but even if var is used twice I can't inspect 10:52:59 in sldb I'm pressing i (inspect in frame) and entering var name here, it always says variable unbound. 10:53:17 so i'm working mostly with print ) 10:56:18 ah, can you hit "l" instead and see if the locals you care about are listed? 10:59:53 hmm it says "buffer is read only" 11:02:09 but 11:02:33 I can see Locals list in frame details 11:02:59 and for this particular function it shows one local var 11:03:02 hmm 11:03:05 what a rare event 11:04:55 maybe sbcl has some magic for turning off all local vars optimizations? maybe something in sb-ext? 11:12:15 Sagane [~Sagane@177.100-226-89.dsl.completel.net] has joined #sbcl 11:13:22 -!- teggi [~teggi@113.173.4.29] has quit [Remote host closed the connection] 11:15:54 stassats [~stassats@wikipedia/stassats] has joined #sbcl 11:30:46 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 11:37:06 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Ping timeout: 264 seconds] 11:45:33 ASau` [~user@p5797EFEE.dip0.t-ipconnect.de] has joined #sbcl 11:49:19 -!- ASau [~user@p4FF96B66.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 11:54:12 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 12:14:35 -!- ASau` is now known as ASau 12:37:15 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 260 seconds] 13:07:07 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Ping timeout: 260 seconds] 13:15:36 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 13:56:22 -!- sdemarre [~serge@109.134.141.152] has quit [Quit: Leaving.] 14:28:18 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Ping timeout: 264 seconds] 14:36:29 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 14:44:11 -!- Sagane [~Sagane@177.100-226-89.dsl.completel.net] has quit [Ping timeout: 260 seconds] 14:56:47 Sagane [~Sagane@177.100-226-89.dsl.completel.net] has joined #sbcl 15:02:18 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Ping timeout: 264 seconds] 15:04:58 stassats [~stassats@wikipedia/stassats] has joined #sbcl 15:22:58 Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 15:54:16 Bike_ [~Glossina@gannon-wless-gw.resnet.wsu.edu] has joined #sbcl 15:54:43 -!- Bike [~Glossina@gannon-wless-gw.resnet.wsu.edu] has quit [Disconnected by services] 15:54:44 -!- Bike_ is now known as Bike 16:13:30 prxq [~mommer@mnhm-5f75e29f.pool.mediaWays.net] has joined #sbcl 16:20:04 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 16:23:22 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Ping timeout: 256 seconds] 16:26:34 l_ [~l@84.233.246.170] has joined #sbcl 16:27:32 -!- l_ [~l@84.233.246.170] has left #sbcl 16:28:21 -!- Posterdati [~kvirc@host103-221-dynamic.21-87-r.retail.telecomitalia.it] has quit [Remote host closed the connection] 16:30:19 l_ [~l@84.233.246.170] has joined #sbcl 16:30:37 Posterdati [~kvirc@host103-221-dynamic.21-87-r.retail.telecomitalia.it] has joined #sbcl 16:31:16 -!- l_ [~l@84.233.246.170] has left #sbcl 16:31:26 -!- psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has quit [Quit: Leaving.] 16:59:19 psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has joined #sbcl 17:04:20 -!- psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has quit [Quit: Leaving.] 17:58:47 -!- ASau [~user@p5797EFEE.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 19:29:29 LiamH [~none@pool-173-73-124-231.washdc.east.verizon.net] has joined #sbcl 19:41:07 benkard [~benkard@tmo-110-30.customers.d1-online.com] has joined #sbcl 19:53:18 -!- benkard [~benkard@tmo-110-30.customers.d1-online.com] has quit [Ping timeout: 264 seconds] 19:54:24 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Remote host closed the connection] 20:06:04 Vivitron [~Vivitron@50.172.44.193] has joined #sbcl 20:23:29 ASau [~user@p5797EFEE.dip0.t-ipconnect.de] has joined #sbcl 20:48:31 scymtym_ [~user@104.151-67-87.adsl-dyn.isp.belgacom.be] has joined #sbcl 21:19:26 -!- eeezkil [~eeezkil@unaffiliated/eeezkil] has quit [Ping timeout: 264 seconds] 21:34:06 -!- LiamH [~none@pool-173-73-124-231.washdc.east.verizon.net] has quit [Quit: Leaving.] 21:46:23 eeezkil [~eeezkil@unaffiliated/eeezkil] has joined #sbcl 22:38:26 fisxoj [~fisxoj@192-0-131-151.cpe.teksavvy.com] has joined #sbcl 22:42:31 -!- scymtym_ [~user@104.151-67-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 260 seconds] 22:49:53 -!- Sagane [~Sagane@177.100-226-89.dsl.completel.net] has quit [Read error: Connection reset by peer] 22:56:04 milosn [~milosn@user-5af5053c.broadband.tesco.net] has joined #sbcl 23:00:03 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 23:16:17 davazp [~user@48.Red-79-150-239.dynamicIP.rima-tde.net] has joined #sbcl