2015-03-11T00:01:07Z joshe: the openbsd port builds but does not test contribs in build, and runs the contrib tests with the normal tests in regress 2015-03-11T00:01:38Z ASau: Perhaps I'll steal it. :) 2015-03-11T00:01:43Z joshe: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/sbcl/ 2015-03-11T00:01:46Z joshe: be my guest :) 2015-03-11T00:01:52Z ASau: I was lazy not to do that. 2015-03-11T00:03:46Z stassats: i guess using broken software is good then 2015-03-11T00:04:56Z joshe: in the openbsd case it's that the build was failing for people who build ports under systrace, since it was doing things a build as no reason to, like open sockets 2015-03-11T00:06:05Z ASau: BTW, what has happened in 1.2.1. 2015-03-11T00:06:05Z ASau: Did anyone change the way quasiquotation works? 2015-03-11T00:06:05Z Bicyclidine: the big quasiquote change was in 1.2.2 i think 2015-03-11T00:06:05Z Bicyclidine: http://sbcl.org/all-news.html#1.2.1 2015-03-11T00:06:05Z ASau: Oh, I see. 2015-03-11T00:06:05Z ASau: So, that's why this stopped working then. 2015-03-11T00:06:15Z joshe: I do test the port's regress target on all combinations of architecture and sbcl/clisp-hosted build 2015-03-11T00:08:08Z Bicyclidine: 1.2.0 also had a quasiquote bug fix, seems like 2015-03-11T00:08:16Z joshe: oh right, the sb-posix fix 2015-03-11T00:08:50Z joshe: ASau: do you want credit in the commit message? 2015-03-11T00:09:36Z ASau: Yeah, would be nice. 2015-03-11T00:09:51Z joshe: just "Asau"? 2015-03-11T00:11:25Z Adlai` joined #sbcl 2015-03-11T00:12:45Z adlai quit (Ping timeout: 264 seconds) 2015-03-11T00:12:56Z joshe: there, I should hear the fans on my mac minis spin up any minute now 2015-03-11T00:24:57Z Bicyclidine quit (Quit: quot) 2015-03-11T00:25:49Z stassats: how did it ever work? 2015-03-11T00:29:09Z ASau: What? 2015-03-11T01:14:50Z slyrus joined #sbcl 2015-03-11T01:25:21Z psy_ joined #sbcl 2015-03-11T01:25:58Z psy_ quit (Max SendQ exceeded) 2015-03-11T01:26:55Z psy_ joined #sbcl 2015-03-11T01:33:34Z slyrus quit (Ping timeout: 245 seconds) 2015-03-11T01:39:32Z slyrus joined #sbcl 2015-03-11T02:19:10Z echo-area joined #sbcl 2015-03-11T03:00:07Z slyrus quit (Ping timeout: 255 seconds) 2015-03-11T03:14:54Z stassats quit (Ping timeout: 246 seconds) 2015-03-11T03:22:13Z slyrus joined #sbcl 2015-03-11T03:25:52Z scymtym quit (Ping timeout: 240 seconds) 2015-03-11T03:38:52Z christoph_debian quit (Ping timeout: 240 seconds) 2015-03-11T03:52:10Z christoph_debian joined #sbcl 2015-03-11T04:19:46Z edgar-rft joined #sbcl 2015-03-11T05:03:37Z slyrus quit (Ping timeout: 245 seconds) 2015-03-11T05:13:59Z angavrilov quit (Ping timeout: 256 seconds) 2015-03-11T05:14:45Z angavrilov joined #sbcl 2015-03-11T05:26:40Z selat joined #sbcl 2015-03-11T05:27:58Z selat quit (Client Quit) 2015-03-11T05:28:18Z selat joined #sbcl 2015-03-11T05:51:25Z angavrilov quit (Ping timeout: 264 seconds) 2015-03-11T05:56:04Z angavrilov joined #sbcl 2015-03-11T06:05:12Z gingerale joined #sbcl 2015-03-11T06:13:55Z selat quit (Ping timeout: 250 seconds) 2015-03-11T06:16:42Z pranavrc joined #sbcl 2015-03-11T06:17:35Z slyrus joined #sbcl 2015-03-11T06:18:52Z akkad: I'm not trying to get to ldb on purpose! :P https://gist.github.com/bdbf11013446a6ae7991 2015-03-11T06:19:20Z akkad: removed any optmize statements 2015-03-11T06:25:26Z |3b|: are you using complex sql queries? sort of looks like sqlite is running out of stack parsing things 2015-03-11T06:25:39Z dougk_ joined #sbcl 2015-03-11T06:25:45Z akkad: just inserts of 4 fields 2015-03-11T06:25:59Z akkad: and I can't repo it 2015-03-11T06:26:23Z |3b|: probably depends on how much stack you used before the call to sqlite as well 2015-03-11T06:30:10Z slyrus quit (Ping timeout: 264 seconds) 2015-03-11T06:37:43Z dougk_: afaict, the only reason that alloc-tls-index-in-foo has to be pseudo-atomic on x86 is that it stupidly writes a 1 into a symbol-value, so it looks like a forwarding pointer. It should just not do that. Right? 2015-03-11T06:38:07Z dougk_: which is to say, write (fixnumize 1) 2015-03-11T06:46:40Z slyrus joined #sbcl 2015-03-11T06:49:28Z Shinmera joined #sbcl 2015-03-11T06:51:18Z akkad looks for the docs on a function to wait in the main thread until all threads are complete before immediately exiting 2015-03-11T06:54:06Z Shinmera: (map NIL #'sb-thread:join-thread (remove sb-thread:*current-thread* (sb-thread:list-all-threads))) ? 2015-03-11T06:56:17Z Shinmera: Though probably better to do it in a loop and list again each step in the case that new threads are started. 2015-03-11T06:57:05Z akkad: excellent thanks 2015-03-11T07:01:54Z gingerale quit (Ping timeout: 245 seconds) 2015-03-11T07:13:03Z Cymew joined #sbcl 2015-03-11T07:51:07Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T08:06:59Z rszeno joined #sbcl 2015-03-11T08:18:06Z dougk_ joined #sbcl 2015-03-11T08:22:11Z rszeno quit (Ping timeout: 246 seconds) 2015-03-11T08:22:14Z dougk_ quit (Ping timeout: 246 seconds) 2015-03-11T08:27:58Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-03-11T08:34:36Z rszeno joined #sbcl 2015-03-11T08:51:22Z psy_ quit (Ping timeout: 240 seconds) 2015-03-11T08:53:20Z Shinmera joined #sbcl 2015-03-11T09:30:42Z rszeno quit (Read error: Connection reset by peer) 2015-03-11T09:31:49Z rszeno joined #sbcl 2015-03-11T10:21:07Z Adlai` is now known as adlai 2015-03-11T10:23:41Z echo-area quit (Remote host closed the connection) 2015-03-11T10:24:02Z Shinmera quit (Quit: Battery out. 失礼しなければならないんです。) 2015-03-11T10:36:13Z attila_lendvai joined #sbcl 2015-03-11T11:02:52Z scymtym joined #sbcl 2015-03-11T11:06:45Z attila_lendvai quit (Quit: Leaving.) 2015-03-11T11:06:51Z attila_lendvai joined #sbcl 2015-03-11T11:06:51Z attila_lendvai quit (Changing host) 2015-03-11T11:06:51Z attila_lendvai joined #sbcl 2015-03-11T11:37:47Z ASau` joined #sbcl 2015-03-11T11:40:58Z ASau quit (Ping timeout: 264 seconds) 2015-03-11T11:41:42Z Shinmera joined #sbcl 2015-03-11T11:52:36Z rszeno quit (Quit: Leaving.) 2015-03-11T12:24:52Z alchemis7 quit (Ping timeout: 245 seconds) 2015-03-11T12:29:11Z akkad: is there a magical way to make my heap so big GC is no longer causing ldb> entry? 2015-03-11T12:30:56Z |3b|: computers are finite, and programs aren't, so not really 2015-03-11T12:31:01Z Shinmera: You can compile SBCL with a bigger heap if that's what you want. 2015-03-11T12:34:01Z akkad: is there a good primer on the heap mm for sbcl? 2015-03-11T12:35:21Z akkad: ahh in the man page perfect 2015-03-11T12:37:56Z dougk_ joined #sbcl 2015-03-11T12:38:57Z ASau` is now known as ASau 2015-03-11T12:39:07Z eudoxia joined #sbcl 2015-03-11T12:43:31Z akkad: yeah, once I bumped dynamic up to 2GB it is doing great 2015-03-11T12:58:44Z dougk_ quit (Ping timeout: 246 seconds) 2015-03-11T13:09:03Z attila_lendvai quit (Ping timeout: 250 seconds) 2015-03-11T13:09:45Z akkad: https://gist.github.com/ac444be27bce709a8eff descirbe shows the thread structure has an entry for WAITING-FOR, but show-value-in-thread bombs on it 2015-03-11T13:14:07Z |3b| isn't sure those are related 2015-03-11T13:14:51Z akkad: think that's for thread local variables? 2015-03-11T13:14:59Z |3b|: if you want the entry in the structure get it from the structure, don't call some other random function 2015-03-11T13:15:16Z akkad: "random" 2015-03-11T13:15:49Z akkad: the entropy is weak in this one 2015-03-11T13:17:36Z |3b| would expect sb-thread::thread-waiting-for to access that slot, but considering the :: i wouldn't call it without good reason 2015-03-11T13:18:13Z |3b| thinks that other function is for what it says in the docstring, and given the docstring i probably wouldn't call it much either 2015-03-11T13:18:38Z akkad: yeah it just sounded similar to what I was doing. 2015-03-11T13:18:47Z akkad: so these are slot-value? 2015-03-11T13:19:37Z |3b|: they are slots, slot-value isn't required to work on structures 2015-03-11T13:19:57Z akkad: I'd not seen structures before. so was clhsing on how to access them 2015-03-11T13:21:02Z akkad: should stick to join-thread 2015-03-11T13:21:06Z |3b|: defstruct creates accessors, generally with names formed by - 2015-03-11T13:21:06Z pranavrc quit 2015-03-11T13:21:16Z akkad: ahh 2015-03-11T13:21:17Z selat joined #sbcl 2015-03-11T13:21:26Z |3b|: or some user-specified prefix if not the name of the struct 2015-03-11T13:21:40Z |3b|: but yeah, join-thread sounds like a much better idea 2015-03-11T13:22:14Z akkad: thanks 2015-03-11T13:27:48Z stassats joined #sbcl 2015-03-11T13:48:51Z attila_lendvai joined #sbcl 2015-03-11T13:48:51Z attila_lendvai quit (Changing host) 2015-03-11T13:48:51Z attila_lendvai joined #sbcl 2015-03-11T13:54:02Z rszeno joined #sbcl 2015-03-11T13:56:10Z alchemis7 joined #sbcl 2015-03-11T14:01:06Z dougk_ joined #sbcl 2015-03-11T14:03:56Z dougk__ joined #sbcl 2015-03-11T14:04:48Z rszeno quit (Ping timeout: 256 seconds) 2015-03-11T14:05:36Z rszeno joined #sbcl 2015-03-11T14:05:42Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T14:07:13Z dougk_ joined #sbcl 2015-03-11T14:08:36Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T14:10:08Z dougk__ joined #sbcl 2015-03-11T14:11:36Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:13:01Z dougk_ joined #sbcl 2015-03-11T14:13:10Z rpg joined #sbcl 2015-03-11T14:14:26Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T14:15:47Z dougk__ joined #sbcl 2015-03-11T14:17:47Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T14:18:14Z dougk_ joined #sbcl 2015-03-11T14:20:12Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T14:21:14Z dougk__ joined #sbcl 2015-03-11T14:22:56Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:24:11Z dougk_ joined #sbcl 2015-03-11T14:25:46Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T14:27:03Z dougk__ joined #sbcl 2015-03-11T14:28:36Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:29:46Z dougk_ joined #sbcl 2015-03-11T14:31:26Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T14:33:05Z dougk__ joined #sbcl 2015-03-11T14:34:16Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:35:52Z dougk_ joined #sbcl 2015-03-11T14:37:40Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T14:38:41Z dougk__ joined #sbcl 2015-03-11T14:40:30Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:41:16Z dougk_ joined #sbcl 2015-03-11T14:43:20Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T14:44:08Z dougk__ joined #sbcl 2015-03-11T14:45:36Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:46:47Z dougk_ joined #sbcl 2015-03-11T14:48:26Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T14:49:29Z dougk__ joined #sbcl 2015-03-11T14:51:08Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T14:53:17Z dougk_ joined #sbcl 2015-03-11T14:54:02Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T14:56:35Z dougk__ joined #sbcl 2015-03-11T14:57:30Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T14:58:01Z rpg quit (Ping timeout: 264 seconds) 2015-03-11T14:59:15Z dougk_ joined #sbcl 2015-03-11T15:00:54Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T15:02:27Z dougk__ joined #sbcl 2015-03-11T15:03:44Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T15:05:49Z dougk_ joined #sbcl 2015-03-11T15:07:08Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T15:09:16Z dougk__ joined #sbcl 2015-03-11T15:10:28Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T15:11:44Z dougk_ joined #sbcl 2015-03-11T15:13:51Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T15:14:37Z dougk__ joined #sbcl 2015-03-11T15:16:12Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T15:17:24Z dougk_ joined #sbcl 2015-03-11T15:19:02Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T15:20:18Z dougk__ joined #sbcl 2015-03-11T15:22:04Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T15:22:47Z dougk_ joined #sbcl 2015-03-11T15:23:31Z attila_lendvai quit (Ping timeout: 265 seconds) 2015-03-11T15:24:58Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T15:26:02Z dougk__ joined #sbcl 2015-03-11T15:27:23Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T15:28:52Z dougk_ joined #sbcl 2015-03-11T15:30:46Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T15:31:44Z dougk__ joined #sbcl 2015-03-11T15:33:12Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T15:34:42Z dougk_ joined #sbcl 2015-03-11T15:36:02Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T15:37:35Z dougk__ joined #sbcl 2015-03-11T15:39:28Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T15:40:09Z dougk_ joined #sbcl 2015-03-11T15:42:22Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T15:42:37Z dougk__ joined #sbcl 2015-03-11T15:44:47Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T15:45:48Z dougk_ joined #sbcl 2015-03-11T15:47:12Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T15:48:44Z dougk__ joined #sbcl 2015-03-11T15:49:02Z psy_ joined #sbcl 2015-03-11T15:50:12Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T15:51:29Z dougk_ joined #sbcl 2015-03-11T15:53:02Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T15:54:20Z dougk__ joined #sbcl 2015-03-11T15:55:52Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T15:56:55Z dougk_ joined #sbcl 2015-03-11T15:58:42Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T15:59:41Z dougk__ joined #sbcl 2015-03-11T16:00:34Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-03-11T16:01:32Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T16:03:50Z dougk_ joined #sbcl 2015-03-11T16:04:22Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T16:06:42Z dougk__ joined #sbcl 2015-03-11T16:08:05Z nikki93_ joined #sbcl 2015-03-11T16:08:28Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T16:08:28Z nikki93_ quit (Remote host closed the connection) 2015-03-11T16:09:14Z dougk_ joined #sbcl 2015-03-11T16:11:22Z dougk__ quit (Ping timeout: 265 seconds) 2015-03-11T16:12:19Z dougk__ joined #sbcl 2015-03-11T16:13:26Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T16:14:16Z |3b| quit (Ping timeout: 265 seconds) 2015-03-11T16:14:45Z Ralt quit (Ping timeout: 265 seconds) 2015-03-11T16:15:44Z |3b| joined #sbcl 2015-03-11T16:16:03Z dougk_ joined #sbcl 2015-03-11T16:16:50Z Ralt joined #sbcl 2015-03-11T16:16:50Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T16:19:19Z dougk__ joined #sbcl 2015-03-11T16:20:33Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T16:21:50Z dougk_ joined #sbcl 2015-03-11T16:23:38Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T16:25:22Z dougk__ joined #sbcl 2015-03-11T16:26:28Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T16:27:52Z dougk_ joined #sbcl 2015-03-11T16:29:52Z dougk__ quit (Ping timeout: 256 seconds) 2015-03-11T16:32:08Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T16:34:39Z dougk_ joined #sbcl 2015-03-11T16:42:22Z stassats: The value NIL is not of type (AND ATOM (NOT NULL)). 2015-03-11T16:42:24Z stassats: oops 2015-03-11T16:43:12Z stassats: (defun foo (a b) 2015-03-11T16:43:12Z stassats: (loop for x across (cons a b) 2015-03-11T16:43:14Z stassats: sum x)) 2015-03-11T16:43:27Z stassats: (stupid console emacs and its linebreaks) 2015-03-11T16:43:28Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T16:44:42Z nikki93_ joined #sbcl 2015-03-11T16:45:12Z dougk_ joined #sbcl 2015-03-11T16:46:21Z stassats: lp 1430912 2015-03-11T16:46:21Z specbot: https://bugs.launchpad.net/bugs/1430912 2015-03-11T16:51:58Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T17:03:38Z dougk_ joined #sbcl 2015-03-11T17:10:40Z Shinmera joined #sbcl 2015-03-11T17:12:25Z rszeno quit (Ping timeout: 264 seconds) 2015-03-11T17:13:08Z slyrus quit (Ping timeout: 272 seconds) 2015-03-11T17:14:53Z eudoxia quit (Quit: Leaving) 2015-03-11T17:15:00Z nikki93_ quit (Remote host closed the connection) 2015-03-11T17:16:20Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T17:17:14Z dougk_ joined #sbcl 2015-03-11T17:23:40Z gingerale joined #sbcl 2015-03-11T17:28:04Z rpg joined #sbcl 2015-03-11T17:34:41Z jrm quit (Remote host closed the connection) 2015-03-11T17:35:00Z jrm joined #sbcl 2015-03-11T17:35:00Z jrm quit (Changing host) 2015-03-11T17:35:00Z jrm joined #sbcl 2015-03-11T17:38:23Z adlai quit (Ping timeout: 246 seconds) 2015-03-11T17:40:42Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T17:43:45Z dougk_ joined #sbcl 2015-03-11T17:51:28Z dougk_ quit (Ping timeout: 256 seconds) 2015-03-11T17:53:19Z Adlai joined #sbcl 2015-03-11T18:08:20Z dougk_ joined #sbcl 2015-03-11T18:14:37Z dougk_ quit (Ping timeout: 265 seconds) 2015-03-11T18:26:39Z Bicyclidine joined #sbcl 2015-03-11T18:29:53Z dougk_ joined #sbcl 2015-03-11T18:52:40Z pchrist quit (Ping timeout: 256 seconds) 2015-03-11T18:54:00Z pchrist joined #sbcl 2015-03-11T18:59:38Z slyrus joined #sbcl 2015-03-11T19:03:38Z slyrus_ joined #sbcl 2015-03-11T19:05:49Z slyrus quit (Ping timeout: 264 seconds) 2015-03-11T19:07:19Z slyrus joined #sbcl 2015-03-11T19:09:39Z rpg quit (Quit: rpg) 2015-03-11T19:10:19Z slyrus_ quit (Ping timeout: 255 seconds) 2015-03-11T19:11:49Z slyrus_ joined #sbcl 2015-03-11T19:14:16Z rszeno joined #sbcl 2015-03-11T19:14:55Z slyrus quit (Ping timeout: 256 seconds) 2015-03-11T19:16:35Z slyrus_ is now known as slyrus 2015-03-11T19:27:42Z slyrus_ joined #sbcl 2015-03-11T19:27:57Z slyrus quit (Ping timeout: 256 seconds) 2015-03-11T19:28:40Z slyrus_ is now known as slyrus 2015-03-11T19:33:02Z ASau quit (Remote host closed the connection) 2015-03-11T19:33:36Z ASau joined #sbcl 2015-03-11T19:34:05Z angavrilov quit (Remote host closed the connection) 2015-03-11T19:58:00Z slyrus_ joined #sbcl 2015-03-11T19:58:41Z slyrus quit (Ping timeout: 246 seconds) 2015-03-11T19:58:52Z edgar-rft quit (Quit: edgar-rft) 2015-03-11T19:59:01Z slyrus_ is now known as slyrus 2015-03-11T20:02:50Z eudoxia joined #sbcl 2015-03-11T20:03:01Z slyrus__ joined #sbcl 2015-03-11T20:04:33Z slyrus___ joined #sbcl 2015-03-11T20:04:46Z slyrus quit (Ping timeout: 272 seconds) 2015-03-11T20:05:22Z slyrus___ is now known as slyrus 2015-03-11T20:07:37Z slyrus__ quit (Ping timeout: 256 seconds) 2015-03-11T20:28:50Z ASau quit (Ping timeout: 272 seconds) 2015-03-11T20:46:04Z akkad quit (Excess Flood) 2015-03-11T20:46:13Z akkad joined #sbcl 2015-03-11T20:46:58Z dougk_ quit (Ping timeout: 264 seconds) 2015-03-11T20:50:22Z dougk_ joined #sbcl 2015-03-11T21:11:10Z |3b| quit (Remote host closed the connection) 2015-03-11T21:11:23Z karswell quit (Remote host closed the connection) 2015-03-11T21:11:38Z karswell joined #sbcl 2015-03-11T21:12:26Z |3b| joined #sbcl 2015-03-11T21:13:32Z nikki93_ joined #sbcl 2015-03-11T21:17:50Z nikki93_ quit (Remote host closed the connection) 2015-03-11T21:27:03Z slyrus_ joined #sbcl 2015-03-11T21:27:31Z slyrus quit (Ping timeout: 256 seconds) 2015-03-11T21:27:52Z slyrus_ is now known as slyrus 2015-03-11T21:45:07Z rszeno quit (Quit: Leaving.) 2015-03-11T21:49:22Z Bicyclidine quit (Ping timeout: 264 seconds) 2015-03-11T21:56:11Z Bicyclidine joined #sbcl 2015-03-11T22:02:08Z slyrus_ joined #sbcl 2015-03-11T22:03:09Z ASau joined #sbcl 2015-03-11T22:03:12Z slyrus quit (Ping timeout: 272 seconds) 2015-03-11T22:03:17Z slyrus_ is now known as slyrus 2015-03-11T22:04:30Z nikki93_ joined #sbcl 2015-03-11T22:05:17Z slyrus_ joined #sbcl 2015-03-11T22:06:50Z gingerale quit (Ping timeout: 252 seconds) 2015-03-11T22:07:42Z nikki93_ quit (Remote host closed the connection) 2015-03-11T22:08:07Z slyrus quit (Ping timeout: 250 seconds) 2015-03-11T22:08:48Z slyrus_ is now known as slyrus 2015-03-11T22:09:04Z nikki93_ joined #sbcl 2015-03-11T22:12:09Z slyrus_ joined #sbcl 2015-03-11T22:13:45Z ASau quit (Ping timeout: 250 seconds) 2015-03-11T22:14:27Z slyrus quit (Ping timeout: 245 seconds) 2015-03-11T22:14:48Z nikki93_ quit (Remote host closed the connection) 2015-03-11T22:15:19Z slyrus_ is now known as slyrus 2015-03-11T22:18:18Z selat quit (Quit: Lost terminal) 2015-03-11T22:24:03Z eudoxia quit (Quit: Leaving) 2015-03-11T22:31:00Z slyrus_ joined #sbcl 2015-03-11T22:32:41Z slyrus quit (Ping timeout: 256 seconds) 2015-03-11T22:32:51Z slyrus_ is now known as slyrus 2015-03-11T22:44:19Z attila_lendvai joined #sbcl 2015-03-11T22:44:19Z attila_lendvai quit (Changing host) 2015-03-11T22:44:19Z attila_lendvai joined #sbcl 2015-03-11T22:55:21Z Bicyclidine quit (Ping timeout: 250 seconds) 2015-03-11T23:00:40Z Bicyclidine joined #sbcl 2015-03-11T23:08:52Z slyrus_ joined #sbcl 2015-03-11T23:09:27Z slyrus quit (Ping timeout: 245 seconds) 2015-03-11T23:09:31Z slyrus_ is now known as slyrus 2015-03-11T23:18:07Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-03-11T23:20:01Z ASau joined #sbcl 2015-03-11T23:42:44Z slyrus quit (Ping timeout: 245 seconds) 2015-03-11T23:52:21Z slyrus joined #sbcl 2015-03-11T23:53:35Z slyrus quit (Remote host closed the connection)