2017-06-05T00:24:38Z karswell` joined #sbcl 2017-06-05T00:59:40Z rumbler31 joined #sbcl 2017-06-05T01:51:04Z karswell` quit (Read error: Connection reset by peer) 2017-06-05T01:51:12Z karswell` joined #sbcl 2017-06-05T01:59:01Z |3b|: (enough-namestring "d:/foo" "") -> "/foo" is incorrect, right? 2017-06-05T01:59:17Z |3b|: (the part about losing "d:" specifically) 2017-06-05T02:03:43Z |3b|: hmm, ccl seems to agree with sbcl there 2017-06-05T02:03:55Z |3b|: (at least whatever random old version i have) 2017-06-05T02:04:29Z rpg joined #sbcl 2017-06-05T03:07:47Z rumbler31 quit (Remote host closed the connection) 2017-06-05T03:08:27Z rumbler31 joined #sbcl 2017-06-05T03:13:27Z rumbler31 quit (Ping timeout: 260 seconds) 2017-06-05T03:22:51Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-06-05T03:31:31Z DGASAU joined #sbcl 2017-06-05T03:57:10Z Bicyclidine quit (Quit: Bye) 2017-06-05T04:09:33Z rumbler31 joined #sbcl 2017-06-05T04:16:08Z rumbler31 quit (Ping timeout: 260 seconds) 2017-06-05T05:30:16Z karswell` quit (Remote host closed the connection) 2017-06-05T05:31:14Z karswell` joined #sbcl 2017-06-05T05:37:52Z shka joined #sbcl 2017-06-05T06:06:33Z shka quit (Ping timeout: 272 seconds) 2017-06-05T06:50:08Z dougk_ quit (*.net *.split) 2017-06-05T06:50:43Z dougk_ joined #sbcl 2017-06-05T06:52:05Z igajsin joined #sbcl 2017-06-05T07:03:25Z angavrilov joined #sbcl 2017-06-05T07:23:25Z jdz joined #sbcl 2017-06-05T08:30:48Z jack_rabbit quit (Ping timeout: 260 seconds) 2017-06-05T08:34:31Z igajsin quit (Ping timeout: 246 seconds) 2017-06-05T08:50:40Z igajsin joined #sbcl 2017-06-05T09:45:05Z m00natic joined #sbcl 2017-06-05T10:18:53Z tapioco joined #sbcl 2017-06-05T10:54:03Z igajsin quit (Ping timeout: 260 seconds) 2017-06-05T11:08:10Z igajsin joined #sbcl 2017-06-05T11:26:00Z stassats joined #sbcl 2017-06-05T11:26:51Z stassats: pkhuong: typo in revocable locks, "It would be nive" 2017-06-05T11:47:35Z stassats quit (Ping timeout: 240 seconds) 2017-06-05T11:53:02Z stassats joined #sbcl 2017-06-05T11:55:57Z pkhuong: ty 2017-06-05T12:01:26Z rpg joined #sbcl 2017-06-05T12:13:18Z stassats quit (Ping timeout: 255 seconds) 2017-06-05T12:16:16Z nzambe joined #sbcl 2017-06-05T12:24:07Z igajsin quit (Ping timeout: 255 seconds) 2017-06-05T12:36:47Z stassats joined #sbcl 2017-06-05T12:41:30Z stassats quit (Ping timeout: 240 seconds) 2017-06-05T12:50:03Z rpg quit (Ping timeout: 260 seconds) 2017-06-05T13:06:00Z rpg joined #sbcl 2017-06-05T13:34:44Z cromachina quit (Read error: Connection reset by peer) 2017-06-05T13:56:43Z Bicyclidine joined #sbcl 2017-06-05T14:18:55Z gko quit (Ping timeout: 246 seconds) 2017-06-05T14:22:59Z gko joined #sbcl 2017-06-05T16:12:05Z gingerale joined #sbcl 2017-06-05T16:26:49Z shka_ joined #sbcl 2017-06-05T17:25:38Z Colleen quit (Ping timeout: 268 seconds) 2017-06-05T17:29:53Z m00natic quit (Remote host closed the connection) 2017-06-05T18:03:17Z karswell` quit (Read error: Connection reset by peer) 2017-06-05T18:12:35Z DGASAU quit (Read error: Connection reset by peer) 2017-06-05T18:14:40Z DGASAU joined #sbcl 2017-06-05T18:36:45Z gingerale quit (Remote host closed the connection) 2017-06-05T18:42:08Z DGASAU quit (Read error: Connection reset by peer) 2017-06-05T18:42:34Z DGASAU joined #sbcl 2017-06-05T18:44:33Z igajsin joined #sbcl 2017-06-05T18:57:50Z DeadTrickster quit (Remote host closed the connection) 2017-06-05T19:07:15Z Colleen joined #sbcl 2017-06-05T19:08:12Z Colleen quit (Read error: Connection reset by peer) 2017-06-05T19:11:51Z Colleen joined #sbcl 2017-06-05T19:12:52Z Colleen quit (Read error: Connection reset by peer) 2017-06-05T19:15:29Z Colleen joined #sbcl 2017-06-05T19:16:12Z DGASAU quit (Read error: Connection reset by peer) 2017-06-05T19:16:41Z DGASAU joined #sbcl 2017-06-05T20:04:35Z shka_ quit (Ping timeout: 240 seconds) 2017-06-05T20:12:01Z shka_ joined #sbcl 2017-06-05T20:29:34Z igajsin quit (Ping timeout: 246 seconds) 2017-06-05T20:31:30Z igajsin joined #sbcl 2017-06-05T20:42:53Z slyrus_ joined #sbcl 2017-06-05T20:52:19Z slyrus_: so I have some code that used to work that now fails in cxml with the error The value "id" is not of type (simple-array character) but "id" prints as #<(SIMPLE-BASE-STRING 2) {100ECC2F5F}>. Shouldn't that be a subtype of (simple-array character)? 2017-06-05T20:54:29Z slyrus_: (subtypep '(SIMPLE-BASE-STRING 2) '(simple-array base-char)) -> T but (subtypep '(SIMPLE-BASE-STRING 2) '(simple-array character)) -> NIL. 2017-06-05T20:54:30Z pkhuong: no. arrays are mutable. 2017-06-05T20:55:10Z slyrus_: by that logic the first example should be NIL then too, no? 2017-06-05T20:56:40Z Bicyclidine: an (array base-char) is an array that can hold only base-chars, an (array character) is one that can hold only characters. the array type specifier refers more to the particular storage quality of the array than what's in it 2017-06-05T20:58:04Z slyrus_: ah, ok. 2017-06-05T20:59:26Z Bicyclidine: I think on sbcl base-char is only byte characters, whereas character has all of unicode (in utf-32), so there's a pretty concrete difference too 2017-06-05T21:16:08Z shka_ quit (Ping timeout: 260 seconds) 2017-06-05T21:22:46Z Bicyclidine quit (Ping timeout: 246 seconds) 2017-06-05T21:29:21Z angavrilov quit (Remote host closed the connection) 2017-06-05T22:07:40Z wildbartty_ joined #sbcl 2017-06-05T22:08:06Z prxq joined #sbcl 2017-06-05T22:13:17Z Bicyclidine joined #sbcl 2017-06-05T22:15:12Z rumbler31 joined #sbcl 2017-06-05T22:15:53Z Bicyclidine quit (Client Quit) 2017-06-05T22:16:07Z Bike joined #sbcl 2017-06-05T22:18:08Z DGASAU` joined #sbcl 2017-06-05T22:18:11Z DGASAU quit (Ping timeout: 260 seconds) 2017-06-05T22:20:13Z DGASAU` is now known as DGASAU 2017-06-05T22:25:57Z attila_lendvai joined #sbcl 2017-06-05T22:26:00Z attila_lendvai quit (Changing host) 2017-06-05T22:26:00Z attila_lendvai joined #sbcl 2017-06-05T22:28:07Z slyrus__ joined #sbcl 2017-06-05T22:29:27Z slyrus quit (Ping timeout: 240 seconds) 2017-06-05T22:29:32Z slyrus__ is now known as slyrus 2017-06-05T23:31:34Z prxq quit (Remote host closed the connection) 2017-06-05T23:34:19Z cromachina joined #sbcl 2017-06-05T23:36:41Z rumbler31 quit (Remote host closed the connection) 2017-06-05T23:43:56Z nzambe quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2017-06-05T23:44:46Z nzambe joined #sbcl 2017-06-05T23:45:26Z scymtym quit (Remote host closed the connection) 2017-06-05T23:55:00Z slyrus_ quit (Ping timeout: 258 seconds)