2017-08-14T00:45:30Z stassats joined #sbcl 2017-08-14T00:52:45Z rumbler31 quit (Remote host closed the connection) 2017-08-14T00:56:46Z scymtym quit (Ping timeout: 248 seconds) 2017-08-14T00:57:30Z rumbler31 joined #sbcl 2017-08-14T01:01:51Z rumbler31 quit (Client Quit) 2017-08-14T01:02:19Z rumbler31 joined #sbcl 2017-08-14T01:09:10Z jamtho joined #sbcl 2017-08-14T01:11:17Z rumbler3_ joined #sbcl 2017-08-14T01:11:24Z rumbler3_ quit (Remote host closed the connection) 2017-08-14T01:14:00Z rumbler3_ joined #sbcl 2017-08-14T01:14:34Z rumbler31 quit (Ping timeout: 240 seconds) 2017-08-14T01:15:21Z rumbler31 joined #sbcl 2017-08-14T01:16:07Z rumbler31 quit (Remote host closed the connection) 2017-08-14T01:16:46Z rumbler31 joined #sbcl 2017-08-14T01:18:56Z rumbler3_ quit (Ping timeout: 248 seconds) 2017-08-14T01:29:41Z stassats quit (Quit: ZNC 1.6.2+deb1 - http://znc.in) 2017-08-14T02:00:58Z zulu_inuoe_ quit (Remote host closed the connection) 2017-08-14T02:17:07Z rumbler3_ joined #sbcl 2017-08-14T02:17:57Z jamtho quit (Ping timeout: 258 seconds) 2017-08-14T02:19:59Z rumbler31 quit (Ping timeout: 240 seconds) 2017-08-14T04:08:31Z Bike quit (Ping timeout: 260 seconds) 2017-08-14T05:18:53Z vtomole quit (Ping timeout: 260 seconds) 2017-08-14T05:20:43Z shka joined #sbcl 2017-08-14T05:22:39Z rumbler3_ quit (Ping timeout: 248 seconds) 2017-08-14T05:42:33Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-14T05:44:28Z oleo quit (Quit: irc client terminated!) 2017-08-14T05:45:01Z angavrilov joined #sbcl 2017-08-14T06:13:03Z shka quit (Ping timeout: 276 seconds) 2017-08-14T06:13:54Z rumbler31 joined #sbcl 2017-08-14T06:30:22Z sdemarre joined #sbcl 2017-08-14T07:20:59Z eschatologist quit (Ping timeout: 240 seconds) 2017-08-14T07:45:21Z eschatologist joined #sbcl 2017-08-14T07:55:10Z scymtym joined #sbcl 2017-08-14T10:11:03Z jamtho joined #sbcl 2017-08-14T10:15:42Z m00natic joined #sbcl 2017-08-14T10:33:59Z jamtho quit (Ping timeout: 258 seconds) 2017-08-14T12:00:14Z Bike joined #sbcl 2017-08-14T12:16:25Z Bike quit (Ping timeout: 240 seconds) 2017-08-14T12:27:59Z cromachina quit (Read error: Connection reset by peer) 2017-08-14T12:45:14Z DeadTrickster quit (Ping timeout: 255 seconds) 2017-08-14T12:47:17Z DeadTrickster joined #sbcl 2017-08-14T13:06:45Z Bike joined #sbcl 2017-08-14T13:07:19Z DeadTrickster quit (Ping timeout: 258 seconds) 2017-08-14T13:11:06Z DeadTrickster joined #sbcl 2017-08-14T13:44:47Z rumbler31 quit 2017-08-14T14:00:17Z zulu_inuoe joined #sbcl 2017-08-14T14:02:29Z oleo joined #sbcl 2017-08-14T15:41:09Z foom2 is now known as foom 2017-08-14T15:51:12Z attila_lendvai quit (Quit: Leaving.) 2017-08-14T16:19:19Z yegortimoshenko joined #sbcl 2017-08-14T16:21:45Z yegortimoshenko: (pathname (osicat:open-temporary-file)) is broken on SBCL. osicat returns fd-stream 2017-08-14T16:23:11Z pkhuong: what makes you think that's an SBCL issue? 2017-08-14T16:24:26Z pkhuong: osicat's documentation says that the file is unlinked once it has been opened. I'm not sure what pathname you expect for a path that doesn't exist. 2017-08-14T16:26:08Z shka joined #sbcl 2017-08-14T16:28:07Z BitPuffin|osx joined #sbcl 2017-08-14T16:31:48Z whoman: how much work would it be to guide sbcl into doing some elisp 2017-08-14T16:32:43Z oleo: you could reattach it, like in some new struct with a filename and the stream itself ? 2017-08-14T16:43:51Z jrm: Is there a way to control if/where fasl files are generated? Package building is run as a unprivileged user without a home directory, which gives errors like "(ENSURE-DIRECTORIES-EXIST #P"/nonexistent/.cache/common-lisp/sbcl-1.3.20-bsd-x64/usr/local/lib/common-lisp/alexandria/package.fasl" :VERBOSE NIL :MODE 511)". 2017-08-14T16:44:05Z yegortimoshenko quit (Remote host closed the connection) 2017-08-14T16:46:30Z jrm: The lisp is just run once to process a texi file before an info file is generated, so the fasl files won't be used again. 2017-08-14T16:46:40Z foom: jrm: https://common-lisp.net/project/asdf/asdf/Controlling-where-ASDF-saves-compiled-files.html 2017-08-14T16:47:02Z jrm: foom: Ah, thank. I was searching in the sbcl manual. 2017-08-14T16:53:46Z scymtym quit (Ping timeout: 240 seconds) 2017-08-14T16:54:13Z scymtym joined #sbcl 2017-08-14T16:56:20Z m00natic quit (Remote host closed the connection) 2017-08-14T17:58:19Z jsjolen joined #sbcl 2017-08-14T18:18:28Z jsjolen: (destructuring-bind (&optional i &rest opts) (cons 1 . 2)) gives a pretty nasty stacktrace on 1.3.20 2017-08-14T18:19:54Z jsjolen: Essentially you get a lot of sb-c::ir1- calls until it realises that 2 isn't a list. 2017-08-14T18:25:46Z whoman: =/ 2017-08-14T18:39:25Z jsjolen: Yeah, sorry for the bad news. I read that DESTRUCTURING-BIND had a full re-write recently. 2017-08-14T18:39:32Z jsjolen needs to make dinner 2017-08-14T18:39:34Z jsjolen quit (Remote host closed the connection) 2017-08-14T18:40:43Z Bike: it's not to do with destructuring-bind though. it just happens from (cons 1 . 2) 2017-08-14T18:53:19Z tonton quit (Ping timeout: 255 seconds) 2017-08-14T18:54:50Z tonton joined #sbcl 2017-08-14T19:13:46Z oleo quit (Quit: irc client terminated!) 2017-08-14T19:14:56Z igajsin joined #sbcl 2017-08-14T20:18:49Z igajsin quit (Ping timeout: 255 seconds) 2017-08-14T20:19:10Z attila_lendvai joined #sbcl 2017-08-14T20:19:10Z attila_lendvai quit (Changing host) 2017-08-14T20:19:10Z attila_lendvai joined #sbcl 2017-08-14T20:23:27Z oleo joined #sbcl 2017-08-14T20:26:10Z oleo quit (Client Quit) 2017-08-14T20:37:51Z slyrus quit (Ping timeout: 248 seconds) 2017-08-14T20:38:47Z oleo joined #sbcl 2017-08-14T20:52:25Z slyrus joined #sbcl 2017-08-14T20:54:25Z shka quit (Ping timeout: 240 seconds) 2017-08-14T21:08:12Z Bike quit (Ping timeout: 255 seconds) 2017-08-14T21:10:47Z scymtym: does this look ok? http://paste.lisp.org/display/353484 2017-08-14T21:36:20Z angavrilov quit (Remote host closed the connection) 2017-08-14T21:44:38Z eschatologist quit (Ping timeout: 240 seconds) 2017-08-14T21:50:03Z eschatologist joined #sbcl 2017-08-14T22:15:59Z Bike joined #sbcl 2017-08-14T23:11:30Z cromachina joined #sbcl 2017-08-14T23:19:56Z jamtho joined #sbcl 2017-08-14T23:24:12Z attila_lendvai quit (Quit: Leaving.) 2017-08-14T23:24:35Z attila_lendvai joined #sbcl 2017-08-14T23:53:10Z oleo quit (*.net *.split) 2017-08-14T23:53:10Z abbe quit (*.net *.split) 2017-08-14T23:53:10Z dougk_ quit (*.net *.split) 2017-08-14T23:53:10Z jdz quit (*.net *.split) 2017-08-14T23:53:10Z pkhuong quit (*.net *.split) 2017-08-14T23:53:10Z les quit (*.net *.split) 2017-08-14T23:53:10Z gingerale quit (*.net *.split) 2017-08-14T23:53:10Z eschatologist quit (*.net *.split) 2017-08-14T23:53:10Z tonton quit (*.net *.split) 2017-08-14T23:53:10Z sjl quit (*.net *.split) 2017-08-14T23:53:10Z whoman quit (*.net *.split) 2017-08-14T23:53:10Z jsnell quit (*.net *.split) 2017-08-14T23:53:10Z scymtym quit (*.net *.split) 2017-08-14T23:53:10Z phoe quit (*.net *.split) 2017-08-14T23:53:10Z dustinm` quit (*.net *.split) 2017-08-14T23:53:10Z Merv quit (*.net *.split) 2017-08-14T23:53:10Z |3b| quit (*.net *.split) 2017-08-14T23:53:10Z Intensity quit (*.net *.split) 2017-08-14T23:53:10Z luis quit (*.net *.split) 2017-08-14T23:53:10Z dim quit (*.net *.split) 2017-08-14T23:53:10Z angular_mike_ quit (*.net *.split) 2017-08-14T23:53:10Z sdemarre quit (*.net *.split) 2017-08-14T23:53:10Z Shinmera quit (*.net *.split) 2017-08-14T23:53:10Z kini quit (*.net *.split) 2017-08-14T23:53:11Z phoe joined #sbcl 2017-08-14T23:53:11Z scymtym joined #sbcl 2017-08-14T23:53:11Z luis joined #sbcl 2017-08-14T23:53:15Z dim joined #sbcl 2017-08-14T23:53:20Z dustinm` joined #sbcl 2017-08-14T23:53:43Z |3b| joined #sbcl 2017-08-14T23:54:23Z Merv joined #sbcl 2017-08-14T23:55:09Z eschatologist joined #sbcl 2017-08-14T23:55:09Z tonton joined #sbcl 2017-08-14T23:55:09Z sjl joined #sbcl 2017-08-14T23:55:09Z whoman joined #sbcl 2017-08-14T23:55:09Z jsnell joined #sbcl 2017-08-14T23:55:18Z Bike quit (Remote host closed the connection) 2017-08-14T23:56:09Z Bike joined #sbcl 2017-08-14T23:56:18Z angular_mike_ joined #sbcl 2017-08-14T23:56:27Z abbe joined #sbcl 2017-08-14T23:56:27Z dougk_ joined #sbcl 2017-08-14T23:56:27Z jdz joined #sbcl 2017-08-14T23:56:27Z pkhuong joined #sbcl 2017-08-14T23:56:27Z les joined #sbcl 2017-08-14T23:56:27Z gingerale joined #sbcl 2017-08-14T23:56:38Z sdemarre joined #sbcl 2017-08-14T23:56:38Z Shinmera joined #sbcl 2017-08-14T23:56:38Z kini joined #sbcl 2017-08-14T23:56:49Z kini quit (Max SendQ exceeded) 2017-08-14T23:57:25Z eschatologist quit (*.net *.split) 2017-08-14T23:57:26Z tonton quit (*.net *.split) 2017-08-14T23:57:27Z sjl quit (*.net *.split) 2017-08-14T23:57:27Z whoman quit (*.net *.split) 2017-08-14T23:57:29Z jsnell quit (*.net *.split) 2017-08-14T23:59:35Z eschatologist joined #sbcl 2017-08-14T23:59:35Z tonton joined #sbcl 2017-08-14T23:59:35Z sjl joined #sbcl 2017-08-14T23:59:35Z whoman joined #sbcl 2017-08-14T23:59:35Z jsnell joined #sbcl 2017-08-14T23:59:43Z Bike quit (Remote host closed the connection)