2015-12-18T00:00:12Z mordocai quit (Remote host closed the connection) 2015-12-18T00:01:22Z abbe quit (Read error: Connection reset by peer) 2015-12-18T00:01:32Z abbe joined #sbcl 2015-12-18T00:01:32Z karswell quit (Read error: Connection reset by peer) 2015-12-18T00:01:51Z karswell joined #sbcl 2015-12-18T00:01:56Z joshe quit (Ping timeout: 240 seconds) 2015-12-18T00:02:11Z joshe joined #sbcl 2015-12-18T00:20:06Z Xof quit (Ping timeout: 256 seconds) 2015-12-18T00:22:55Z mordocai joined #sbcl 2015-12-18T00:27:25Z DGASAU` joined #sbcl 2015-12-18T00:28:40Z DGASAU quit (Read error: Connection reset by peer) 2015-12-18T00:30:34Z mordocai quit (Quit: ZNC 1.6.2+deb1 - http://znc.in) 2015-12-18T00:30:51Z mordocai joined #sbcl 2015-12-18T00:31:17Z mordocai quit (Client Quit) 2015-12-18T00:31:27Z mordocai joined #sbcl 2015-12-18T00:32:42Z mordocai quit (Client Quit) 2015-12-18T00:32:55Z mordocai joined #sbcl 2015-12-18T00:32:59Z mordocai quit (Client Quit) 2015-12-18T00:33:36Z mordocai joined #sbcl 2015-12-18T00:38:33Z mordocai quit (Quit: ZNC 1.6.2+deb1 - http://znc.in) 2015-12-18T00:38:54Z mordocai joined #sbcl 2015-12-18T00:58:04Z mordocai quit (Quit: ZNC 1.6.2+deb1 - http://znc.in) 2015-12-18T00:58:16Z mordocai joined #sbcl 2015-12-18T01:02:54Z mordocai quit (Changing host) 2015-12-18T01:02:54Z mordocai joined #sbcl 2015-12-18T01:06:19Z mordocai quit (Quit: ZNC 1.6.2+deb1 - http://znc.in) 2015-12-18T01:06:30Z mordocai joined #sbcl 2015-12-18T01:14:30Z lnostdal_ quit (Ping timeout: 256 seconds) 2015-12-18T01:33:53Z ASau quit (Remote host closed the connection) 2015-12-18T01:34:21Z ASau joined #sbcl 2015-12-18T01:42:19Z lnostdal_ joined #sbcl 2015-12-18T03:22:44Z csziacobus: nyef: the wayback archive has the most recent copies, before it went offline 2015-12-18T03:23:37Z nyef: csziacobus: And we may yet be able to obtain the master copy of the files from when it went down. 2015-12-18T03:33:03Z guicho joined #sbcl 2015-12-18T03:43:54Z clop quit (Ping timeout: 245 seconds) 2015-12-18T04:27:44Z csziacobus quit (Quit: csziacobus) 2015-12-18T05:19:57Z psy_ quit (Remote host closed the connection) 2015-12-18T05:36:50Z edgar-rft joined #sbcl 2015-12-18T06:14:53Z clop joined #sbcl 2015-12-18T06:55:10Z Cymew quit (Ping timeout: 260 seconds) 2015-12-18T07:30:59Z Xof joined #sbcl 2015-12-18T08:18:02Z yuankode joined #sbcl 2015-12-18T08:32:26Z myrkraverk joined #sbcl 2015-12-18T08:32:33Z myrkraverk: Hello. 2015-12-18T08:33:30Z myrkraverk: I'm dealing with some sort of shift-jis corruption. Is there a way for me to modify or hook into the conversion routines, to add some extra code points, without recompiling sbcl? 2015-12-18T08:34:06Z myrkraverk: Basically, I want to add an invalid byte sequence to the conversion things. 2015-12-18T08:36:17Z Cymew joined #sbcl 2015-12-18T08:37:10Z myrkraverk: Hmm, maybe I can just add to the *sjis-to-ucs-table* ? 2015-12-18T08:41:39Z myrkraverk: I'll try that later. 2015-12-18T09:01:57Z yuankode quit (Ping timeout: 252 seconds) 2015-12-18T09:33:33Z Xof: myrkraverk: the "proper" answer would be to use the restarts which should hopefully be provided for encoding/decoding errors 2015-12-18T09:39:10Z myrkraverk: Hmm, maybe. Are these restarts documented? 2015-12-18T09:40:40Z Xof: the simplest one is, in theory, USE-VALUE 2015-12-18T09:42:55Z Xof: though not for streams 2015-12-18T09:44:46Z Xof: for streams you'd use INPUT-REPLACEMENT 2015-12-18T09:46:19Z Xof: (with-open-file (s "/tmp/foo.txt" :external-format :shift_jis) (handler-bind ((sb-int:stream-decoding-error (lambda (c) (invoke-restart 'sb-impl::input-replacement "?")))) (read-char s))) 2015-12-18T09:46:34Z Xof: the sb-impl:: probably tells you how documented this restart is :-/ 2015-12-18T09:47:59Z attila_lendvai joined #sbcl 2015-12-18T09:48:00Z attila_lendvai quit (Changing host) 2015-12-18T09:48:00Z attila_lendvai joined #sbcl 2015-12-18T10:15:06Z ASau quit (Ping timeout: 256 seconds) 2015-12-18T10:47:06Z attila_lendvai quit (Ping timeout: 240 seconds) 2015-12-18T11:21:13Z myrkraverk: Yeah. 2015-12-18T11:21:41Z myrkraverk: Maybe it'll work, maybe it's simpler to fiddle with the conversion table, I've been doing other things so far today. 2015-12-18T11:50:46Z adhoc quit (Ping timeout: 240 seconds) 2015-12-18T11:51:57Z DGASAU` is now known as DGASAU 2015-12-18T11:52:52Z adhoc joined #sbcl 2015-12-18T13:08:33Z hitecnologys quit (Ping timeout: 255 seconds) 2015-12-18T13:11:48Z hitecnologys joined #sbcl 2015-12-18T13:22:46Z lnostdal_ quit (Ping timeout: 240 seconds) 2015-12-18T13:25:36Z lnostdal_ joined #sbcl 2015-12-18T13:28:47Z jdz quit (Ping timeout: 250 seconds) 2015-12-18T13:34:44Z jdz joined #sbcl 2015-12-18T14:04:11Z myrkraverk quit (Remote host closed the connection) 2015-12-18T14:05:03Z myrkraverk joined #sbcl 2015-12-18T14:15:55Z adhoc quit (Ping timeout: 240 seconds) 2015-12-18T14:17:32Z adhoc joined #sbcl 2015-12-18T14:27:17Z stassats joined #sbcl 2015-12-18T14:38:26Z Cymew quit (Ping timeout: 272 seconds) 2015-12-18T14:40:05Z sjl joined #sbcl 2015-12-18T14:40:08Z stassats` joined #sbcl 2015-12-18T14:40:14Z sjl quit (Client Quit) 2015-12-18T14:42:11Z sjl joined #sbcl 2015-12-18T14:44:26Z stassats` quit (Ping timeout: 240 seconds) 2015-12-18T14:45:31Z stassats` joined #sbcl 2015-12-18T14:49:56Z stassats` quit (Ping timeout: 256 seconds) 2015-12-18T14:53:04Z stassats` joined #sbcl 2015-12-18T14:57:13Z lnostdal_ quit (Ping timeout: 265 seconds) 2015-12-18T15:08:05Z DGASAU quit (Ping timeout: 260 seconds) 2015-12-18T15:10:49Z DGASAU joined #sbcl 2015-12-18T15:13:02Z lnostdal_ joined #sbcl 2015-12-18T15:38:36Z Xof: would anyone like to make adjust-array faster for me? 2015-12-18T15:52:28Z lnostdal_ quit (Quit: Invest and trade anonymously: https://goo.gl/Hw81yy) 2015-12-18T15:57:28Z gingerale joined #sbcl 2015-12-18T16:10:05Z jlarocco quit (Quit: Leaving) 2015-12-18T16:20:04Z stassats`: which part? 2015-12-18T16:20:19Z stassats quit (Quit: ERC (IRC client for Emacs 24.5.33)) 2015-12-18T16:20:34Z stassats` is now known as stassats 2015-12-18T16:28:29Z Xof: I'm iterating over a string with an adjustable and displaced array, adjusting it to successive subsequences 2015-12-18T16:28:46Z Xof: adjust-array and its callees take 30% of the time 2015-12-18T16:28:56Z Xof: even after I've removed the unnecessary call to subtypep 2015-12-18T16:30:02Z stassats: is it because of the backlinks? 2015-12-18T16:31:44Z Xof: well, set-array-header is a little bit expensive, but no 2015-12-18T16:31:45Z Xof: hold on 2015-12-18T16:33:37Z Xof: http://paste.lisp.org/display/229360 2015-12-18T16:48:46Z DeadTrickster quit (Read error: No route to host) 2015-12-18T16:58:58Z jlarocco joined #sbcl 2015-12-18T17:17:22Z hitecnologys quit (Quit: Gone) 2015-12-18T17:21:22Z hitecnologys joined #sbcl 2015-12-18T17:24:18Z clique joined #sbcl 2015-12-18T17:29:22Z guicho quit (Quit: さようなら) 2015-12-18T17:42:59Z DGASAU quit (Read error: Connection reset by peer) 2015-12-18T17:43:01Z DGASAU` joined #sbcl 2015-12-18T17:44:10Z DGASAU` is now known as DGASAU 2015-12-18T17:44:43Z DeadTrickster joined #sbcl 2015-12-18T18:06:27Z sjl quit (Ping timeout: 255 seconds) 2015-12-18T18:10:03Z DGASAU quit (Read error: Connection reset by peer) 2015-12-18T18:10:28Z DGASAU` joined #sbcl 2015-12-18T18:13:39Z DGASAU` is now known as DGASAu 2015-12-18T18:13:42Z DGASAu is now known as DGASAU 2015-12-18T18:44:50Z sjl joined #sbcl 2015-12-18T18:45:30Z clique quit (Ping timeout: 252 seconds) 2015-12-18T19:21:26Z sjl quit (Ping timeout: 240 seconds) 2015-12-18T19:48:25Z rpg joined #sbcl 2015-12-18T20:18:41Z gingerale quit (Read error: Connection reset by peer) 2015-12-18T20:19:10Z rpg_ joined #sbcl 2015-12-18T20:23:08Z rpg quit (Ping timeout: 256 seconds) 2015-12-18T20:49:57Z gingerale joined #sbcl 2015-12-18T21:10:20Z ASau joined #sbcl 2015-12-18T21:22:34Z prxq joined #sbcl 2015-12-18T21:32:25Z Bicyclidine joined #sbcl 2015-12-18T21:41:24Z rpg_ quit (Remote host closed the connection) 2015-12-18T21:41:30Z rpg joined #sbcl 2015-12-18T21:47:42Z rpg_ joined #sbcl 2015-12-18T21:47:55Z rpg_ quit (Client Quit) 2015-12-18T21:50:59Z rpg quit (Ping timeout: 255 seconds) 2015-12-18T22:04:18Z stassats quit (Ping timeout: 272 seconds) 2015-12-18T22:17:47Z prxq quit (Remote host closed the connection) 2015-12-18T22:31:14Z rpg joined #sbcl 2015-12-18T22:54:04Z rpg quit (Quit: rpg) 2015-12-18T22:54:22Z Bicyclidine quit (Quit: final final) 2015-12-18T23:05:02Z sjl joined #sbcl 2015-12-18T23:14:21Z edgar-rft quit (Quit: edgar-rft) 2015-12-18T23:20:51Z attila_lendvai joined #sbcl 2015-12-18T23:20:51Z attila_lendvai quit (Changing host) 2015-12-18T23:20:51Z attila_lendvai joined #sbcl 2015-12-18T23:22:31Z attila_lendvai quit (Read error: No route to host) 2015-12-18T23:44:08Z attila_lendvai joined #sbcl 2015-12-18T23:44:08Z attila_lendvai quit (Changing host) 2015-12-18T23:44:08Z attila_lendvai joined #sbcl