00:05:52 attila_lendvai [~attila_le@apn-130-43-233-94.vodafone.hu] has joined #sbcl 00:05:52 -!- attila_lendvai [~attila_le@apn-130-43-233-94.vodafone.hu] has quit [Changing host] 00:05:52 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 00:07:58 -!- attila_lendvai1 [~attila_le@apn-89-223-242-4.vodafone.hu] has quit [Ping timeout: 265 seconds] 00:12:02 Bike [~Glossina@207-224-23-226.ptld.qwest.net] has joined #sbcl 00:15:16 attila_lendvai1 [~attila_le@apn-89-223-243-63.vodafone.hu] has joined #sbcl 00:15:16 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Disconnected by services] 00:24:06 attila_lendvai [~attila_le@apn-89-223-176-103.vodafone.hu] has joined #sbcl 00:24:06 -!- attila_lendvai [~attila_le@apn-89-223-176-103.vodafone.hu] has quit [Changing host] 00:24:06 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 00:27:02 -!- attila_lendvai1 [~attila_le@apn-89-223-243-63.vodafone.hu] has quit [Ping timeout: 252 seconds] 00:38:54 -!- slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has quit [Ping timeout: 250 seconds] 00:43:01 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 01:12:08 psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has joined #sbcl 01:34:38 ASau` [~user@46.115.91.56] has joined #sbcl 01:38:09 -!- ASau [~user@46.115.114.209] has quit [Ping timeout: 260 seconds] 04:15:37 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Ping timeout: 252 seconds] 04:29:31 -!- wbooze [~wbooze@xdsl-78-35-185-43.netcologne.de] has quit [Quit: none] 05:32:24 huangjs [~huangjs@69.84.244.131] has joined #sbcl 05:59:42 slyrus [~chatzilla@adsl-108-192-103-204.dsl.pltn13.sbcglobal.net] has joined #sbcl 06:09:45 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 06:33:42 -!- psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has quit [Quit: Leaving.] 06:34:59 huangjs [~huangjs@69.84.244.131] has joined #sbcl 07:30:48 echo-area [~user@182.92.247.2] has joined #sbcl 07:51:44 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 07:57:01 -!- ASau` [~user@46.115.91.56] has quit [Ping timeout: 244 seconds] 08:02:59 -!- Blkt [~user@82.84.188.5] has quit [Read error: Connection reset by peer] 08:17:08 huangjs [~huangjs@69.84.244.131] has joined #sbcl 08:25:03 -!- Bike [~Glossina@207-224-23-226.ptld.qwest.net] has quit [Quit: sleep] 08:34:02 prxq [~mommer@mnhm-590c2a4b.pool.mediaWays.net] has joined #sbcl 09:04:31 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 09:21:49 huangjs [~huangjs@69.84.244.131] has joined #sbcl 09:22:14 -!- huangjs [~huangjs@69.84.244.131] has quit [Client Quit] 09:27:51 -!- edgar-rft [~GOD@HSI-KBW-091-089-000-047.hsi2.kabelbw.de] has quit [Quit: game over] 10:05:09 stassats [~stassats@wikipedia/stassats] has joined #sbcl 10:08:18 -!- christoph_debian [~user@2001:a60:f01c:0:42::1] has quit [Remote host closed the connection] 10:34:14 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 11:51:18 huangjs [~huangjs@69.84.244.131] has joined #sbcl 11:56:42 -!- echo-area [~user@182.92.247.2] has quit [Remote host closed the connection] 12:18:02 HydanData [~user@ip-89-102-13-27.net.upcbroadband.cz] has joined #sbcl 12:23:41 -!- HydanData is now known as nyquist` 12:26:15 -!- nyquist` is now known as nyquist 12:26:30 -!- nyquist is now known as hydan 12:26:35 -!- hydan is now known as hydan_data 12:26:41 -!- hydan_data is now known as defun 12:26:46 -!- defun is now known as pebkc 12:27:38 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 12:27:58 -!- pebkc is now known as |42| 12:28:08 -!- |42| is now known as HydanData 12:32:35 hlavaty [~user@91-65-217-229-dynip.superkabel.de] has joined #sbcl 13:11:49 LiamH [~none@129-2-129-145.wireless.umd.edu] has joined #sbcl 14:13:20 Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has joined #sbcl 14:20:40 interesting, turns out, if an inlined function FOO is called before it's referenced as #'FOO, then #'FOO will refer to the inline expansion of FOO, just #'FOO will refer to the global definition 14:21:02 (list (foo x) #'foo) vs (list #'foo (foo x)) 14:23:57 not interesting per se, but the bug 504121 seems to be a consequence of that 14:39:18 and another consequence is that #'foo inherits compiler policy of the function from which it is returned 14:39:54 in the (list (foo x) #'foo) case 14:56:32 -!- LiamH [~none@129-2-129-145.wireless.umd.edu] has quit [Quit: Leaving.] 14:57:51 psilord [~psilord@23-25-144-217-static.hfc.comcastbusiness.net] has joined #sbcl 15:02:59 huangjs [~huangjs@69.84.244.131] has joined #sbcl 15:11:55 LiamH [~none@129-2-129-145.wireless.umd.edu] has joined #sbcl 15:28:07 ah, yes, that reminds me of something. 15:31:21 wbooze [~wbooze@xdsl-78-35-165-17.netcologne.de] has joined #sbcl 15:31:43 still figuring why it makes the compiler not back-patch the reference to #'foo in some cases 15:35:30 huh, that's a fun one. 15:36:11 sbcl inline expands the function, but keeps it as a separate function object. How strange. :) 15:36:30 yes... phase ordering issue. 15:36:37 Nikodemus had some thoughts on the issue. 15:37:22 *stassats* uses that bug to learn about ir1, ir2, etc. 15:41:00 and another consequence, (list #'foo (foo x) #'foo) (eq (car (bar)) (caddr (bar))) => NIL 15:43:59 -!- LiamH [~none@129-2-129-145.wireless.umd.edu] has quit [Quit: Leaving.] 15:50:34 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 16:14:36 sdemarre [~serge@91.176.43.101] has joined #sbcl 16:16:40 -!- sdemarre [~serge@91.176.43.101] has quit [Client Quit] 16:38:40 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 16:48:02 -!- wbooze [~wbooze@xdsl-78-35-165-17.netcologne.de] has quit [Ping timeout: 244 seconds] 16:52:05 LiamH [~none@pdp8.nrl.navy.mil] has joined #sbcl 16:52:36 edgar-rft [~GOD@HSI-KBW-091-089-000-047.hsi2.kabelbw.de] has joined #sbcl 16:54:34 wbooze [~wbooze@xdsl-78-35-143-61.netcologne.de] has joined #sbcl 17:05:11 attila_lendvai1 [~attila_le@apn-94-44-70-93.vodafone.hu] has joined #sbcl 17:05:11 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Disconnected by services] 17:17:07 attila_lendvai [~attila_le@BC06BB71.catv.pool.telekom.hu] has joined #sbcl 17:17:07 -!- attila_lendvai [~attila_le@BC06BB71.catv.pool.telekom.hu] has quit [Changing host] 17:17:07 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 17:17:08 -!- attila_lendvai1 [~attila_le@apn-94-44-70-93.vodafone.hu] has quit [Ping timeout: 255 seconds] 17:22:23 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 17:29:19 ASau [~user@46.115.49.59] has joined #sbcl 17:31:51 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 17:48:23 ASau` [~user@46.115.66.222] has joined #sbcl 17:50:41 -!- ASau` [~user@46.115.66.222] has quit [Remote host closed the connection] 17:51:06 -!- ASau [~user@46.115.49.59] has quit [Ping timeout: 264 seconds] 17:51:10 ASau` [~user@46.115.66.222] has joined #sbcl 17:55:09 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 265 seconds] 18:02:20 huangjs [~huangjs@69.84.244.131] has joined #sbcl 18:03:21 sdemarre [~serge@91.176.43.101] has joined #sbcl 18:07:23 -!- slyrus [~chatzilla@adsl-108-192-103-204.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 260 seconds] 18:08:12 -!- sdemarre [~serge@91.176.43.101] has quit [Client Quit] 18:09:23 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Quit: Leaving.] 18:12:50 attila_lendvai [~attila_le@BC06BB71.catv.pool.telekom.hu] has joined #sbcl 18:12:50 -!- attila_lendvai [~attila_le@BC06BB71.catv.pool.telekom.hu] has quit [Changing host] 18:12:50 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 18:14:30 -!- HydanData [~user@ip-89-102-13-27.net.upcbroadband.cz] has quit [Ping timeout: 264 seconds] 18:15:16 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 18:20:21 attila_lendvai1 [~attila_le@apn-5-206-176-184.vodafone.hu] has joined #sbcl 18:20:21 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Disconnected by services] 18:21:56 attila_lendvai [~attila_le@apn-5-206-176-184.vodafone.hu] has joined #sbcl 18:21:56 -!- attila_lendvai [~attila_le@apn-5-206-176-184.vodafone.hu] has quit [Changing host] 18:21:56 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 18:24:16 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Client Quit] 18:24:19 attila_lendvai2 [~attila_le@apn-5-206-176-184.vodafone.hu] has joined #sbcl 18:24:19 -!- attila_lendvai2 is now known as attila_lendvai 18:24:19 -!- attila_lendvai [~attila_le@apn-5-206-176-184.vodafone.hu] has quit [Changing host] 18:24:19 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 18:24:28 -!- attila_lendvai1 [~attila_le@apn-5-206-176-184.vodafone.hu] has quit [Ping timeout: 250 seconds] 18:30:09 -!- psilord [~psilord@23-25-144-217-static.hfc.comcastbusiness.net] has quit [Quit: Leaving.] 18:39:48 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 18:48:19 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 265 seconds] 18:48:23 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 18:50:28 huangjs [~huangjs@69.84.244.131] has joined #sbcl 18:52:10 -!- huangjs [~huangjs@69.84.244.131] has quit [Client Quit] 18:54:25 huangjs [~huangjs@69.84.244.131] has joined #sbcl 19:06:03 -!- hlavaty [~user@91-65-217-229-dynip.superkabel.de] has quit [Read error: Connection reset by peer] 19:40:39 psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has joined #sbcl 19:44:37 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 19:44:59 slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has joined #sbcl 19:48:46 christoph_debian [~user@2001:a60:f01c:0:42::1] has joined #sbcl 19:49:13 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 265 seconds] 20:02:20 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 20:10:13 dkspace [~dkspace@176.53.241.23] has joined #sbcl 20:31:17 QuickSilver__ [~ait@cpe-72-177-30-155.austin.res.rr.com] has joined #sbcl 20:35:29 -!- QuickSilver_ [~ait@cpe-72-177-30-155.austin.res.rr.com] has quit [Ping timeout: 265 seconds] 20:37:38 -!- huangjs [~huangjs@69.84.244.131] has quit [Quit: This computer has gone to sleep] 20:44:58 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 20:45:16 huangjs [~huangjs@216.161.253.109] has joined #sbcl 20:48:51 -!- prxq [~mommer@mnhm-590c2a4b.pool.mediaWays.net] has quit [Quit: Leaving] 20:49:23 -!- Thra11_ [~thrall@113.18.125.91.dyn.plus.net] has quit [*.net *.split] 20:49:24 prxq [~mommer@mnhm-590c2a4b.pool.mediaWays.net] has joined #sbcl 20:49:38 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 265 seconds] 20:56:07 Thra11_ [~thrall@113.18.125.91.dyn.plus.net] has joined #sbcl 21:01:55 -!- stassats [~stassats@wikipedia/stassats] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 21:06:09 attila_lendvai [~attila_le@apn-5-206-176-184.vodafone.hu] has joined #sbcl 21:06:09 -!- attila_lendvai [~attila_le@apn-5-206-176-184.vodafone.hu] has quit [Changing host] 21:06:09 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 21:17:05 -!- dkspace [~dkspace@176.53.241.23] has quit [Quit: Leaving] 21:32:40 dkspace [~dkspace@176.53.241.23] has joined #sbcl 21:33:53 -!- dkspace [~dkspace@176.53.241.23] has quit [Client Quit] 21:34:35 dkspace [~dkspace@176.53.241.23] has joined #sbcl 21:45:18 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 21:49:52 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 250 seconds] 22:04:14 -!- dkspace [~dkspace@176.53.241.23] has quit [Quit:     (xchat 2.4.5  )] 22:05:25 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 22:40:46 -!- huangjs [~huangjs@216.161.253.109] has quit [Quit: This computer has gone to sleep] 22:42:55 huangjs [~huangjs@216.161.253.109] has joined #sbcl 22:45:40 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 22:50:28 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 265 seconds] 22:57:47 -!- huangjs [~huangjs@216.161.253.109] has quit [Quit: This computer has gone to sleep] 23:05:45 huangjs [~huangjs@216.161.253.109] has joined #sbcl 23:08:31 milanj [~milanj_@37.19.108.3] has joined #sbcl 23:33:06 -!- slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has quit [Ping timeout: 264 seconds] 23:46:01 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 23:50:53 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 265 seconds] 23:59:47 -!- huangjs [~huangjs@216.161.253.109] has quit [Quit: This computer has gone to sleep]