2015-05-10T00:17:45Z stassats: i hate unexpected successes 2015-05-10T00:18:57Z stassats: but apparently i also fixed something in debug.impure, yay, i guess 2015-05-10T00:21:42Z cosmicexplorer joined #sbcl 2015-05-10T00:32:32Z kjeldahl quit (Ping timeout: 246 seconds) 2015-05-10T00:34:58Z tsumetai quit (Ping timeout: 272 seconds) 2015-05-10T00:38:23Z tsumetai joined #sbcl 2015-05-10T00:42:13Z stassats quit (Ping timeout: 256 seconds) 2015-05-10T00:55:15Z cosmicexplorer quit (Ping timeout: 276 seconds) 2015-05-10T01:24:39Z Bike joined #sbcl 2015-05-10T02:31:47Z scymtym quit (Ping timeout: 250 seconds) 2015-05-10T02:34:39Z tsumetai` joined #sbcl 2015-05-10T02:34:49Z tsumetai quit (Ping timeout: 245 seconds) 2015-05-10T02:44:28Z dustinm` quit (Ping timeout: 256 seconds) 2015-05-10T02:47:48Z dustinm` joined #sbcl 2015-05-10T04:07:29Z gingerale joined #sbcl 2015-05-10T04:18:12Z nyef quit (Quit: G'night all.) 2015-05-10T04:36:07Z nikki93_ joined #sbcl 2015-05-10T05:00:30Z tsumetai` quit (Quit: Leaving) 2015-05-10T05:24:41Z tsumetai joined #sbcl 2015-05-10T05:45:43Z nikki93_ quit (Remote host closed the connection) 2015-05-10T05:46:55Z dustinm` quit (Ping timeout: 248 seconds) 2015-05-10T05:47:26Z cosmicexplorer joined #sbcl 2015-05-10T05:48:00Z dustinm` joined #sbcl 2015-05-10T05:51:21Z nikki93_ joined #sbcl 2015-05-10T06:11:00Z pacon joined #sbcl 2015-05-10T06:39:33Z salv0 joined #sbcl 2015-05-10T06:45:45Z karswell` joined #sbcl 2015-05-10T06:48:35Z scymtym joined #sbcl 2015-05-10T06:50:09Z karswell quit (Ping timeout: 276 seconds) 2015-05-10T07:25:22Z angavrilov joined #sbcl 2015-05-10T07:30:47Z pacon quit (Read error: Connection reset by peer) 2015-05-10T07:51:02Z Shinmera joined #sbcl 2015-05-10T08:05:12Z cosmicexplorer quit (Ping timeout: 256 seconds) 2015-05-10T08:13:21Z dustinm` quit (Ping timeout: 240 seconds) 2015-05-10T08:16:29Z dustinm` joined #sbcl 2015-05-10T08:19:25Z oleo_ joined #sbcl 2015-05-10T08:23:00Z oleo quit (Ping timeout: 272 seconds) 2015-05-10T09:01:43Z attila_lendvai joined #sbcl 2015-05-10T09:01:43Z attila_lendvai quit (Changing host) 2015-05-10T09:01:43Z attila_lendvai joined #sbcl 2015-05-10T09:15:57Z pacon joined #sbcl 2015-05-10T09:28:34Z nikki93_ quit (Remote host closed the connection) 2015-05-10T09:36:14Z selat joined #sbcl 2015-05-10T10:05:24Z oleo_ quit (Quit: Leaving) 2015-05-10T10:06:48Z oleo joined #sbcl 2015-05-10T10:09:27Z attila_lendvai quit (Ping timeout: 256 seconds) 2015-05-10T10:12:31Z attila_lendvai joined #sbcl 2015-05-10T10:20:13Z scymtym quit (Ping timeout: 255 seconds) 2015-05-10T10:27:25Z stassats joined #sbcl 2015-05-10T10:46:30Z kjeldahl joined #sbcl 2015-05-10T10:59:19Z attila_lendvai quit (Ping timeout: 256 seconds) 2015-05-10T11:38:06Z White_Flame quit (Ping timeout: 276 seconds) 2015-05-10T11:42:11Z stassats: funny, half of the debug.impure tests started failing on windows instead 2015-05-10T11:47:06Z stassats: for some reason it accesses *saved-fp-and-pcs* out of dx 2015-05-10T11:47:24Z stassats: how come that didn't happen with dxed conses, or it did happen, but since they are not tagged it just got garbage? 2015-05-10T11:47:46Z stassats: but no, how could it be out of dx 2015-05-10T11:48:10Z stassats: time to go cycling and not worrying about windows 2015-05-10T11:56:07Z stassats: but does windows stack unwinding take care of special bindings? 2015-05-10T12:02:48Z stassats quit (Ping timeout: 276 seconds) 2015-05-10T12:27:55Z pacon quit (Quit: Leaving) 2015-05-10T14:05:49Z scymtym joined #sbcl 2015-05-10T14:29:05Z DeadTrickster quit (Remote host closed the connection) 2015-05-10T14:31:12Z DeadTrickster joined #sbcl 2015-05-10T14:38:49Z LiamH joined #sbcl 2015-05-10T15:11:23Z attila_lendvai joined #sbcl 2015-05-10T15:38:56Z attila_lendvai quit (Ping timeout: 240 seconds) 2015-05-10T16:01:07Z stassats joined #sbcl 2015-05-10T16:24:21Z stassats: unwinding seems to be working properly 2015-05-10T16:53:14Z gingerale quit (Remote host closed the connection) 2015-05-10T16:53:56Z nyef joined #sbcl 2015-05-10T16:56:06Z zacts joined #sbcl 2015-05-10T17:22:42Z zacts quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2015-05-10T17:41:32Z wheelsucker quit (Quit: Client Quit) 2015-05-10T18:22:33Z stassats: alright, found the problem 2015-05-10T18:22:55Z stassats: now backtrace-interrupted-condition-wait succeeds everywhere where it was marked as failing before 2015-05-10T18:56:21Z stassats: The function SB-XC:PROCLAIM is undefined 2015-05-10T18:56:23Z stassats: oh come on 2015-05-10T19:03:16Z stassats: damn, can't get always-bound when i need it 2015-05-10T19:31:04Z White_Flame joined #sbcl 2015-05-10T20:03:52Z nikki93_ joined #sbcl 2015-05-10T20:11:46Z zacts joined #sbcl 2015-05-10T21:03:32Z zacts quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2015-05-10T21:14:27Z attila_lendvai joined #sbcl 2015-05-10T21:15:57Z oleo_ joined #sbcl 2015-05-10T21:19:06Z oleo quit (Ping timeout: 256 seconds) 2015-05-10T21:22:12Z oleo_ quit (Quit: Leaving) 2015-05-10T21:24:30Z oleo joined #sbcl 2015-05-10T21:27:06Z selat quit (Quit: Lost terminal) 2015-05-10T21:48:09Z White_Flame quit (Ping timeout: 256 seconds) 2015-05-10T21:56:11Z cosmicexplorer joined #sbcl 2015-05-10T22:00:25Z nikki93_ quit (Remote host closed the connection) 2015-05-10T22:21:27Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-05-10T22:34:11Z angavrilov quit (Remote host closed the connection) 2015-05-10T22:57:32Z nikki93_ joined #sbcl 2015-05-10T23:22:25Z nikki93_ quit (Remote host closed the connection) 2015-05-10T23:24:03Z zacts joined #sbcl 2015-05-10T23:29:43Z nikki93_ joined #sbcl