2017-05-14T00:01:05Z rme: You could do (rebuild-ccl :clean t), but I think the only effect of that will be to produce ccl:tools;asdf.wx86fsl (or whatever the fasl type is) 2017-05-14T00:01:55Z phoe: Actually. 2017-05-14T00:02:11Z phoe: Gimme a moment - ASDF seems to get loaded when I load Quicklisp in the init file. 2017-05-14T00:02:17Z phoe: (Weird stuff, but maybe it'll work in the end.) 2017-05-14T00:03:49Z phoe: Wow, it worked. 2017-05-14T00:09:14Z phoe: Okay, it worked. My ASDF got loaded in the end. 2017-05-14T00:10:03Z phoe: ...by the way, I'm browsing the output of `strings wx86cl.exe` and it's pretty full of /home/rme/ccl-1.11/lisp-kernel/win32/ stuff. ;) 2017-05-14T00:10:24Z phoe: But I think it's unavoidable. 2017-05-14T00:11:59Z rme: I assume that's just from debugging information inserted by specifying the C compiler's -g flag. 2017-05-14T00:12:14Z phoe: Yes, I think so too. 2017-05-14T00:18:04Z phoe: Is there any kind of instant killswitch for CCL? 2017-05-14T00:18:14Z phoe: Something that will kill the process without any cleanup? 2017-05-14T00:20:02Z phoe: I'm having these stdio/stdout issues - during flushing streams, some kind of error is happening, and I want to just kill the process and let the operating system handle cleaning up. (Dirty, I know.) 2017-05-14T00:20:33Z phoe: Scratch that. It seems that if I simply bind *standard-output* to a file stream, everything is handled properly. 2017-05-14T00:22:15Z rme: you could call (#__exit) 2017-05-14T00:23:08Z phoe: Okay - I will use it as my last resort, thanks. 2017-05-14T00:31:53Z phoe: Why would files like 90238742.tem be created? 2017-05-14T00:34:51Z phoe: I think they're temp files when, for some reason, stuff cannot be written to a file. 2017-05-14T00:34:56Z phoe: ...but why - I don't know yet, it's puzzling. 2017-05-14T00:38:17Z rme: I think it's part of :if-exists :supersede processing. 2017-05-14T00:38:57Z rme: I'm looking at the sources for ccl::make-file-stream 2017-05-14T00:40:37Z rme: https://trac.clozure.com/ccl/ticket/748 might be relevant? 2017-05-14T00:42:06Z phoe: Yep. I am using :SUPERSEDE. 2017-05-14T01:02:07Z phoe: rme: (#__exit) complains about missing arguments. 2017-05-14T01:02:33Z rme: (#__exit 0) 2017-05-14T01:02:34Z phoe: Oh, 0. 2017-05-14T01:02:36Z phoe: Yes, thanks. 2017-05-14T01:02:47Z rme: You're calling the C function _exit(0) 2017-05-14T01:04:58Z phoe: Yes, got it. 2017-05-14T01:24:58Z pjb quit (Ping timeout: 264 seconds) 2017-05-14T02:21:09Z pjb joined #ccl 2017-05-14T03:34:17Z pierpa quit (Quit: Page closed) 2017-05-14T03:45:04Z milanj_ quit (Quit: This computer has gone to sleep) 2017-05-14T06:34:23Z rumbler31 joined #ccl 2017-05-14T06:38:25Z rumbler31 quit (Ping timeout: 246 seconds) 2017-05-14T08:21:30Z milanj_ joined #ccl 2017-05-14T09:26:57Z milanj_ quit (Quit: This computer has gone to sleep) 2017-05-14T10:34:59Z rumbler31 joined #ccl 2017-05-14T10:39:13Z rumbler31 quit (Ping timeout: 246 seconds) 2017-05-14T11:35:37Z Ozymandias__ joined #ccl 2017-05-14T13:51:11Z mrottenkolber joined #ccl 2017-05-14T14:41:02Z edgar-rft quit (Quit: edgar-rft) 2017-05-14T18:01:46Z mjl_ joined #ccl 2017-05-14T18:09:18Z mjl quit (*.net *.split) 2017-05-14T18:09:19Z dim quit (*.net *.split) 2017-05-14T18:09:30Z mjl_ is now known as mjl 2017-05-14T18:10:16Z dim joined #ccl 2017-05-14T19:24:21Z pierpa joined #ccl 2017-05-14T21:00:13Z mrottenkolber quit (Ping timeout: 272 seconds) 2017-05-14T21:13:47Z Ozyma614 joined #ccl 2017-05-14T21:14:27Z Ozymandias__ quit (Ping timeout: 240 seconds) 2017-05-14T21:42:57Z eschatologist quit (Excess Flood) 2017-05-14T21:43:08Z eschatologist joined #ccl 2017-05-14T21:48:57Z mrottenkolber joined #ccl 2017-05-14T22:02:55Z edgar-rft joined #ccl 2017-05-14T22:26:20Z eschatologist quit (Remote host closed the connection) 2017-05-14T22:28:11Z eschatologist joined #ccl