2017-08-01T00:20:18Z stassats joined #sbcl 2017-08-01T00:28:16Z BitPuffin quit (Remote host closed the connection) 2017-08-01T00:32:08Z jamtho quit (Ping timeout: 260 seconds) 2017-08-01T00:45:41Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-01T01:20:01Z stassats quit (Ping timeout: 258 seconds) 2017-08-01T01:44:05Z rumbler31 joined #sbcl 2017-08-01T01:56:55Z https_GK1wmSU joined #sbcl 2017-08-01T01:59:50Z https_GK1wmSU left #sbcl 2017-08-01T02:00:19Z jack_rabbit joined #sbcl 2017-08-01T03:20:34Z rumbler31 quit (Remote host closed the connection) 2017-08-01T03:26:30Z Bike quit (Ping timeout: 240 seconds) 2017-08-01T03:26:57Z nicdev joined #sbcl 2017-08-01T04:04:59Z angavrilov joined #sbcl 2017-08-01T04:14:53Z macdavid313 joined #sbcl 2017-08-01T04:15:16Z shka_ joined #sbcl 2017-08-01T04:44:30Z rumbler31 joined #sbcl 2017-08-01T04:51:22Z rumbler31 quit (Ping timeout: 260 seconds) 2017-08-01T04:54:31Z oleo quit (Quit: irc client terminated!) 2017-08-01T05:49:41Z scymtym joined #sbcl 2017-08-01T05:58:14Z malm quit (Ping timeout: 268 seconds) 2017-08-01T05:59:35Z malm joined #sbcl 2017-08-01T06:15:36Z shka_ quit (Ping timeout: 260 seconds) 2017-08-01T06:33:42Z macdavid313 quit (Remote host closed the connection) 2017-08-01T06:47:29Z rumbler31 joined #sbcl 2017-08-01T06:51:45Z rumbler31 quit (Ping timeout: 240 seconds) 2017-08-01T07:05:28Z macdavid313 joined #sbcl 2017-08-01T07:40:29Z edgar-rft quit (Quit: edgar-rft) 2017-08-01T07:49:18Z flip214: Xof++, for relieving all of us of realizing all the releasing in sbcl. 2017-08-01T08:20:38Z jamtho joined #sbcl 2017-08-01T08:32:05Z macdavid_ joined #sbcl 2017-08-01T08:36:04Z macdavid313 quit (Ping timeout: 276 seconds) 2017-08-01T08:36:17Z jamtho quit (Ping timeout: 248 seconds) 2017-08-01T08:40:37Z macdavid313 joined #sbcl 2017-08-01T08:42:09Z macdavid_ quit (Remote host closed the connection) 2017-08-01T08:46:53Z macdavid_ joined #sbcl 2017-08-01T08:47:59Z macdavid313 quit (Remote host closed the connection) 2017-08-01T09:48:35Z DGASAU quit (Read error: Connection reset by peer) 2017-08-01T09:49:07Z DGASAU joined #sbcl 2017-08-01T09:53:25Z macdavid313 joined #sbcl 2017-08-01T09:55:15Z scymtym quit (Ping timeout: 240 seconds) 2017-08-01T09:55:30Z jdz quit (Ping timeout: 240 seconds) 2017-08-01T09:55:39Z Bike joined #sbcl 2017-08-01T09:57:31Z macdavid_ quit (Ping timeout: 258 seconds) 2017-08-01T10:00:23Z jdz joined #sbcl 2017-08-01T10:09:11Z m00natic joined #sbcl 2017-08-01T10:10:44Z scymtym joined #sbcl 2017-08-01T10:17:15Z Bike quit (Ping timeout: 240 seconds) 2017-08-01T10:34:41Z phoe_ joined #sbcl 2017-08-01T10:37:42Z phoe_: Can I destructively alter a FDEFN from inside SBCL? 2017-08-01T10:51:17Z Xof quit (Ping timeout: 260 seconds) 2017-08-01T11:16:13Z stassats joined #sbcl 2017-08-01T11:28:01Z macdavid_ joined #sbcl 2017-08-01T11:29:18Z macdavid313 quit (Remote host closed the connection) 2017-08-01T11:31:31Z macdavid313 joined #sbcl 2017-08-01T11:31:50Z macdavid_ quit (Read error: Connection reset by peer) 2017-08-01T11:32:09Z macdavid_ joined #sbcl 2017-08-01T11:32:35Z macdavid313 quit (Remote host closed the connection) 2017-08-01T11:41:06Z Bicyclidine joined #sbcl 2017-08-01T11:45:48Z BitPuffin|osx joined #sbcl 2017-08-01T11:53:29Z rumbler31 joined #sbcl 2017-08-01T11:55:35Z rumbler31 quit (Remote host closed the connection) 2017-08-01T12:12:45Z Bicyclidine quit (Ping timeout: 240 seconds) 2017-08-01T12:24:40Z stassats: phoe_: what do you mean? 2017-08-01T12:34:43Z phoe_: stassats: I want to patch MAKE-CONDITION inside a running SBCL, so that all code refering to the original MAKE-CONDITION is directed to my custom code instead. Also, I want my custom MAKE-CONDITION to be able to call the original MAKE-CONDITION as a part of its functioning. 2017-08-01T12:35:16Z phoe_: Basically - I want to inject code around the original MAKE-CONDITION's body. 2017-08-01T12:35:54Z stassats: don't do that 2017-08-01T12:46:56Z phoe_: Okay. 2017-08-01T12:47:24Z phoe_: How, in SBCL, can I introduce constructors for conditions? Basically - functions that execute whenever a condition of given type is instantiated? 2017-08-01T12:47:55Z stassats: "don't do that" 2017-08-01T12:49:52Z phoe_: I want to do that - I have a use case for that. 2017-08-01T12:50:00Z stassats: your use case is wrong 2017-08-01T13:16:28Z Bike joined #sbcl 2017-08-01T13:16:34Z Bike quit (Remote host closed the connection) 2017-08-01T13:18:07Z Bike joined #sbcl 2017-08-01T13:42:15Z flip214: phoe_: would (TRACE ...) with :condition-all help your usecase? 2017-08-01T13:43:19Z cromachina quit (Read error: Connection reset by peer) 2017-08-01T13:44:08Z oleo joined #sbcl 2017-08-01T13:56:07Z rumbler31 joined #sbcl 2017-08-01T13:56:25Z phoe_: flip214: not really. 2017-08-01T13:56:41Z phoe_: I want to make a condition class that should not be instantiated - only its subclasses should. 2017-08-01T13:59:56Z flip214: how about a slot with :initform (ERROR ...) which is overriden in child classes? 2017-08-01T14:00:20Z flip214: phoe_: ^^ 2017-08-01T14:00:58Z rumbler31 quit (Ping timeout: 246 seconds) 2017-08-01T14:01:04Z phoe_: flip214: sounds like a solution, but clients who subclass that condition will need to remember to need to override that slot. 2017-08-01T14:01:09Z phoe_: Ain't perfect, but works. 2017-08-01T14:01:33Z Shinmera: phoe_: I already suggested that hours ago in #lisp 2017-08-01T14:05:49Z phoe_: Shinmera: correct, I noticed that back then, except I did not want to settle for that and decided to dig a bit deeper. 2017-08-01T14:06:10Z phoe_: So, huh, time to stop digging. 2017-08-01T14:57:37Z rumbler31 joined #sbcl 2017-08-01T14:58:59Z stassats: phoe_: don't export these conditions then 2017-08-01T14:59:41Z stassats: or just don't care 2017-08-01T15:00:05Z stassats: since this gives you nothing 2017-08-01T15:00:29Z macdavid_ quit (Remote host closed the connection) 2017-08-01T15:00:53Z macdavid313 joined #sbcl 2017-08-01T15:02:06Z flip214: phoe_: you can also define an INITIALIZE-INSTANCE method for the base class that checks the exact class of the object and (ERROR)s out. same deal, but subclasses don't need to remember. 2017-08-01T15:03:24Z rumbler31 quit (Ping timeout: 260 seconds) 2017-08-01T15:11:00Z whoman joined #sbcl 2017-08-01T15:19:59Z phoe_: flip214: for the base class? which base class? 2017-08-01T15:23:10Z flip214: the base condition class you don't want instances created of 2017-08-01T15:23:37Z flip214: though I'm not sure whether that works for the class prototype; perhaps that method needs to check a special variable 2017-08-01T15:26:13Z flip214: that is set during your explicit call for finalize-class 2017-08-01T15:27:33Z flip214: or perhaps better check whether CLASS-PROTOTYPE is already set, and if it is, then do (ERROR)? 2017-08-01T15:27:54Z flip214: I guess this might be a good example for a meta-class ;) 2017-08-01T15:41:29Z phoe_: flip214: I can't do that. INITIALIZE-INSTANCE does not even get called when I make conditions. 2017-08-01T15:41:32Z phoe_: http://paste.lisp.org/display/352240 2017-08-01T15:42:16Z phoe_: That's my whole issue. I'd go INITIALIZE-INSTANCE :AFTER if I could. 2017-08-01T16:12:18Z shka_ joined #sbcl 2017-08-01T16:20:28Z Posterdati quit (Ping timeout: 258 seconds) 2017-08-01T16:33:50Z ym quit (Ping timeout: 240 seconds) 2017-08-01T16:34:34Z Posterdati joined #sbcl 2017-08-01T16:34:45Z ym joined #sbcl 2017-08-01T17:00:17Z m00natic quit (Remote host closed the connection) 2017-08-01T17:11:42Z whoman quit (Quit: Leaving) 2017-08-01T17:14:41Z Bike quit (Ping timeout: 255 seconds) 2017-08-01T17:19:35Z Bike joined #sbcl 2017-08-01T17:26:05Z flip214: phoe_: well, how about discussing to make 2017-08-01T17:26:07Z flip214: (defun make-condition (type &rest initargs) 2017-08-01T17:26:13Z flip214: a DEFMETHOD instead? 2017-08-01T17:26:25Z flip214: would solve your issue, I guess. 2017-08-01T17:26:35Z stassats: just no 2017-08-01T17:26:38Z phoe_: ^ 2017-08-01T17:26:42Z phoe_: flip214: end of discussion 2017-08-01T17:27:34Z stassats: just write in your condition documentation "only to be used by subclasses" 2017-08-01T17:28:03Z stassats: this is not a technical use case, just a "would be nice to have", but if "would be nice to have" goes against the language then it should be just dropped 2017-08-01T17:30:08Z flip214: oh yeah, this is a spec issue. well, how about (defmethod allocate-condition)? although that wouldn't help that much too, 2017-08-01T17:30:14Z flip214: I guess its package is locked. 2017-08-01T17:31:36Z flip214: hmmm, the condition system isn't using the CLOS mechanisms... for a good reason, I guess. 2017-08-01T17:34:40Z phoe_: flip214: AFAIK, CMUCL had conditions well before it had CLOS 2017-08-01T17:35:53Z stassats: flip214: i'm not willing to add an unportable extensions to support some remotely useful case 2017-08-01T17:45:32Z stassats: ugh, that arm thing, i so don't want to deal with it 2017-08-01T17:47:00Z scymtym: stassats: are you sure the code in EMIT-LOAD/STORE-INSTRUCTION is wrong and not the type inference? 2017-08-01T17:47:15Z stassats: scymtym: yeah 2017-08-01T17:47:28Z stassats: it does (tn-offset base) after (label-p base) 2017-08-01T17:48:39Z scymtym: isn't that outside the (LABEL-P ...) clause, i.e. when LABEL-P is false? 2017-08-01T17:49:10Z stassats: nope, inside 2017-08-01T17:49:19Z stassats: both 2017-08-01T17:50:00Z stassats: so i have no idea what should it be encoding 2017-08-01T17:50:04Z scymtym: hm, i will have to look again 2017-08-01T17:50:12Z stassats: i have to come with a test case, get the arm spec, etc. 2017-08-01T17:52:16Z scymtym: haha, i have been looking at EMIT-LOAD/STORE-INSTRUCTION instead of EMIT-MISC-LOAD/STORE-INSTRUCTION. that explains it 2017-08-01T17:52:37Z stassats: does it offer a fix? 2017-08-01T17:53:02Z stassats: i think it does 2017-08-01T17:53:05Z stassats: now for a test case 2017-08-01T17:53:28Z scymtym: it uses EMIT-DP-INSTRUCTION at the corresponding position 2017-08-01T17:56:33Z stassats: it's only used for byte/half-word loads 2017-08-01T17:57:31Z stassats: never against a label 2017-08-01T17:59:52Z stassats: will do the obvious fix and not test it 2017-08-01T18:01:06Z slyrus: my lazy mind read that as "well, the obvious fix is not to test it". sounds legit. 2017-08-01T18:01:25Z stassats: i doubt it'll ever be invoked 2017-08-01T18:01:44Z stassats: but the fix appears to be right, using pc-offset 2017-08-01T18:03:40Z stassats: dougk_: are you planning on making structure reads and writes using narrower load/stores? 2017-08-01T18:35:15Z jamtho joined #sbcl 2017-08-01T18:43:49Z scymtym quit (Ping timeout: 276 seconds) 2017-08-01T18:48:10Z scymtym joined #sbcl 2017-08-01T18:55:20Z jamtho quit (Ping timeout: 260 seconds) 2017-08-01T18:58:10Z shka_ quit (Ping timeout: 240 seconds) 2017-08-01T19:18:28Z scymtym quit (Ping timeout: 240 seconds) 2017-08-01T19:34:13Z angavrilov quit (Remote host closed the connection) 2017-08-01T19:56:20Z BitPuffin joined #sbcl 2017-08-01T20:00:32Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-01T20:42:07Z milanj joined #sbcl 2017-08-01T20:46:36Z Xof joined #sbcl 2017-08-01T21:03:28Z milanj quit (Quit: Leaving) 2017-08-01T21:13:28Z Bike quit (Ping timeout: 240 seconds) 2017-08-01T21:18:02Z stassats: huh, read-char conses on darwin 2017-08-01T21:18:47Z stassats: can't profile it... 2017-08-01T21:23:48Z attila_lendvai joined #sbcl 2017-08-01T21:23:48Z attila_lendvai quit (Changing host) 2017-08-01T21:23:48Z attila_lendvai joined #sbcl 2017-08-01T21:32:10Z oleo quit (Ping timeout: 276 seconds) 2017-08-01T21:32:59Z stassats: because of WAIT-UNTIL-FD-USABLE 2017-08-01T21:33:15Z stassats: a working sprof would have saved me 20 minutes 2017-08-01T21:36:29Z stassats: and that's because sb-alien is broken 2017-08-01T21:36:36Z stassats: (consing, that is) 2017-08-01T21:45:38Z sjl__ joined #sbcl 2017-08-01T21:48:25Z sjl quit (Ping timeout: 276 seconds) 2017-08-01T21:54:02Z rumbler3_ joined #sbcl 2017-08-01T21:58:14Z rumbler3_ quit (Ping timeout: 240 seconds) 2017-08-01T21:58:30Z stassats: looks like i can put some sense into sb-alien by using... setf-functions 2017-08-01T21:58:41Z stassats: instead of defsetf, which introduces variables 2017-08-01T21:59:08Z stassats: hm, but setf functions do too 2017-08-01T22:04:18Z phoe_ is now known as phoe 2017-08-01T22:06:48Z stassats: no, sb-alien is hopeless 2017-08-01T22:09:06Z stylewarning: Where in the source should I learn more about SB-ALIEN and it's interaction with the C ABI? 2017-08-01T22:09:31Z stassats: M-. 2017-08-01T22:16:32Z stylewarning: Ok 2017-08-01T22:16:47Z stassats: but it blows, don't bother 2017-08-01T22:19:13Z jamtho joined #sbcl 2017-08-01T22:19:42Z stylewarning: Why is the doc policy to comment for non-public functions? 2017-08-01T22:20:23Z stylewarning: (Actually the policy seems to be "document as sparingly as possible") 2017-08-01T22:22:12Z Bike joined #sbcl 2017-08-01T22:22:50Z stylewarning: Is there a way to get an object's SAP for purposes of using with FORTRAN ABI's 2017-08-01T22:23:05Z stassats: what object? 2017-08-01T22:23:19Z stylewarning: Things like fixnums and floats 2017-08-01T22:23:33Z stassats: those are not really objects 2017-08-01T22:23:50Z stylewarning: Data that reside somewhere locatable by an address 2017-08-01T22:24:41Z stassats: fixnums and floats are not such things 2017-08-01T22:25:04Z stassats: just go through a C layer 2017-08-01T22:25:42Z stylewarning: Ok but Fortran expects a reference 2017-08-01T22:26:38Z stylewarning: And currently I'm allocating and copying, which seems a little heavy handed 2017-08-01T22:26:55Z stassats: allocating what? 2017-08-01T22:27:56Z stylewarning: Allocating sizeof(float) to get a pointer, which I can deref and set 2017-08-01T22:28:14Z stassats: there's no other way 2017-08-01T22:28:31Z Bike: you can do it on the stack though, right? 2017-08-01T22:28:32Z stassats: floats have no address 2017-08-01T22:29:25Z stylewarning: Doesn't the C ABI push them on the stack for a call? 2017-08-01T22:29:36Z stassats: which C ABI? 2017-08-01T22:29:45Z stassats: some do 2017-08-01T22:30:02Z stylewarning: AMD64 on Linux? 2017-08-01T22:30:21Z stassats: XMM registers 2017-08-01T22:30:27Z stylewarning: (I am ignorant of the precise rules of the ABI on any platform and am relying on imprecise tribal knowledge.) 2017-08-01T22:31:01Z stassats: until they run out, but they rarely do 2017-08-01T22:31:19Z whoman joined #sbcl 2017-08-01T22:36:31Z stylewarning: I need to vastly improve my knowledge of low level layout of things 2017-08-01T22:39:10Z whoman: things 2017-08-01T22:39:27Z jamtho quit (Ping timeout: 240 seconds) 2017-08-01T22:42:09Z logrus joined #sbcl 2017-08-01T22:50:40Z stylewarning: Well not "objects" apparently 2017-08-01T22:53:54Z jamtho joined #sbcl 2017-08-01T22:57:59Z oleo joined #sbcl 2017-08-01T22:58:41Z whoman: that which is layed out, yeah.. 2017-08-01T22:59:11Z Bike: this is pretty simple. fortran doesn't expect a float or whatever, it expects a memory location. sbcl just keeps floats in registers if it can, so there isn't necessarily a memory location that has the value of the float in it. 2017-08-01T22:59:46Z stassats: sbcl already works with C, just call fortran from C 2017-08-01T23:00:24Z Bike: i don't know much fortran, but for C if you ran into this you'd use with-foreign-object or whatever sb-alien equivalent to allocate some memory (on the stack, so it's cheap) and put the float in there from the register 2017-08-01T23:03:07Z stylewarning: I'm using WITH-* and it works. It makes for messy code, esp. when dealing with things like complex doubles 2017-08-01T23:05:26Z whoman: more macros 2017-08-01T23:06:35Z logrus quit (Quit: Textual IRC Client: www.textualapp.com) 2017-08-01T23:07:00Z logrus joined #sbcl 2017-08-01T23:07:04Z stylewarning: I'm sure I could make a joke about macros like the regex joke. "Now you got two problems" etc 2017-08-01T23:07:52Z stassats: sb-alien gives me 99 problems 2017-08-01T23:08:01Z logrus left #sbcl 2017-08-01T23:08:02Z Bike: in C it's a little easier since you can say "int a; f(&a);" and the compiler will go "ah, i can't just keep 'a' in a register" implicitly. C is so high-level 2017-08-01T23:08:06Z stassats: so, what's one more? 2017-08-01T23:08:37Z cromachina joined #sbcl 2017-08-01T23:08:59Z https_GK1wmSU joined #sbcl 2017-08-01T23:09:00Z stassats: then it goes "jk, i inlined F" 2017-08-01T23:11:41Z https_GK1wmSU left #sbcl 2017-08-01T23:18:04Z jamtho quit (Ping timeout: 260 seconds) 2017-08-01T23:20:00Z whoman quit (Quit: Leaving) 2017-08-01T23:21:07Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-01T23:26:51Z cromachina quit (Read error: Connection reset by peer) 2017-08-01T23:30:23Z cromachina joined #sbcl 2017-08-01T23:50:53Z dougk__ joined #sbcl 2017-08-02T00:09:01Z whoman joined #sbcl 2017-08-02T00:10:48Z dougk__ quit (Ping timeout: 260 seconds) 2017-08-02T00:14:11Z karswell_ joined #sbcl 2017-08-02T00:14:48Z karswell quit (Read error: Connection reset by peer) 2017-08-02T00:28:51Z rumbler31 joined #sbcl 2017-08-02T00:32:40Z stassats quit (Ping timeout: 255 seconds) 2017-08-02T00:38:44Z phoe quit (Ping timeout: 240 seconds) 2017-08-02T00:40:39Z phoe joined #sbcl 2017-08-02T00:44:06Z rumbler31 quit (Remote host closed the connection) 2017-08-02T00:47:07Z rumbler31 joined #sbcl 2017-08-02T00:47:44Z BitPuffin quit (Ping timeout: 240 seconds) 2017-08-02T00:52:31Z rumbler31 quit (Remote host closed the connection) 2017-08-02T01:14:11Z macdavid_ joined #sbcl 2017-08-02T01:16:14Z macdavid313 quit (Ping timeout: 240 seconds) 2017-08-02T01:39:22Z https_GK1wmSU joined #sbcl 2017-08-02T01:40:00Z https_GK1wmSU left #sbcl 2017-08-02T01:52:23Z edgar-rft joined #sbcl 2017-08-02T01:54:28Z macdavid313 joined #sbcl 2017-08-02T01:57:40Z macdavid_ quit (Ping timeout: 260 seconds) 2017-08-02T02:08:00Z rumbler31 joined #sbcl 2017-08-02T02:24:54Z rumbler31 quit (Remote host closed the connection) 2017-08-02T03:09:57Z adlai quit (Ping timeout: 240 seconds) 2017-08-02T03:12:16Z macdavid_ joined #sbcl 2017-08-02T03:13:20Z macdavid313 quit (Remote host closed the connection) 2017-08-02T03:14:18Z macdavid313 joined #sbcl 2017-08-02T03:17:06Z adlai joined #sbcl 2017-08-02T03:17:14Z macdavid_ quit (Ping timeout: 240 seconds) 2017-08-02T03:19:06Z macdavid_ joined #sbcl 2017-08-02T03:19:45Z rumbler31 joined #sbcl 2017-08-02T03:20:24Z macdavid313 quit (Remote host closed the connection) 2017-08-02T03:26:05Z rumbler31 quit (Remote host closed the connection) 2017-08-02T03:30:46Z karswell_ quit (Read error: Connection reset by peer) 2017-08-02T03:48:36Z karswell_ joined #sbcl 2017-08-02T03:58:59Z shka_ joined #sbcl 2017-08-02T04:04:18Z dougk__ joined #sbcl 2017-08-02T04:18:26Z angavrilov joined #sbcl 2017-08-02T04:21:52Z Bike quit (Ping timeout: 260 seconds) 2017-08-02T05:36:48Z dougk___ joined #sbcl 2017-08-02T05:38:18Z dougk__ quit (Read error: Connection reset by peer) 2017-08-02T06:09:53Z oleo quit (Quit: irc client terminated!) 2017-08-02T06:25:05Z whoman quit (Remote host closed the connection) 2017-08-02T06:30:12Z shka_ quit (Ping timeout: 260 seconds) 2017-08-02T06:53:05Z whoman joined #sbcl 2017-08-02T07:06:50Z jack_rabbit quit (Ping timeout: 240 seconds) 2017-08-02T07:23:50Z jack_rabbit joined #sbcl 2017-08-02T07:45:18Z scymtym joined #sbcl 2017-08-02T07:56:36Z jamtho joined #sbcl 2017-08-02T08:03:32Z dougk___ quit (Ping timeout: 260 seconds) 2017-08-02T08:27:18Z phoe: from #lisp: http://paste.lisp.org/display/352293 <- on 1.3.14.debian the file contains "admin@my-system.com" where on 1.3.20 it contains #A((19) BASE-CHAR . "admin@my-system.com") 2017-08-02T08:27:45Z jamtho quit (Ping timeout: 248 seconds) 2017-08-02T08:31:10Z https_GK1wmSU joined #sbcl 2017-08-02T08:32:00Z jamtho joined #sbcl 2017-08-02T08:32:20Z macdavid_ quit (Remote host closed the connection) 2017-08-02T08:32:39Z macdavid313 joined #sbcl 2017-08-02T08:34:06Z https_GK1wmSU left #sbcl 2017-08-02T08:36:41Z karswell_ quit (Remote host closed the connection) 2017-08-02T08:37:21Z karswell_ joined #sbcl 2017-08-02T08:41:48Z scymtym quit (Ping timeout: 260 seconds) 2017-08-02T08:57:40Z jamtho quit (Ping timeout: 260 seconds) 2017-08-02T09:08:49Z scymtym joined #sbcl 2017-08-02T09:19:16Z scymtym: phoe: in sbcl, there is a distinction between strings with base-char and character elements. printing a string (of either kind) that only contains potential base-chars as "CHARS" does not encode which kind it originally was. older sbcl versions did this, but when printing readably, this is obviously a problem since print then read would no longer roundtrip 2017-08-02T09:19:54Z scymtym: to fix this, printed representation you observed has been introduced 2017-08-02T09:20:55Z phoe: scymtym: I see. Is there some kind of special variable that controls specifically this behaviour? 2017-08-02T09:21:13Z phoe: Like - "switches" between the old and the new ways? 2017-08-02T09:22:57Z scymtym: not specifically, but *PRINT-READABLY*, among other things, controls this 2017-08-02T09:33:33Z Harag joined #sbcl 2017-08-02T09:36:36Z Harag: how would I cast/coerce a simple-base-string to a char array? 2017-08-02T09:40:52Z scymtym: in case of the paste, i think the root cause is a recent optimization for FORMAT that lets it output BASE-STRINGs, when possible 2017-08-02T09:42:48Z Harag: scymtym: ok, for now I just need a work around and simple-base-string does not seem to coerce to anything, this is getting lower level than my skills cover 2017-08-02T09:43:40Z scymtym: Harag: what do you want to achieve? 2017-08-02T09:44:23Z Harag: "admin@my-system.com" instead of #A((19) BASE-CHAR . "admin@my-system.com") 2017-08-02T09:47:22Z scymtym quit (Read error: Connection reset by peer) 2017-08-02T09:47:47Z scymtym joined #sbcl 2017-08-02T09:48:18Z scymtym: Harag: i mean more generally. who will consume the file you write? 2017-08-02T09:49:25Z Harag: scymtym: at the moment lisp and humans 2017-08-02T09:49:53Z Harag: so I can live with it for now, just not pretty thats all 2017-08-02T09:53:12Z scymtym: if you intend to READ the file back with SBCL, there should be no problem. on the contrary: if your code works with BASE-STRINGs, a print-read cycle turning them into CHARACTER STRINGs could lead to problems 2017-08-02T09:54:24Z Harag: just curious what would this do to some of libraries out there that produce html or jason? 2017-08-02T09:55:42Z Shinmera: Harag: what do you mean? 2017-08-02T09:56:04Z Shinmera: Those libraries won't PRINT/PPRINT lisp code structures, so 2017-08-02T09:57:58Z Harag: ok 2017-08-02T09:58:29Z Shinmera: Generally if you have a data format that is not lisp code, writing your own printer is the sane choice anyway. 2017-08-02T09:59:38Z Harag: the data format is a proper list so its lisp code just very simple 2017-08-02T10:00:30Z Harag: I will look into this again if it becomes an issue, right now I just need to get some work done, thanx for the advise and feedback 2017-08-02T10:02:29Z Harag left #sbcl 2017-08-02T10:27:06Z rumbler31 joined #sbcl 2017-08-02T10:31:02Z adlai quit (Ping timeout: 255 seconds) 2017-08-02T10:31:29Z rumbler31 quit (Ping timeout: 255 seconds) 2017-08-02T10:36:32Z Bike joined #sbcl 2017-08-02T10:39:56Z stassats joined #sbcl 2017-08-02T10:46:04Z adlai joined #sbcl 2017-08-02T10:46:39Z m00natic joined #sbcl 2017-08-02T10:58:10Z adlai quit (Ping timeout: 246 seconds) 2017-08-02T11:07:29Z attila_lendvai joined #sbcl 2017-08-02T11:07:29Z attila_lendvai quit (Changing host) 2017-08-02T11:07:29Z attila_lendvai joined #sbcl 2017-08-02T11:08:19Z adlai joined #sbcl 2017-08-02T11:21:07Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-02T11:22:26Z jamtho joined #sbcl 2017-08-02T11:27:56Z jamtho quit (Ping timeout: 260 seconds) 2017-08-02T11:28:52Z Posterdati^2 quit (Remote host closed the connection) 2017-08-02T11:29:15Z Posterdati^2 joined #sbcl 2017-08-02T12:20:41Z Bike quit (Ping timeout: 258 seconds) 2017-08-02T12:23:07Z BitPuffin|osx joined #sbcl 2017-08-02T12:31:03Z dougk__ joined #sbcl 2017-08-02T12:44:14Z dougk__ quit (Ping timeout: 240 seconds) 2017-08-02T12:47:57Z stassats quit (Ping timeout: 255 seconds) 2017-08-02T12:50:23Z macdavid_ joined #sbcl 2017-08-02T12:51:15Z macdavid313 quit (Remote host closed the connection) 2017-08-02T13:09:58Z Bike joined #sbcl 2017-08-02T13:10:01Z Bike quit (Remote host closed the connection) 2017-08-02T13:10:23Z Bike joined #sbcl 2017-08-02T13:21:19Z cromachina quit (Read error: Connection reset by peer) 2017-08-02T13:27:51Z dougk__ joined #sbcl 2017-08-02T13:32:14Z rumbler31 joined #sbcl 2017-08-02T13:34:57Z dougk__ quit (Ping timeout: 240 seconds) 2017-08-02T13:40:07Z rumbler31 quit (Remote host closed the connection) 2017-08-02T14:04:56Z oleo joined #sbcl 2017-08-02T14:04:56Z macdavid313 joined #sbcl 2017-08-02T14:08:56Z macdavid_ quit (Ping timeout: 260 seconds) 2017-08-02T14:18:22Z oleo quit (Ping timeout: 276 seconds) 2017-08-02T14:19:21Z oleo joined #sbcl 2017-08-02T14:21:51Z attila_lendvai joined #sbcl 2017-08-02T14:53:57Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-02T15:17:13Z dougk__ joined #sbcl 2017-08-02T15:20:59Z dougk_: stassats: re. shorter instance reads/writes, it's something i'm thinking about. no plan currently 2017-08-02T15:39:19Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-02T15:57:32Z edgar-rft quit (Quit: edgar-rft) 2017-08-02T16:46:53Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-02T16:48:50Z dougk__ joined #sbcl 2017-08-02T16:51:50Z sjl__ is now known as sjl 2017-08-02T16:57:02Z dougk___ joined #sbcl 2017-08-02T16:59:34Z dougk__ quit (Ping timeout: 276 seconds) 2017-08-02T17:00:06Z milanj joined #sbcl 2017-08-02T17:19:59Z scymtym_ joined #sbcl 2017-08-02T17:20:48Z scymtym quit (Ping timeout: 268 seconds) 2017-08-02T17:43:08Z flip214 quit (Quit: leaving) 2017-08-02T17:43:13Z m00natic quit (Remote host closed the connection) 2017-08-02T17:45:11Z shka_ joined #sbcl 2017-08-02T17:45:14Z flip214 joined #sbcl 2017-08-02T17:45:14Z flip214 quit (Changing host) 2017-08-02T17:45:14Z flip214 joined #sbcl 2017-08-02T17:59:34Z dougk___ quit (Ping timeout: 246 seconds) 2017-08-02T18:06:34Z scymtym_ quit (Ping timeout: 255 seconds) 2017-08-02T18:12:31Z leah2 quit (Ping timeout: 246 seconds) 2017-08-02T18:21:10Z dougk__ joined #sbcl 2017-08-02T18:26:21Z dougk_: I am pushing some changes that once working will help me verify that every backend builds, highly parallelized. Exciting stuff. 2017-08-02T18:29:27Z leah2 joined #sbcl 2017-08-02T18:29:33Z BitPuffin|osx joined #sbcl 2017-08-02T18:51:26Z angavrilov quit (Remote host closed the connection) 2017-08-02T18:52:53Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-02T19:00:48Z dougk__ joined #sbcl 2017-08-02T19:05:01Z shka_ quit (Ping timeout: 268 seconds) 2017-08-02T19:11:54Z phoe is now known as phriend 2017-08-02T19:12:49Z phriend is now known as phoe 2017-08-02T19:15:10Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-02T19:21:11Z dougk__ joined #sbcl 2017-08-02T19:35:28Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-02T19:36:26Z dougk__ joined #sbcl 2017-08-02T19:51:20Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-02T19:52:44Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-02T20:09:39Z stassats joined #sbcl 2017-08-02T20:11:12Z dougk__ joined #sbcl 2017-08-02T20:34:24Z Xof: so, anyone want to tell me how to build sbcl on windows these days? 2017-08-02T20:34:39Z phoe: Xof: it's pretty simple, actually 2017-08-02T20:34:59Z Xof: I have breakage in make-target-1 with a bunch of posixish functions with conflicting types 2017-08-02T20:35:06Z Xof: (msys2, win10) 2017-08-02T20:35:13Z phoe: msys2 is the way to go 2017-08-02T20:35:23Z phoe: Xof: which tests break? 2017-08-02T20:36:15Z Xof: not nearly at the tests point 2017-08-02T20:36:26Z Xof: failing to build the runtime 2017-08-02T20:36:43Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-02T20:36:49Z Xof: the first error is conflicting types for sigset_t 2017-08-02T20:36:53Z phoe: ouch! 2017-08-02T20:37:13Z phoe: Xof: which version/commit are you building? 2017-08-02T20:37:48Z Xof: HEAD 2017-08-02T20:37:58Z Xof: but I'm sure that it's likely to be something that I'm doing wrong 2017-08-02T20:38:05Z dougk__ joined #sbcl 2017-08-02T20:38:14Z phoe: that might be an issue though. I was building SBCL .17 some time ago and it built fine for me 2017-08-02T20:38:24Z phoe: perhaps try building an earlier version first 2017-08-02T20:39:06Z Xof: when you run msys2, do you run the msys shell or one of the mingw ones? 2017-08-02T20:40:03Z phoe: I run the respective mingw shell 2017-08-02T20:40:13Z phoe: if I built 32-bit sbcl, I run the 32-bit shell 2017-08-02T20:40:35Z Xof: let's see if that makes a difference 2017-08-02T20:42:26Z Xof: ... yes it does 2017-08-02T20:42:31Z Xof: on to make-host-2 2017-08-02T20:42:33Z Xof: thank you 2017-08-02T20:42:41Z https_GK1wmSU joined #sbcl 2017-08-02T20:43:10Z dougk__ quit (Ping timeout: 276 seconds) 2017-08-02T20:43:44Z aeth quit (Ping timeout: 260 seconds) 2017-08-02T20:44:15Z https_GK1wmSU left #sbcl 2017-08-02T20:50:02Z Xof: (brb installing diff-utils) 2017-08-02T20:50:37Z aeth joined #sbcl 2017-08-02T20:50:43Z phoe quit (Ping timeout: 240 seconds) 2017-08-02T20:50:57Z phoe joined #sbcl 2017-08-02T20:55:25Z scymtym joined #sbcl 2017-08-02T20:56:50Z Xof: ok, apparently make-target-contrib doesn't like spaces in my home directory 2017-08-02T20:56:57Z Xof: but I have some kind of sbcl built 2017-08-02T21:16:49Z Bike quit (Ping timeout: 248 seconds) 2017-08-02T21:16:56Z attila_lendvai joined #sbcl 2017-08-02T21:20:43Z phoe quit (Ping timeout: 240 seconds) 2017-08-02T21:20:57Z phoe joined #sbcl 2017-08-02T21:29:29Z dougk__ joined #sbcl 2017-08-02T21:34:15Z dougk__ quit (Ping timeout: 268 seconds) 2017-08-02T21:37:24Z dougk__ joined #sbcl 2017-08-02T22:08:43Z dougk__ quit (Ping timeout: 240 seconds) 2017-08-02T22:10:09Z scymtym quit (Ping timeout: 248 seconds) 2017-08-02T22:21:27Z Bike joined #sbcl 2017-08-02T22:23:08Z cromachina joined #sbcl 2017-08-02T22:26:28Z https_GK1wmSU joined #sbcl 2017-08-02T22:27:46Z https_GK1wmSU left #sbcl 2017-08-02T22:37:35Z dougk__ joined #sbcl 2017-08-02T22:37:46Z stassats quit (Ping timeout: 268 seconds) 2017-08-02T23:17:44Z whoman quit (Remote host closed the connection) 2017-08-02T23:35:36Z attila_lendvai quit (Quit: Leaving.) 2017-08-03T00:01:40Z macdavid_ joined #sbcl 2017-08-03T00:02:18Z macdavid313 quit (Remote host closed the connection) 2017-08-03T00:07:41Z edgar-rft joined #sbcl 2017-08-03T00:13:34Z stassats joined #sbcl 2017-08-03T00:14:03Z http_GK1wmSU joined #sbcl 2017-08-03T00:14:42Z http_GK1wmSU left #sbcl 2017-08-03T00:51:32Z sjl quit (Ping timeout: 260 seconds) 2017-08-03T00:52:50Z stassats quit (Ping timeout: 240 seconds) 2017-08-03T00:55:22Z les quit (Ping timeout: 276 seconds) 2017-08-03T00:55:25Z stassats joined #sbcl 2017-08-03T00:56:59Z les joined #sbcl 2017-08-03T00:58:04Z sjl joined #sbcl 2017-08-03T00:59:56Z stassats quit (Ping timeout: 260 seconds) 2017-08-03T01:02:24Z macdavid313 joined #sbcl 2017-08-03T01:06:07Z macdavid_ quit (Ping timeout: 260 seconds) 2017-08-03T01:16:30Z jamtho joined #sbcl 2017-08-03T01:30:50Z rumbler31 joined #sbcl 2017-08-03T01:33:53Z rumbler31 quit (Remote host closed the connection) 2017-08-03T01:36:52Z BitPuffin|osx joined #sbcl 2017-08-03T01:38:13Z dougk___ joined #sbcl 2017-08-03T01:40:10Z dougk__ quit (Ping timeout: 240 seconds) 2017-08-03T02:10:44Z milanj quit (Quit: This computer has gone to sleep) 2017-08-03T02:13:41Z jamtho quit (Ping timeout: 260 seconds) 2017-08-03T03:01:16Z slyrus quit (Ping timeout: 260 seconds) 2017-08-03T03:15:06Z slyrus joined #sbcl 2017-08-03T03:36:02Z Bike quit (Ping timeout: 260 seconds) 2017-08-03T03:38:04Z scymtym joined #sbcl 2017-08-03T03:46:32Z dougk___ quit (Ping timeout: 260 seconds) 2017-08-03T03:57:36Z shka_ joined #sbcl 2017-08-03T05:11:58Z oleo quit (Quit: irc client terminated!) 2017-08-03T05:19:18Z milanj joined #sbcl 2017-08-03T05:28:19Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-03T07:10:34Z shka_ quit (Ping timeout: 246 seconds) 2017-08-03T07:14:49Z dougk__ joined #sbcl 2017-08-03T07:18:14Z m00natic joined #sbcl 2017-08-03T07:18:57Z dougk__ quit (Ping timeout: 248 seconds) 2017-08-03T08:34:52Z rumbler31 joined #sbcl 2017-08-03T08:39:10Z rumbler31 quit (Ping timeout: 240 seconds) 2017-08-03T09:00:36Z macdavid_ joined #sbcl 2017-08-03T09:01:40Z macdavid313 quit (Remote host closed the connection) 2017-08-03T09:23:59Z jamtho joined #sbcl 2017-08-03T09:39:19Z jamtho quit (Ping timeout: 246 seconds) 2017-08-03T09:48:09Z stassats joined #sbcl 2017-08-03T09:50:36Z stassats` joined #sbcl 2017-08-03T09:53:39Z stassats quit (Quit: ERC (IRC client for Emacs 25.1.2)) 2017-08-03T09:57:13Z stassats` quit (Ping timeout: 240 seconds) 2017-08-03T10:41:31Z attila_lendvai joined #sbcl 2017-08-03T10:41:31Z attila_lendvai quit (Changing host) 2017-08-03T10:41:31Z attila_lendvai joined #sbcl 2017-08-03T10:45:57Z Bike joined #sbcl 2017-08-03T10:52:25Z stassats joined #sbcl 2017-08-03T10:55:51Z stassats: how hard is it to update all the Unicode data? 2017-08-03T10:59:35Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-03T11:01:26Z attila_lendvai joined #sbcl 2017-08-03T11:04:36Z stassats: where does allkeys.txt come from? 2017-08-03T11:05:04Z stassats: UCA 2017-08-03T11:15:24Z aeth quit (Read error: Connection reset by peer) 2017-08-03T11:19:45Z stassats` joined #sbcl 2017-08-03T11:21:00Z aeth joined #sbcl 2017-08-03T11:23:08Z stassats: now all unicode tests break 2017-08-03T11:29:53Z stassats quit (Remote host closed the connection) 2017-08-03T11:30:10Z stassats joined #sbcl 2017-08-03T11:50:02Z angavrilov joined #sbcl 2017-08-03T11:53:01Z stassats quit (Quit: ERC (IRC client for Emacs 25.1.2)) 2017-08-03T11:53:24Z stassats` left #sbcl 2017-08-03T11:53:36Z stassats` joined #sbcl 2017-08-03T11:55:36Z Shinmera: stassats`: Any idea how to call methods like this from CommonQt? http://doc.qt.io/qt-4.8/qinputdialog.html#getInt The bool *ok parameter is giving me trouble. Passing a pointer there simply gives me a "no applicable method" 2017-08-03T11:57:19Z stassats`: do you need it? 2017-08-03T11:57:31Z stassats`: will nil/0/null-pointer suffice? 2017-08-03T11:57:36Z Shinmera: Yes, in order to know whether the user pressed cancel or not. 2017-08-03T11:57:54Z Shinmera: If it returned NIL on failure that'd be Ok by me too. 2017-08-03T11:58:22Z stassats`: are you sure it's because of ok? 2017-08-03T11:59:38Z Shinmera: Ah- balls, I passed a bad max value. Sorry for the noise. 2017-08-03T12:06:40Z dougk__ joined #sbcl 2017-08-03T12:06:48Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-03T12:09:41Z attila_lendvai joined #sbcl 2017-08-03T12:09:41Z attila_lendvai quit (Changing host) 2017-08-03T12:09:41Z attila_lendvai joined #sbcl 2017-08-03T12:10:27Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-03T12:11:43Z attila_lendvai joined #sbcl 2017-08-03T12:11:44Z attila_lendvai quit (Changing host) 2017-08-03T12:11:44Z attila_lendvai joined #sbcl 2017-08-03T12:16:01Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-03T12:19:48Z Bike quit (Ping timeout: 240 seconds) 2017-08-03T12:35:28Z rumbler3_ joined #sbcl 2017-08-03T12:39:27Z rumbler3_ quit (Ping timeout: 240 seconds) 2017-08-03T12:40:04Z hlavaty joined #sbcl 2017-08-03T12:40:33Z hlavaty: hi somewhere between 8d154f to b1e83e was compilation with ccl, cmucl and clisp broken. 2017-08-03T12:43:06Z Intensity quit (Ping timeout: 258 seconds) 2017-08-03T12:46:13Z scymtym quit (Read error: Connection reset by peer) 2017-08-03T12:46:43Z scymtym joined #sbcl 2017-08-03T12:49:02Z phoe quit (Ping timeout: 260 seconds) 2017-08-03T12:51:27Z stassats`: ok, unicode 10.0 has changed more than just the data files 2017-08-03T12:52:32Z sjl quit (Ping timeout: 260 seconds) 2017-08-03T12:58:49Z rumbler31 joined #sbcl 2017-08-03T13:01:03Z stassats`: so, yeah, i'm not going to be the one updating to 10.0 2017-08-03T13:01:06Z stassats`: at least not now 2017-08-03T13:04:36Z rumbler31 quit (Remote host closed the connection) 2017-08-03T13:07:22Z phoe joined #sbcl 2017-08-03T13:09:49Z Intensity joined #sbcl 2017-08-03T13:13:31Z BitPuffin|osx joined #sbcl 2017-08-03T13:24:27Z macdavid313 joined #sbcl 2017-08-03T13:25:44Z macdavid_ quit (Remote host closed the connection) 2017-08-03T13:30:55Z Bike joined #sbcl 2017-08-03T13:35:13Z dougk__ quit (Ping timeout: 240 seconds) 2017-08-03T13:43:02Z phoe quit (Ping timeout: 268 seconds) 2017-08-03T13:44:35Z cromachina quit (Read error: Connection reset by peer) 2017-08-03T13:58:57Z scymtym quit (Ping timeout: 248 seconds) 2017-08-03T14:04:02Z attila_lendvai joined #sbcl 2017-08-03T14:04:02Z attila_lendvai quit (Changing host) 2017-08-03T14:04:02Z attila_lendvai joined #sbcl 2017-08-03T14:04:27Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-03T14:05:06Z dougk__ joined #sbcl 2017-08-03T14:06:05Z sjl joined #sbcl 2017-08-03T14:24:42Z dougk__ quit (Ping timeout: 240 seconds) 2017-08-03T14:27:10Z stassats` quit (Ping timeout: 240 seconds) 2017-08-03T14:34:32Z phoe joined #sbcl 2017-08-03T15:04:10Z dougk_: hlavaty: i see the problem. 2017-08-03T15:07:20Z phoe quit (Ping timeout: 255 seconds) 2017-08-03T15:07:35Z hlavaty: dougk_: ok, thanks! 2017-08-03T15:08:52Z hlavaty: source forge rejected my email so it's without error logs this time, only via irc 2017-08-03T15:24:50Z macdavid313 quit 2017-08-03T15:30:59Z whoman joined #sbcl 2017-08-03T15:45:37Z m00natic quit (Remote host closed the connection) 2017-08-03T16:10:50Z phoe joined #sbcl 2017-08-03T16:14:50Z dougk__ joined #sbcl 2017-08-03T16:19:50Z stassats joined #sbcl 2017-08-03T16:42:50Z shka_ joined #sbcl 2017-08-03T17:02:19Z scymtym joined #sbcl 2017-08-03T17:05:40Z hlavaty quit (Remote host closed the connection) 2017-08-03T17:27:52Z phoe quit (Ping timeout: 260 seconds) 2017-08-03T17:29:20Z phoe joined #sbcl 2017-08-03T17:37:28Z attila_lendvai quit (Read error: No route to host) 2017-08-03T17:52:37Z scymtym quit (Ping timeout: 276 seconds) 2017-08-03T17:52:49Z attila_lendvai joined #sbcl 2017-08-03T18:05:40Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-03T18:11:48Z dougk___ joined #sbcl 2017-08-03T18:14:10Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-03T19:16:08Z shka_ quit (Ping timeout: 260 seconds) 2017-08-03T19:26:08Z shka_ joined #sbcl 2017-08-03T19:27:36Z dougk__ joined #sbcl 2017-08-03T19:29:25Z dougk___ quit (Ping timeout: 246 seconds) 2017-08-03T19:30:55Z attila_lendvai joined #sbcl 2017-08-03T19:30:55Z attila_lendvai quit (Changing host) 2017-08-03T19:30:55Z attila_lendvai joined #sbcl 2017-08-03T19:41:10Z shka_ quit (Ping timeout: 276 seconds) 2017-08-03T19:54:04Z foom2 joined #sbcl 2017-08-03T19:57:04Z foom quit (Ping timeout: 246 seconds) 2017-08-03T20:05:28Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-03T20:05:40Z rumbler3_ joined #sbcl 2017-08-03T20:10:18Z rumbler3_ quit (Ping timeout: 268 seconds) 2017-08-03T20:18:53Z dougk__ joined #sbcl 2017-08-03T20:49:56Z stassats quit (Ping timeout: 260 seconds) 2017-08-03T20:52:29Z dougk__ quit (Ping timeout: 246 seconds) 2017-08-03T21:17:39Z angavrilov quit (Remote host closed the connection) 2017-08-03T21:25:53Z Bike quit (Ping timeout: 255 seconds) 2017-08-03T21:33:15Z milanj quit (Quit: This computer has gone to sleep) 2017-08-03T21:37:37Z aeth quit (Ping timeout: 255 seconds) 2017-08-03T22:34:09Z attila_lendvai quit (Quit: Leaving.) 2017-08-03T22:34:20Z milanj joined #sbcl 2017-08-03T22:43:31Z stylewarning: does SBCL have a built-in function to check the existence of an alien function (extra credit if it can be checked from a particular foreign lib)? 2017-08-03T22:44:23Z Bike joined #sbcl 2017-08-03T23:00:20Z stassats joined #sbcl 2017-08-03T23:00:44Z cromachina joined #sbcl 2017-08-03T23:05:29Z jamtho joined #sbcl 2017-08-03T23:07:11Z |3b|: stylewarning: could try whatever is called by cffi:foreign-symbol-pointer (though that doesn't guarantee it is a function specifically) 2017-08-03T23:21:19Z stylewarning: Let me check that out 2017-08-03T23:30:27Z phoe quit (Ping timeout: 240 seconds) 2017-08-03T23:37:51Z phoe joined #sbcl 2017-08-03T23:51:42Z sjl__ joined #sbcl 2017-08-03T23:51:55Z milanj quit (Quit: Leaving) 2017-08-03T23:53:57Z sjl quit (Ping timeout: 240 seconds) 2017-08-04T00:03:45Z jamtho quit (Ping timeout: 248 seconds) 2017-08-04T00:19:29Z karswell_ quit (Read error: Connection reset by peer) 2017-08-04T00:33:08Z Blkt_ quit (Remote host closed the connection) 2017-08-04T00:33:08Z fe[nl]ix quit (Read error: Connection reset by peer) 2017-08-04T00:33:21Z Blkt joined #sbcl 2017-08-04T00:33:22Z fe[nl]ix joined #sbcl 2017-08-04T00:50:02Z stassats quit (Ping timeout: 260 seconds) 2017-08-04T00:52:55Z sjl joined #sbcl 2017-08-04T00:56:26Z sjl__ quit (Ping timeout: 268 seconds) 2017-08-04T02:23:09Z http_GK1wmSU joined #sbcl 2017-08-04T02:23:17Z http_GK1wmSU left #sbcl 2017-08-04T03:13:23Z shka_ joined #sbcl 2017-08-04T03:28:28Z Bike quit (Ping timeout: 260 seconds) 2017-08-04T04:19:04Z shka_ quit (Read error: Connection reset by peer) 2017-08-04T04:19:18Z shka_ joined #sbcl 2017-08-04T04:28:17Z stylewarning: |3b|: works good enough for me. Thanks for the suggestion! 2017-08-04T04:38:25Z shka_ quit (Quit: Konversation terminated!) 2017-08-04T04:38:35Z shka_ joined #sbcl 2017-08-04T05:30:38Z angavrilov joined #sbcl 2017-08-04T07:02:50Z shka_ quit (Ping timeout: 240 seconds) 2017-08-04T07:33:32Z m00natic joined #sbcl 2017-08-04T07:52:40Z http_GK1wmSU joined #sbcl 2017-08-04T07:55:25Z http_GK1wmSU left #sbcl 2017-08-04T08:24:26Z dustinm` quit (Quit: Leaving) 2017-08-04T08:32:52Z dustinm` joined #sbcl 2017-08-04T08:33:53Z jamtho joined #sbcl 2017-08-04T08:47:50Z jamtho quit (Ping timeout: 240 seconds) 2017-08-04T10:17:09Z scymtym joined #sbcl 2017-08-04T10:46:10Z dougk_ quit (Ping timeout: 240 seconds) 2017-08-04T10:48:51Z Bike joined #sbcl 2017-08-04T10:48:54Z Bike quit (Remote host closed the connection) 2017-08-04T10:49:11Z Bike joined #sbcl 2017-08-04T10:49:14Z Bike quit (Remote host closed the connection) 2017-08-04T10:49:41Z Bike joined #sbcl 2017-08-04T10:50:05Z whoman quit (Ping timeout: 240 seconds) 2017-08-04T10:59:26Z dougk_ joined #sbcl 2017-08-04T11:06:41Z stassats joined #sbcl 2017-08-04T11:48:16Z http_GK1wmSU joined #sbcl 2017-08-04T11:50:14Z http_GK1wmSU left #sbcl 2017-08-04T12:17:46Z Bike quit (Ping timeout: 246 seconds) 2017-08-04T12:40:53Z oleo joined #sbcl 2017-08-04T12:44:36Z whoman joined #sbcl 2017-08-04T13:05:49Z Bike joined #sbcl 2017-08-04T13:14:17Z cromachina quit (Read error: Connection reset by peer) 2017-08-04T14:58:11Z stassats quit (Ping timeout: 268 seconds) 2017-08-04T14:59:01Z stassats joined #sbcl 2017-08-04T15:12:12Z m00natic quit (Remote host closed the connection) 2017-08-04T16:56:43Z fe[nl]ix: dougk_: is it possible that the MSAN warning is caused by strcpy being vectorized, and if it works on a word at a time it can briefly read past the NUL terminator ? 2017-08-04T16:57:53Z fe[nl]ix: I didn't feel like disassembling that function to trace its execution 2017-08-04T16:58:07Z dougk_: fe[nl]ix: if the implementation of strcpy() had this problem with MSAN, then everybody in the world would have it, no? 2017-08-04T17:00:37Z fe[nl]ix: depends on what MSAN considers as "uninitialized" 2017-08-04T17:01:03Z fe[nl]ix: zeroing the buffer or reusing one would not trigger this 2017-08-04T17:02:25Z dougk_: i wonder if it's because we didn't compile the actual C code with -fsanitize=. I have a build that does that. It doesn't run yet. 2017-08-04T17:03:07Z dougk_: in other words, you are suggesting that quite possibly the C compiler knows that it should zero-fill, if sanitizing, and I wouldn't dis-believe it 2017-08-04T17:04:25Z fe[nl]ix: yes. why doesn't it run ? 2017-08-04T17:07:06Z stassats: relocatable cores are in, what's left for sbcl.so? 2017-08-04T17:07:13Z fe[nl]ix: also, the entire trick of stack-allocating the argument to readlink() then strcpy() just saves a bit less than PATH_MAX(4k?) 2017-08-04T17:07:15Z fe[nl]ix: could have been done with calloc() + realloc() 2017-08-04T17:07:21Z stassats: relocatable static spaces? no signals? 2017-08-04T17:10:00Z karswell joined #sbcl 2017-08-04T17:18:44Z dougk_: i'm working on relocatable immobile space, and also i restored operation of gencgc without the sigsegv handler. Slow as hell, but a lifesaver when debugging something that causes our sigsegv handler to add 700 stack frames of noise to the problem 2017-08-04T17:20:00Z dougk_: i don't know why it doesn't run, to answer your question from several lines ago. If i knew, it would run. 2017-08-04T17:20:39Z stassats: dougk_: software barriers shouldn't add that much overhead 2017-08-04T17:21:11Z dougk_: yeah, that's what pvk claimed as well 2017-08-04T17:22:04Z stassats: sb-safepoint uses hardware barriers and isn't much different in performance to the signal approach 2017-08-04T17:22:11Z stassats: except that sb-safepoint is broken 2017-08-04T17:27:32Z shka_ joined #sbcl 2017-08-04T17:31:56Z dougk_: apropos of this, in the gencgc page tables, it is never correct to set the 'write_protected_cleared' bit to 0. All you can ever do is set it to 1. We should remove it 2017-08-04T17:44:20Z scymtym_ joined #sbcl 2017-08-04T17:46:32Z scymtym quit (Ping timeout: 268 seconds) 2017-08-04T18:52:52Z stassats: dougk_: should all the memsets be replaced with bzero? 2017-08-04T18:53:26Z stassats: but one 2017-08-04T19:02:11Z dougk_: i thought bzero was the deprecated one actually 2017-08-04T19:17:37Z shka_ quit (Ping timeout: 255 seconds) 2017-08-04T19:19:52Z Bicyclidine joined #sbcl 2017-08-04T19:22:20Z Bike quit (Ping timeout: 260 seconds) 2017-08-04T19:31:29Z shka_ joined #sbcl 2017-08-04T20:23:29Z shka_ quit (Ping timeout: 248 seconds) 2017-08-04T20:41:59Z stassats: dougk_: ok, but we have both 2017-08-04T21:12:55Z whoman quit (Remote host closed the connection) 2017-08-04T21:24:14Z Bicyclidine quit (Ping timeout: 258 seconds) 2017-08-04T21:24:41Z angavrilov quit (Remote host closed the connection) 2017-08-04T22:05:40Z stassats quit (Ping timeout: 260 seconds) 2017-08-04T22:15:41Z scymtym_ quit (Ping timeout: 240 seconds) 2017-08-04T22:21:26Z Bike joined #sbcl 2017-08-04T22:24:00Z aeth joined #sbcl 2017-08-04T22:33:15Z cromachina joined #sbcl 2017-08-04T22:52:54Z stassats joined #sbcl 2017-08-04T23:18:10Z phoe quit (Ping timeout: 240 seconds) 2017-08-04T23:26:01Z phoe joined #sbcl 2017-08-05T00:21:22Z pkhuong_: re write barriers, we can use soft dirty page tracking on linux. 2017-08-05T00:21:50Z pkhuong_: that'd also help with the VMA count 2017-08-05T00:23:16Z pkhuong_: I hacked a prototype in a couple years ago, and there was ~0 performance difference. suboptimal interactions with THP, but that might have been fixed now (tmpfs-backed huge pages definitely work correctly with soft dirty) 2017-08-05T00:24:15Z pkhuong_: if we don't want to catch sigsegv for STW, we could mmap in a STW code page. 2017-08-05T00:25:39Z pkhuong_: make sure that stop point instructions have enough bytes for a call, and mmap in a copy that has a call to the STW handler instead of that instruction. 2017-08-05T00:27:34Z pkhuong_: we use cross-modifying code at $WORK, but there's a bunch of chips where that might trigger a HW bug and hang. mmap should force each core to handle an IPI before observing the new code, so that's safe. 2017-08-05T00:29:57Z pkhuong_ is now known as pkhuong 2017-08-05T00:44:08Z stassats: is it time for "WARNING: Implicitly creating new generic function" to go? 2017-08-05T00:45:32Z stassats: first of all, why is it even a WARNING, that doesn't make any sense 2017-08-05T00:46:11Z pkhuong: IIRC implicit creation is implementation defined 2017-08-05T00:46:30Z pkhuong: we do tend to warn on code that triggers implementation defined behaviour 2017-08-05T00:47:13Z stassats: dunno, seems pretty clear to me 2017-08-05T00:47:28Z stassats: besides, nobody cares about these warnings (i don't) 2017-08-05T00:48:24Z stassats: a situation where (defmethod foo) is followed by (defgeneric foo) is more notable 2017-08-05T00:54:28Z stassats: i'm strongly for the removal that warning 2017-08-05T00:57:29Z stassats: instead, things like (defmethod b ()) (defgeneric b () (:method-class x)) should be reported 2017-08-05T01:03:48Z stassats: though, WARNING: redefining COMMON-LISP-USER::B in DEFGENERIC is probably enough 2017-08-05T01:04:27Z stassats: besides, the amount of people who do employ custom generic functions and methods classes is minuscule 2017-08-05T01:13:43Z stassats quit (Ping timeout: 276 seconds) 2017-08-05T02:04:22Z oleo: a method definition will create a gf (if there's non defined so far) 2017-08-05T02:04:56Z oleo: and if you first define a method that's what happens and the gf you create later overwrites the implicitly created one.... 2017-08-05T02:05:40Z oleo: so it's a warning of "dude whatever you want, i defined one already for you, but you must know better...there you go" 2017-08-05T02:08:04Z oleo: and the other is a warning of "you defined a method without giving me a gf for it first, so i create it for you" 2017-08-05T02:17:11Z phoe quit (Ping timeout: 240 seconds) 2017-08-05T02:24:40Z phoe joined #sbcl 2017-08-05T03:18:42Z whoman joined #sbcl 2017-08-05T03:35:36Z Bike quit (Ping timeout: 260 seconds) 2017-08-05T04:22:04Z cromachina_ joined #sbcl 2017-08-05T04:24:57Z cromachina quit (Ping timeout: 260 seconds) 2017-08-05T06:29:56Z angavrilov joined #sbcl 2017-08-05T07:41:45Z shka_ joined #sbcl 2017-08-05T09:56:41Z Bike joined #sbcl 2017-08-05T11:04:16Z scymtym joined #sbcl 2017-08-05T11:26:30Z Xof: the original motivation behind the warning on defmethod-without-defgeneric was to defend against hard-to-spot typos 2017-08-05T11:27:10Z Xof: (defmethod frobnicate ((x t)) 'a) (defmethod fronbicate ((x integer)) 'b) (frobnicate 3) => A ; huh 2017-08-05T11:58:56Z stassats joined #sbcl 2017-08-05T13:03:10Z stassats quit (Ping timeout: 240 seconds) 2017-08-05T14:44:03Z stassats joined #sbcl 2017-08-05T14:59:13Z Bike quit (Ping timeout: 248 seconds) 2017-08-05T15:30:25Z pkhuong: Xof: that sounds more like a style warning 2017-08-05T16:07:45Z http_GK1wmSU joined #sbcl 2017-08-05T16:10:39Z http_GK1wmSU left #sbcl 2017-08-05T16:16:26Z Bike joined #sbcl 2017-08-05T16:28:06Z eschatologist quit (Remote host closed the connection) 2017-08-05T16:43:20Z Bike quit (Ping timeout: 260 seconds) 2017-08-05T16:51:56Z Bike joined #sbcl 2017-08-05T16:55:35Z stassats quit (Ping timeout: 240 seconds) 2017-08-05T17:21:08Z Bike quit (Ping timeout: 260 seconds) 2017-08-05T17:42:27Z Posterdati quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2017-08-05T17:45:52Z Posterdati joined #sbcl 2017-08-05T17:54:40Z scymtym quit (Ping timeout: 240 seconds) 2017-08-05T18:01:42Z Posterdati quit (Remote host closed the connection) 2017-08-05T18:05:49Z Posterdati joined #sbcl 2017-08-05T18:30:16Z Bike joined #sbcl 2017-08-05T19:56:41Z Posterdati quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2017-08-05T19:57:46Z Posterdati joined #sbcl 2017-08-05T19:59:18Z irsol quit (Remote host closed the connection) 2017-08-05T20:01:17Z irsol joined #sbcl 2017-08-05T20:04:52Z stassats joined #sbcl 2017-08-05T20:05:26Z stassats: Xof: too many false positives to actually be useful 2017-08-05T20:06:26Z stassats: i was thinking about (optimize sb-ext:pedantic) and also stuffing the (&optional &key) warning there 2017-08-05T20:41:18Z angavrilov quit (Remote host closed the connection) 2017-08-05T20:51:40Z shka_ quit (Ping timeout: 240 seconds) 2017-08-05T21:16:18Z shka_ joined #sbcl 2017-08-05T21:44:40Z shka_ quit (Ping timeout: 240 seconds) 2017-08-05T21:49:49Z fiddlerwoaroof: Is there any way to get the return value of a traced function in :print-after or :condition-after? 2017-08-05T22:03:11Z d33pb00k-GK1wmSU joined #sbcl 2017-08-05T22:03:54Z stassats: SB-DEBUG:ARG 2017-08-05T22:04:11Z d33pb00k-GK1wmSU left #sbcl 2017-08-05T22:07:41Z fiddlerwoaroof: Doesn't that return the arguments passed to the function? 2017-08-05T22:07:55Z stassats: does it? 2017-08-05T22:08:20Z fiddlerwoaroof: Let me see, the only information I can find about that has it called like (sb-debug:arg 0) 2017-08-05T22:09:45Z fiddlerwoaroof: Interesting, (sb-debug:arg 0) is the return value... 2017-08-05T22:36:16Z attila_lendvai joined #sbcl 2017-08-05T22:36:16Z attila_lendvai quit (Changing host) 2017-08-05T22:36:16Z attila_lendvai joined #sbcl 2017-08-05T22:51:08Z jamtho joined #sbcl 2017-08-05T23:04:06Z karswell_ joined #sbcl 2017-08-05T23:05:15Z karswell quit (Read error: Connection reset by peer) 2017-08-05T23:31:52Z slyrus quit (Remote host closed the connection) 2017-08-06T00:10:05Z jamtho quit (Ping timeout: 240 seconds) 2017-08-06T00:16:23Z stassats quit (Remote host closed the connection) 2017-08-06T00:23:36Z attila_lendvai quit (Quit: Leaving.) 2017-08-06T02:04:17Z slyrus joined #sbcl 2017-08-06T03:54:42Z scymtym joined #sbcl 2017-08-06T05:04:28Z Bike quit (Ping timeout: 255 seconds) 2017-08-06T05:30:56Z karswell_ quit (Remote host closed the connection) 2017-08-06T06:21:15Z angavrilov joined #sbcl 2017-08-06T06:34:00Z whoman quit (Remote host closed the connection) 2017-08-06T06:34:28Z whoman joined #sbcl 2017-08-06T07:46:32Z eschatologist joined #sbcl 2017-08-06T07:55:53Z rub_ixCube joined #sbcl 2017-08-06T07:56:11Z rub_ixCube: where could I learn SBCL Lisp? 2017-08-06T07:56:54Z phoe: rub_ixCube: do you mean Common Lisp? SBCL is an implementation of it. 2017-08-06T07:57:34Z phoe: Common Lisp is a standard, a document. SBCL is one of the many programs that provide a language adhering to that standard. 2017-08-06T07:58:48Z shka_ joined #sbcl 2017-08-06T08:00:39Z whoman: rub_ixCube, many free books and tutorials for lisp on the web. a good way to learn is to install it and explore and play with it. 2017-08-06T08:03:13Z phoe: rub_ixCube: in case of the first, #clnoobs is a channel specialized for that, and one of the first books you'll get suggested is Practical Common Lisp available online at gigamonkeys.com 2017-08-06T08:26:41Z jamtho joined #sbcl 2017-08-06T08:41:58Z jamtho quit (Ping timeout: 276 seconds) 2017-08-06T09:07:20Z attila_lendvai joined #sbcl 2017-08-06T09:35:07Z whoman quit (Quit: Leaving) 2017-08-06T09:59:40Z rub_ixCube quit (Quit: Lost terminal) 2017-08-06T10:23:42Z attila_lendvai quit (Quit: Leaving.) 2017-08-06T10:43:20Z angavrilov quit (Ping timeout: 268 seconds) 2017-08-06T10:49:04Z BitPuffin|osx joined #sbcl 2017-08-06T10:59:43Z rgrau joined #sbcl 2017-08-06T11:06:33Z oleo quit (Quit: irc client terminated!) 2017-08-06T11:25:07Z BitPuffin|osx quit (Ping timeout: 276 seconds) 2017-08-06T11:33:20Z oleo joined #sbcl 2017-08-06T11:34:31Z rgrau quit (Ping timeout: 246 seconds) 2017-08-06T11:38:17Z rgrau joined #sbcl 2017-08-06T11:56:56Z angavrilov joined #sbcl 2017-08-06T12:03:40Z oleo quit (Quit: irc client terminated!) 2017-08-06T12:08:52Z Bike joined #sbcl 2017-08-06T12:16:39Z http_GK1wmSU joined #sbcl 2017-08-06T12:19:25Z http_GK1wmSU left #sbcl 2017-08-06T12:29:19Z oleo joined #sbcl 2017-08-06T13:04:13Z cromachina joined #sbcl 2017-08-06T13:07:01Z cromachina_ quit (Ping timeout: 268 seconds) 2017-08-06T13:51:35Z scymtym quit (Read error: Connection reset by peer) 2017-08-06T14:04:20Z scymtym joined #sbcl 2017-08-06T15:45:21Z whoman joined #sbcl 2017-08-06T16:45:08Z stassats joined #sbcl 2017-08-06T17:27:27Z slyrus quit (Ping timeout: 260 seconds) 2017-08-06T17:28:39Z stassats: working on (defun foo (x) (find #\x x :test #'=)) => 2017-08-06T17:28:48Z stassats: ; caught WARNING: ; The function = called by FIND with zeroth arguments of type STANDARD-CHAR, which conflicts with NUMBER. 2017-08-06T17:39:34Z stassats: (find x "abcd" :test #'=) => ; The function = called by FIND with the elements of the first argument of type (SIMPLE-ARRAY CHARACTER (4)), which conflict with NUMBER. 2017-08-06T17:39:44Z stassats: a mouthful 2017-08-06T17:41:34Z stassats: just need to handle :key 2017-08-06T18:05:38Z attila_lendvai joined #sbcl 2017-08-06T18:22:04Z stassats: that handled, (find 1 "abcd") can note style-warn about it always returning NIL 2017-08-06T18:23:43Z BitPuffin|osx joined #sbcl 2017-08-06T18:53:35Z Xof quit (Ping timeout: 268 seconds) 2017-08-06T18:56:31Z whoma1 joined #sbcl 2017-08-06T18:56:53Z minion quit (Disconnected by services) 2017-08-06T18:56:55Z minion joined #sbcl 2017-08-06T19:00:56Z abbe quit (Remote host closed the connection) 2017-08-06T19:04:40Z Lord_Nightmare2 joined #sbcl 2017-08-06T19:06:52Z brucem_ joined #sbcl 2017-08-06T19:07:53Z whoman quit (*.net *.split) 2017-08-06T19:07:53Z foom2 quit (*.net *.split) 2017-08-06T19:07:54Z Merv quit (*.net *.split) 2017-08-06T19:07:54Z Lord_Nightmare quit (*.net *.split) 2017-08-06T19:07:54Z drmeister quit (*.net *.split) 2017-08-06T19:07:54Z brucem quit (*.net *.split) 2017-08-06T19:07:58Z Lord_Nightmare2 is now known as Lord_Nightmare 2017-08-06T19:18:39Z Reinisch quit (Ping timeout: 240 seconds) 2017-08-06T19:18:48Z Merv joined #sbcl 2017-08-06T19:18:49Z drmeister joined #sbcl 2017-08-06T19:21:44Z Reinisch joined #sbcl 2017-08-06T20:06:57Z stassats: (reduce #'+ x :key #'code-char) => The function + called by REDUCE with the results of the :key function CODE-CHAR of type CHARACTER which conflict with NUMBER. 2017-08-06T20:08:04Z oleo: try char-code 2017-08-06T20:08:14Z stassats: try paying attention 2017-08-06T20:09:29Z oleo: you mean char-code won't be number too ? 2017-08-06T20:09:39Z stassats: read the logs 2017-08-06T20:10:04Z oleo: sorry i don't have any 2017-08-06T20:10:20Z stassats: http://ccl.clozure.com/irc-logs/sbcl/sbcl-2017-08.txt 2017-08-06T20:10:37Z phoe: oleo: AFAIK, stassats is working on implementing these type warnings in SBCL 2017-08-06T20:11:17Z phoe: so you get type warnings when you use HOFs at compile-time 2017-08-06T20:11:34Z oleo: which type does it pay attention to ? arg-type or ftype ? 2017-08-06T20:11:41Z stassats: another idea: (member "abc" list) => nothing that it will never be found, try using :test #'equal 2017-08-06T20:11:58Z oleo: hmm 2017-08-06T20:12:02Z stassats: just has to make sure that "abc" is not shared with anything, although would be useful 2017-08-06T20:12:25Z phoe: stassats: so basically detecting types that cannot be matched using #'eq or #'eql? sounds nice 2017-08-06T20:12:33Z stassats: i think i spent countless time on (member "abc" list) not working 2017-08-06T20:13:13Z stassats: (find 1 "abc") is easier, no false positives 2017-08-06T20:15:37Z phoe: stassats: for (member "abc" list), it might be ambiguous - does SBCL do any constant-folding, or is the #\" reader macro always creating a fresh string? 2017-08-06T20:15:52Z stassats: sbcl constant folds 2017-08-06T20:15:57Z phoe: in the second case you can always fire the warning, in the first - that string might--- 2017-08-06T20:16:05Z stassats: but it's possible to detect sharing 2017-08-06T20:16:25Z phoe: oh - so you can use that and fire warnings only when they would be correct. 2017-08-06T20:16:27Z stassats: i think it's easily possible, haven't tried yet 2017-08-06T20:16:29Z Bike quit (Remote host closed the connection) 2017-08-06T20:16:56Z Bike joined #sbcl 2017-08-06T20:17:10Z stassats: but i think it's a good idea to just always signal at least a note 2017-08-06T20:17:32Z phoe: I think the same - the implementation is not required to constant-fold, so portable code should not depend on this 2017-08-06T20:17:35Z stassats: since i can't think anyone relying on sharing for this to work 2017-08-06T20:17:55Z stassats: phoe: #1= should work, but that's silly code 2017-08-06T20:18:03Z stassats: and macros 2017-08-06T20:18:36Z phoe: stassats: in case of macros I'd fire a note anyway 2017-08-06T20:18:47Z phoe: and in case of #1= - huh 2017-08-06T20:18:49Z stassats: i'm not so certain about macros now 2017-08-06T20:19:02Z stassats: could be legitimate 2017-08-06T20:19:09Z phoe: like, someone could write a macro that would use this as a feature 2017-08-06T20:19:10Z phoe: hm. 2017-08-06T20:20:25Z phoe: EQ-comparing strings inside macros... hm 2017-08-06T20:20:46Z stassats: and i think defconstant produces the same code from this, so, no go without ensuring no sharing 2017-08-06T20:21:33Z phoe: to sum it up - you will have to ensure that nothing is shared in order to produce these notes, correct? 2017-08-06T20:22:37Z stassats: only for the string/eql case, yes 2017-08-06T20:22:59Z stassats: i just got rid of an obnoxious warning, don't need to add another 2017-08-06T20:23:22Z phoe: there's also the crazy case of equalp-comparing arrays 2017-08-06T20:23:29Z phoe: that is somewhat similar 2017-08-06T20:23:35Z stassats: (and after removing a warning, i decided to give some warnings back, but legitimate ones) 2017-08-06T20:23:55Z stassats: the implicitly defining generic function, that is 2017-08-06T20:24:34Z abbe joined #sbcl 2017-08-06T20:26:27Z phoe: I actually used that one 2017-08-06T20:26:44Z phoe: to tell me that I am missing a defgeneric for a defmethod 2017-08-06T20:27:17Z stassats: wrote you down for the (optimize sb-ext:pedantic) option 2017-08-06T20:27:36Z phoe: can I set this optimization in the sbclrc? 2017-08-06T20:27:43Z stassats: not implemented 2017-08-06T20:27:53Z phoe: but will be? 2017-08-06T20:28:08Z stassats: if there's enough interest and motivation 2017-08-06T20:28:23Z stassats: would you be willing to implement it? 2017-08-06T20:28:38Z phoe: I'll most likely need some help since it'll be my first deep dive into SBCL, but sure 2017-08-06T20:28:50Z stassats: it's not deep 2017-08-06T20:28:58Z stassats: it's signalled only from one place 2017-08-06T20:29:13Z phoe: count me in then 2017-08-06T20:29:20Z stassats: and then there's adjusting the policies.lisp file 2017-08-06T20:29:51Z phoe: /src/compiler/policy.lisp ? 2017-08-06T20:30:01Z stassats: policies 2017-08-06T20:30:33Z phoe: I can't find it in the source tree 2017-08-06T20:30:50Z stassats: right beside policy.lisp 2017-08-06T20:31:12Z phoe: d'oh 2017-08-06T20:31:16Z phoe: github search is outright stupid 2017-08-06T20:31:47Z Lord_Nightmare quit (Ping timeout: 260 seconds) 2017-08-06T20:36:27Z stassats: could make stash (find "abc" sequence) under sb-ext:pedantic too 2017-08-06T20:36:47Z phoe: stash? 2017-08-06T20:36:55Z stassats: s/make// 2017-08-06T20:38:52Z phoe: stassats: I don't think it should be pedantic though 2017-08-06T20:39:07Z phoe: if there's no sharing, it's effectively a NOP 2017-08-06T20:39:19Z stassats: can't have false positives 2017-08-06T20:39:19Z phoe: and most likely a programmer mistake 2017-08-06T20:39:30Z phoe: if there's no sharing 2017-08-06T20:39:37Z stassats: a false positive warning does more harm than no warning 2017-08-06T20:40:09Z phoe: if you can assure there's no sharing, you can safely emit it though 2017-08-06T20:40:24Z phoe: and if you can't assure it, you can only display it when pedantic 2017-08-06T20:41:13Z phoe: with comment "possibly wrong test function" or something. 2017-08-06T20:43:48Z Lord_Nightmare joined #sbcl 2017-08-06T20:57:39Z shka_ quit (Ping timeout: 240 seconds) 2017-08-06T21:06:22Z attila_lendvai quit (Quit: Leaving.) 2017-08-06T21:25:15Z angavrilov quit (Remote host closed the connection) 2017-08-06T21:33:48Z jamtho joined #sbcl 2017-08-06T22:36:37Z jamtho quit (Ping timeout: 260 seconds) 2017-08-06T22:44:14Z jamtho joined #sbcl 2017-08-06T22:51:57Z sjl quit (Quit: WeeChat 1.3) 2017-08-06T22:53:01Z sjl joined #sbcl 2017-08-06T23:25:37Z jamtho quit (Ping timeout: 260 seconds) 2017-08-06T23:30:04Z whoma1 quit (Quit: Leaving) 2017-08-06T23:51:44Z slyrus joined #sbcl 2017-08-07T00:21:20Z karswell_ joined #sbcl 2017-08-07T00:48:33Z rgrau quit (Ping timeout: 248 seconds) 2017-08-07T00:51:39Z stassats quit (Ping timeout: 240 seconds) 2017-08-07T02:24:11Z whoman joined #sbcl 2017-08-07T04:26:16Z Bike quit (Ping timeout: 258 seconds) 2017-08-07T04:31:17Z sjl quit (Ping timeout: 260 seconds) 2017-08-07T05:48:47Z oleo quit (Quit: irc client terminated!) 2017-08-07T05:50:16Z flip214 quit (Ping timeout: 260 seconds) 2017-08-07T05:51:41Z flip214 joined #sbcl 2017-08-07T05:51:41Z flip214 quit (Changing host) 2017-08-07T05:51:42Z flip214 joined #sbcl 2017-08-07T05:53:56Z shka_ joined #sbcl 2017-08-07T06:14:23Z attila_lendvai joined #sbcl 2017-08-07T06:23:46Z attila_lendvai quit (Quit: Leaving.) 2017-08-07T06:23:51Z attila_lendvai1 joined #sbcl 2017-08-07T06:23:51Z attila_lendvai1 is now known as attila_lendvai 2017-08-07T06:23:51Z attila_lendvai quit (Changing host) 2017-08-07T06:23:51Z attila_lendvai joined #sbcl 2017-08-07T06:23:56Z attila_lendvai quit (Client Quit) 2017-08-07T07:06:25Z shka_ quit (Ping timeout: 255 seconds) 2017-08-07T07:10:20Z whoman quit (Quit: Leaving) 2017-08-07T07:36:21Z jamtho joined #sbcl 2017-08-07T08:00:08Z scymtym quit (Ping timeout: 240 seconds) 2017-08-07T08:05:01Z scymtym joined #sbcl 2017-08-07T09:42:06Z angavrilov joined #sbcl 2017-08-07T10:03:29Z rgrau joined #sbcl 2017-08-07T10:11:57Z karswell_ quit (Read error: Connection reset by peer) 2017-08-07T10:12:07Z karswell_ joined #sbcl 2017-08-07T10:13:02Z stassats joined #sbcl 2017-08-07T10:17:05Z stassats quit (Ping timeout: 240 seconds) 2017-08-07T10:24:57Z jamtho quit (Ping timeout: 240 seconds) 2017-08-07T10:46:42Z Bike joined #sbcl 2017-08-07T11:28:10Z ainieco joined #sbcl 2017-08-07T11:28:15Z ainieco left #sbcl 2017-08-07T11:48:02Z karswell_ quit (Read error: Connection reset by peer) 2017-08-07T11:48:12Z karswell_ joined #sbcl 2017-08-07T12:17:05Z Bike quit (Ping timeout: 240 seconds) 2017-08-07T12:31:46Z karswell_ quit (Ping timeout: 255 seconds) 2017-08-07T12:45:04Z rumbler31 joined #sbcl 2017-08-07T12:52:20Z rumbler31 quit (Remote host closed the connection) 2017-08-07T12:58:28Z stassats joined #sbcl 2017-08-07T12:59:58Z stassats: forward referenced classes mess up SB-KERNEL::%COMPILER-DEFCLASS 2017-08-07T13:01:01Z phoe: how so? 2017-08-07T13:01:13Z stassats: by being wrong 2017-08-07T13:01:45Z phoe: forward referenced classes are wrong, or SB-KERNEL::%COMPILER-DEFCLASS is wrong? 2017-08-07T13:02:26Z stassats: sorry, i'm not looking for questions about it 2017-08-07T13:03:52Z Bike joined #sbcl 2017-08-07T13:27:23Z cromachina quit (Quit: Leaving) 2017-08-07T13:45:16Z stassats: forward referenced classes only bothered the overconfident can-optimize-access 2017-08-07T13:48:18Z oleo joined #sbcl 2017-08-07T13:48:23Z macdavid313 joined #sbcl 2017-08-07T13:51:14Z milanj joined #sbcl 2017-08-07T14:07:17Z oleo quit (Quit: irc client terminated!) 2017-08-07T14:08:35Z rszeno joined #sbcl 2017-08-07T14:16:46Z macdavid_ joined #sbcl 2017-08-07T14:17:41Z macdavi__ joined #sbcl 2017-08-07T14:19:11Z macdavi__ quit (Remote host closed the connection) 2017-08-07T14:19:51Z oleo joined #sbcl 2017-08-07T14:19:52Z macdavid313 quit (Ping timeout: 260 seconds) 2017-08-07T14:20:12Z macdavid313 joined #sbcl 2017-08-07T14:21:08Z macdavid_ quit (Ping timeout: 240 seconds) 2017-08-07T14:34:28Z foom2 joined #sbcl 2017-08-07T14:40:57Z stassats quit (Ping timeout: 240 seconds) 2017-08-07T14:53:38Z scymtym quit (Ping timeout: 240 seconds) 2017-08-07T14:53:58Z macdavid313 quit (Read error: Connection reset by peer) 2017-08-07T15:24:02Z sjl joined #sbcl 2017-08-07T16:08:18Z rszeno left #sbcl 2017-08-07T16:38:29Z shka_ joined #sbcl 2017-08-07T16:44:20Z stassats joined #sbcl 2017-08-07T16:52:01Z sjl quit (Ping timeout: 268 seconds) 2017-08-07T16:54:51Z stassats: hmm, type derivation info is lost after a transform is applied 2017-08-07T16:56:41Z stassats: and i don't want to multiply type derivers 2017-08-07T17:29:43Z sjl joined #sbcl 2017-08-07T18:00:57Z stassats: strange, when i try to replicated it does preserve the type 2017-08-07T18:01:45Z stassats: ah, the &key is required to be present in the transform lambda-list 2017-08-07T18:02:14Z stassats: so all the optional processing stuff interferes 2017-08-07T18:05:19Z stassats: it couldn't be a regression, could it? 2017-08-07T18:08:03Z pkhuong: sometimes losing type derivation after a transform isn't a regression. 2017-08-07T18:08:42Z stassats: i mean an sbcl regression, but this appears to be old 2017-08-07T18:09:19Z pkhuong: yeah I mean that's not an SBCL regression, it's been that way for ages 2017-08-07T18:09:45Z stassats: parsed as "sometimes it's not a regression" 2017-08-07T18:10:17Z pkhuong: I never really looked at complex lambda lists, so I don't remember if that's a new way to lose derivation info. 2017-08-07T18:10:43Z stassats: probably locall not doing enough 2017-08-07T18:44:48Z rumbler3_ joined #sbcl 2017-08-07T18:49:16Z rumbler3_ quit (Ping timeout: 255 seconds) 2017-08-07T18:52:08Z tonton quit (Ping timeout: 240 seconds) 2017-08-07T18:53:01Z tonton joined #sbcl 2017-08-07T18:55:43Z stassats: can't catch where that happens 2017-08-07T19:18:19Z stassats: giving up for now 2017-08-07T19:21:28Z rumbler3_ joined #sbcl 2017-08-07T19:23:47Z shka_ quit (Ping timeout: 260 seconds) 2017-08-07T19:25:57Z rumbler3_ quit (Ping timeout: 240 seconds) 2017-08-07T20:24:46Z milanj quit (Quit: This computer has gone to sleep) 2017-08-07T20:50:32Z angavrilov quit (Remote host closed the connection) 2017-08-07T21:16:22Z Bike quit (Ping timeout: 260 seconds) 2017-08-07T21:36:17Z goosnargh joined #sbcl 2017-08-07T21:49:54Z whoman joined #sbcl 2017-08-07T22:11:14Z Bike joined #sbcl 2017-08-07T23:04:05Z rgrau quit (Ping timeout: 240 seconds) 2017-08-07T23:29:46Z jamtho joined #sbcl 2017-08-07T23:45:53Z cromachina joined #sbcl 2017-08-08T00:05:27Z jamtho quit (Ping timeout: 240 seconds) 2017-08-08T01:06:08Z stassats quit (Ping timeout: 240 seconds) 2017-08-08T01:30:39Z milanj joined #sbcl 2017-08-08T02:16:05Z brucem_ is now known as bruce 2017-08-08T02:16:08Z bruce is now known as brucem 2017-08-08T02:18:50Z pkhuong quit (Ping timeout: 255 seconds) 2017-08-08T02:19:17Z jibanes quit (Ping timeout: 255 seconds) 2017-08-08T02:19:39Z pkhuong joined #sbcl 2017-08-08T02:20:10Z pkhuong is now known as Guest43927 2017-08-08T02:20:14Z jibanes joined #sbcl 2017-08-08T02:54:53Z shka_ joined #sbcl 2017-08-08T03:11:46Z karswell_ joined #sbcl 2017-08-08T03:14:25Z rszeno joined #sbcl 2017-08-08T03:35:32Z whoman quit (Ping timeout: 260 seconds) 2017-08-08T03:44:52Z slyrus quit (Ping timeout: 260 seconds) 2017-08-08T03:47:48Z scymtym joined #sbcl 2017-08-08T03:59:47Z slyrus joined #sbcl 2017-08-08T04:16:08Z sjl quit (Ping timeout: 260 seconds) 2017-08-08T04:16:09Z sjl__ joined #sbcl 2017-08-08T04:19:24Z Bike quit (Ping timeout: 260 seconds) 2017-08-08T04:51:06Z milanj quit (Quit: This computer has gone to sleep) 2017-08-08T05:09:42Z whoman joined #sbcl 2017-08-08T05:15:20Z oleo quit (Quit: irc client terminated!) 2017-08-08T05:57:13Z igajsin joined #sbcl 2017-08-08T06:23:29Z milanj joined #sbcl 2017-08-08T07:03:37Z angavrilov joined #sbcl 2017-08-08T07:18:22Z shka_ quit (Ping timeout: 260 seconds) 2017-08-08T07:43:28Z rszeno quit (Quit: Leaving.) 2017-08-08T08:45:52Z goosnargh quit (Ping timeout: 260 seconds) 2017-08-08T08:46:30Z jdz quit (Ping timeout: 240 seconds) 2017-08-08T08:50:45Z jdz joined #sbcl 2017-08-08T08:53:30Z jamtho joined #sbcl 2017-08-08T08:55:08Z edgar-rft quit (Quit: edgar-rft) 2017-08-08T09:02:54Z goosnargh joined #sbcl 2017-08-08T09:07:24Z hlavaty joined #sbcl 2017-08-08T09:07:35Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-08T09:08:02Z hlavaty: dougk_: thanks for fixing the build with ccl and cmucl, however clisp still doesnt build since somewhere between 8d154f to b1e83e 2017-08-08T09:10:04Z rgrau joined #sbcl 2017-08-08T09:12:56Z jamtho quit (Ping timeout: 260 seconds) 2017-08-08T10:03:54Z goosnargh joined #sbcl 2017-08-08T10:05:40Z whoma1 joined #sbcl 2017-08-08T10:05:51Z whoman quit (Ping timeout: 255 seconds) 2017-08-08T10:05:55Z whoma1 is now known as whoman 2017-08-08T10:08:46Z goosnargh quit (Ping timeout: 258 seconds) 2017-08-08T10:14:38Z sjl__ quit (Read error: Connection reset by peer) 2017-08-08T10:17:02Z sjl__ joined #sbcl 2017-08-08T10:22:46Z Posterdati quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2017-08-08T10:31:02Z Posterdati joined #sbcl 2017-08-08T10:59:01Z rgrau quit (Ping timeout: 255 seconds) 2017-08-08T11:04:29Z goosnargh joined #sbcl 2017-08-08T11:09:30Z edgar-rft joined #sbcl 2017-08-08T11:09:41Z goosnargh quit (Ping timeout: 268 seconds) 2017-08-08T11:41:22Z Bike joined #sbcl 2017-08-08T11:41:24Z Bike quit (Remote host closed the connection) 2017-08-08T11:41:52Z Bike joined #sbcl 2017-08-08T12:05:39Z goosnargh joined #sbcl 2017-08-08T12:11:40Z goosnargh quit (Ping timeout: 260 seconds) 2017-08-08T12:17:50Z Bike quit (Ping timeout: 240 seconds) 2017-08-08T12:42:04Z stassats joined #sbcl 2017-08-08T13:07:42Z goosnargh joined #sbcl 2017-08-08T13:12:43Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-08T13:13:35Z Bike joined #sbcl 2017-08-08T13:21:10Z adlai quit (Ping timeout: 240 seconds) 2017-08-08T13:21:53Z adlai joined #sbcl 2017-08-08T13:48:29Z oleo joined #sbcl 2017-08-08T13:53:20Z cromachina quit (Quit: Leaving) 2017-08-08T14:08:16Z goosnargh joined #sbcl 2017-08-08T14:13:07Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-08T14:27:51Z xristos quit (Quit: ZNC - http://znc.in) 2017-08-08T15:09:26Z goosnargh joined #sbcl 2017-08-08T15:13:50Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-08T15:17:58Z phoe quit (Ping timeout: 276 seconds) 2017-08-08T15:19:06Z phoe joined #sbcl 2017-08-08T15:40:16Z hlavaty quit (Remote host closed the connection) 2017-08-08T16:05:32Z sjl__ is now known as sjl 2017-08-08T16:10:09Z goosnargh joined #sbcl 2017-08-08T16:15:01Z goosnargh quit (Ping timeout: 246 seconds) 2017-08-08T17:03:58Z scymtym quit (Ping timeout: 255 seconds) 2017-08-08T17:06:08Z shka_ joined #sbcl 2017-08-08T17:07:22Z scymtym joined #sbcl 2017-08-08T17:08:31Z dougk_: hlavaty: clisp seems to be unhappy with my change from *compile-file-truename* to *c-f-pathname*. I hope i don't have to conditionalize it, but that's certainly a possibility 2017-08-08T17:10:50Z goosnargh joined #sbcl 2017-08-08T17:15:27Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-08T17:15:54Z dougk_: incidentally, and i'm not it's unrelated to CLISP, i don't interpret http://www.lispworks.com/documentation/HyperSpec/Issues/iss060_w.htm the way it's implemented. compile-file merges the output pathname with the input, but it says *unspecified* components are taken from the input. I agree with that. 2017-08-08T17:16:30Z dougk_: What i don't agree with is that an input of "foo/bar/baz.lisp" and :output-file "other-dir/mumble.fasl" should actually compile into "foo/bar/baz/other-dir/mumble.fasl" because it wasn't an *unspecified* directory 2017-08-08T17:16:43Z dougk_: CLISP does what I want, SBCL and others do what I don't want 2017-08-08T17:17:53Z dougk_: so it actually does all come back to behavior on a build system where every file is actuall named /work/{random-3-letter-prefix}/{md5hash} of the file, which is the thing i was trying to fix by my change 2017-08-08T17:18:50Z m00natic joined #sbcl 2017-08-08T18:11:38Z goosnargh joined #sbcl 2017-08-08T18:12:27Z karswell_ quit (Ping timeout: 240 seconds) 2017-08-08T18:12:40Z karswell_ joined #sbcl 2017-08-08T18:16:33Z goosnargh quit (Ping timeout: 248 seconds) 2017-08-08T18:23:15Z goosnargh joined #sbcl 2017-08-08T18:53:49Z fiveop joined #sbcl 2017-08-08T19:27:32Z shka_ quit (Ping timeout: 260 seconds) 2017-08-08T19:34:37Z prxq joined #sbcl 2017-08-08T19:46:50Z fiveop quit 2017-08-08T21:00:12Z Bicyclidine joined #sbcl 2017-08-08T21:03:12Z Bike quit (Ping timeout: 260 seconds) 2017-08-08T21:04:43Z Bicyclidine quit (Ping timeout: 255 seconds) 2017-08-08T21:19:46Z angavrilov quit (Remote host closed the connection) 2017-08-08T21:30:05Z scymtym quit (Ping timeout: 240 seconds) 2017-08-08T21:33:30Z phoe quit (Ping timeout: 240 seconds) 2017-08-08T21:41:10Z igajsin quit (Ping timeout: 255 seconds) 2017-08-08T21:41:32Z prxq quit (Remote host closed the connection) 2017-08-08T21:47:55Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-08T22:03:21Z goosnargh joined #sbcl 2017-08-08T22:03:28Z phoe joined #sbcl 2017-08-08T22:11:06Z Bike joined #sbcl 2017-08-08T22:18:58Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-08T23:46:42Z m00natic quit (Remote host closed the connection) 2017-08-08T23:51:57Z jamtho joined #sbcl 2017-08-08T23:56:16Z cromachina joined #sbcl 2017-08-09T00:01:43Z cromachina quit (Read error: Connection reset by peer) 2017-08-09T00:08:01Z stassats quit (Ping timeout: 248 seconds) 2017-08-09T00:12:12Z stassats joined #sbcl 2017-08-09T00:16:25Z cromachina joined #sbcl 2017-08-09T00:53:30Z jamtho quit (Ping timeout: 240 seconds) 2017-08-09T00:57:17Z angelo_ joined #sbcl 2017-08-09T00:58:25Z ave1 quit (Ping timeout: 276 seconds) 2017-08-09T00:59:48Z ave1 joined #sbcl 2017-08-09T01:00:01Z Posterdati^2 quit (Read error: Connection reset by peer) 2017-08-09T02:09:07Z stassats quit (Ping timeout: 240 seconds) 2017-08-09T02:52:21Z milanj quit (Quit: This computer has gone to sleep) 2017-08-09T03:03:02Z cromachina_ joined #sbcl 2017-08-09T03:04:06Z cromachina quit (Ping timeout: 240 seconds) 2017-08-09T04:06:25Z nexxus joined #sbcl 2017-08-09T04:06:30Z nexxus: hi all 2017-08-09T04:09:04Z nexxus: Can you help me with hunchentoot web-server ? I trying to set document-root for acceptor (in make-instance function) but it is doesn`t work ... How I can setting up correctly ? 2017-08-09T04:15:20Z Bike quit (Ping timeout: 260 seconds) 2017-08-09T04:29:46Z shka_ joined #sbcl 2017-08-09T05:43:43Z oleo quit (Quit: irc client terminated!) 2017-08-09T06:03:49Z cromachina_ quit (Read error: Connection reset by peer) 2017-08-09T07:04:10Z shka_ quit (Ping timeout: 268 seconds) 2017-08-09T07:32:52Z milanj joined #sbcl 2017-08-09T07:35:51Z angavrilov joined #sbcl 2017-08-09T07:37:24Z nexxus quit (Quit: leaving) 2017-08-09T08:03:16Z scymtym joined #sbcl 2017-08-09T08:24:01Z jamtho joined #sbcl 2017-08-09T08:25:05Z Xof joined #sbcl 2017-08-09T08:37:59Z fjl quit (Quit: bye) 2017-08-09T08:41:05Z jamtho quit (Ping timeout: 248 seconds) 2017-08-09T08:47:16Z scymtym quit (*.net *.split) 2017-08-09T08:47:16Z angavrilov quit (*.net *.split) 2017-08-09T08:47:17Z sjl quit (*.net *.split) 2017-08-09T08:47:17Z eschatologist quit (*.net *.split) 2017-08-09T08:47:17Z jackdaniel quit (*.net *.split) 2017-08-09T08:49:37Z Xof quit (Ping timeout: 258 seconds) 2017-08-09T08:58:27Z milanj quit (Quit: Leaving) 2017-08-09T09:02:44Z xaotuk joined #sbcl 2017-08-09T09:13:51Z fjl joined #sbcl 2017-08-09T09:24:07Z jamtho joined #sbcl 2017-08-09T09:28:28Z jamtho quit (Ping timeout: 240 seconds) 2017-08-09T09:31:09Z jackdaniel joined #sbcl 2017-08-09T09:31:11Z angavrilov joined #sbcl 2017-08-09T09:31:43Z sjl joined #sbcl 2017-08-09T10:13:29Z Xof joined #sbcl 2017-08-09T10:36:06Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-09T10:45:53Z Bike joined #sbcl 2017-08-09T11:06:24Z whoma1 joined #sbcl 2017-08-09T11:09:54Z whoman quit (Ping timeout: 258 seconds) 2017-08-09T11:32:34Z goosnargh joined #sbcl 2017-08-09T11:38:57Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-09T11:56:04Z BitPuffin|osx joined #sbcl 2017-08-09T12:01:06Z cromachina joined #sbcl 2017-08-09T12:01:09Z cromachina quit (Client Quit) 2017-08-09T12:01:26Z cromachina joined #sbcl 2017-08-09T12:18:19Z Bike quit (Ping timeout: 276 seconds) 2017-08-09T12:35:06Z goosnargh joined #sbcl 2017-08-09T12:39:59Z goosnargh quit (Ping timeout: 258 seconds) 2017-08-09T13:07:01Z Bike joined #sbcl 2017-08-09T13:08:44Z milanj joined #sbcl 2017-08-09T13:14:31Z cromachina quit (Read error: Connection reset by peer) 2017-08-09T13:35:38Z goosnargh joined #sbcl 2017-08-09T13:40:52Z goosnargh quit (Ping timeout: 276 seconds) 2017-08-09T13:42:48Z sjl__ joined #sbcl 2017-08-09T13:44:06Z sjl quit (Read error: Connection reset by peer) 2017-08-09T13:45:31Z hlavaty joined #sbcl 2017-08-09T13:45:52Z hlavaty: dougk_: thanks, clisp build works now too 2017-08-09T14:20:35Z phoe quit (Ping timeout: 240 seconds) 2017-08-09T14:22:23Z phoe joined #sbcl 2017-08-09T14:36:23Z goosnargh joined #sbcl 2017-08-09T14:40:49Z edgar-rft quit (Quit: edgar-rft) 2017-08-09T14:41:14Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-09T14:52:27Z oleo joined #sbcl 2017-08-09T15:00:45Z stassats joined #sbcl 2017-08-09T15:26:53Z sjl__ is now known as sjl 2017-08-09T15:31:54Z eudoxia joined #sbcl 2017-08-09T15:35:02Z eudoxia: quick question 2017-08-09T15:35:08Z eudoxia: the SBCL sources say https://github.com/sbcl/sbcl/blob/bb1e50f538da92593b4302603ccb2bc173bdef2d/src/pcl/slots.lisp#L251-L253 2017-08-09T15:35:44Z eudoxia: but page 76 of https://www.dreamsongs.com/Files/Functions.pdf says slot-exists-p should be implemented with slot-exists-p-using-class 2017-08-09T15:36:06Z eudoxia: it would be useful to be able to customize the behaviour of slot-exists-p using the MOP 2017-08-09T15:37:10Z goosnargh joined #sbcl 2017-08-09T15:37:16Z Bike: it says that in CLHS, but the MOP actually leaves out slot-exists-p. 2017-08-09T15:38:00Z eudoxia: but AMOP describes an implementation in Closette 2017-08-09T15:38:03Z Guest43927 is now known as pkhuong 2017-08-09T15:38:20Z eudoxia: although I suppose Chapter 5 doesn't list it in chapter 6 2017-08-09T15:38:20Z pkhuong: eudoxia: " Subsequent changes will be 2017-08-09T15:38:21Z pkhuong: handled through the usual editorial and cleanup processes." 2017-08-09T15:38:44Z pkhuong: the draft is a bit older than the final spec. 2017-08-09T15:39:09Z eudoxia: pkhuong: and the final spec leaves out slot-exists-p-using-class? 2017-08-09T15:39:53Z eudoxia: what a sad omission. I'm trying to implement a silly hack just to show the power of the MOP and it's kinda impossible without faking the existence of slots 2017-08-09T15:40:00Z Bike: that's what i mean, those particular chapters are the MOP "standard", not the appendix. not that amop is actually a standard 2017-08-09T15:40:29Z Bike: "silly hack" doesn't sound very enticing 2017-08-09T15:42:02Z goosnargh quit (Ping timeout: 260 seconds) 2017-08-09T15:42:26Z eudoxia: no, it doesn't :) basically, I'm trying to define metaclasses to allocate slot values in a way other than the CLOS implementation default 2017-08-09T15:43:22Z eudoxia: but 1) customizing allocate-instance is undefined 2) PCL will allocate space for all the effective slots in my metaclass 3) i can't customize the behaviour of slot-exists-p, so I can't make the metaclass's compute-slots method return nil and handle everything on my own 2017-08-09T15:44:31Z Bike: i don't think customizing allocate-instance is undefined. 2017-08-09T15:44:52Z Bike: i think making compute-slots lie might be, though 2017-08-09T15:45:13Z Shinmera: clhs says: "The consequences of adding methods to allocate-instance is unspecified. This capability might be added by the Metaobject Protocol." 2017-08-09T15:45:24Z eudoxia: yeah what Shin said 2017-08-09T15:46:04Z eudoxia: hmm, it might be workable 2017-08-09T15:46:15Z Bike: i think doing so is fine in the mop. 2017-08-09T15:46:24Z Shinmera: however, the mop entry on allocate-instance mentions nothing about it being forbidden. 2017-08-09T15:46:35Z Shinmera: I just says "see also hyperspec" 2017-08-09T15:46:46Z Shinmera: Which I don't know how to interpret to be honest. 2017-08-09T15:46:56Z eudoxia: is there a way to create an instance of some class but ensure CLOS doesn't create any value storage for it? I realize this question is kinda vague 2017-08-09T15:47:24Z Bike: not really. if you're taking over allocate-instance you have to do the whole thing. 2017-08-09T15:47:52Z Bike: if i remember the mop example right, it added an extra slot to instances and put an alist of "slots" in them.... or something. 2017-08-09T15:48:27Z eudoxia: wait, which MOP example? 2017-08-09T15:51:02Z eudoxia: I guess I could fake it by surreptitiously giving each slot :class allocation, so PCL won't allocate anything for them, then adding a hidden slot with instance allocation to do the actual storage. then use slot-value-using-class and slot-boundp-using class to do the work 2017-08-09T15:51:13Z Bike: the one in the appendix. 2017-08-09T15:51:27Z Bike: i think that if you're doing this as a demonstration, workarounds like that will just look silly. 2017-08-09T15:51:38Z Bike: there are plenty of other things you could demonstrate. 2017-08-09T15:52:54Z eudoxia: sure, things like abstract classes and singletons can be demonstrated easily 2017-08-09T15:53:31Z eudoxia: this demonstration would be useful, though, even if it's just to delineate the limitations of the MOP 2017-08-09T15:53:48Z eudoxia: anyways, thanks for the help! 2017-08-09T15:53:50Z Bike: there's also https://github.com/hankhero/cl-json/blob/master/src/objects.lisp 2017-08-09T15:54:32Z eudoxia: Bike: you mean the clever usage of slot-missing? 2017-08-09T15:57:47Z Bike: just generally a class where you can add and remove slots 2017-08-09T15:57:47Z Bike: i don't know the implementation details 2017-08-09T16:11:39Z Bike quit (Remote host closed the connection) 2017-08-09T16:12:36Z Bike joined #sbcl 2017-08-09T16:37:56Z goosnargh joined #sbcl 2017-08-09T16:42:51Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-09T16:49:42Z scymtym joined #sbcl 2017-08-09T16:50:03Z eudoxia quit (Quit: Leaving) 2017-08-09T17:04:40Z shka_ joined #sbcl 2017-08-09T17:17:36Z stassats quit (Ping timeout: 240 seconds) 2017-08-09T17:36:06Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-09T17:37:55Z whoma1 is now known as whoman 2017-08-09T17:38:42Z goosnargh joined #sbcl 2017-08-09T17:45:45Z scymtym_ joined #sbcl 2017-08-09T17:47:51Z BitPuffin|osx joined #sbcl 2017-08-09T17:48:16Z scymtym quit (Ping timeout: 260 seconds) 2017-08-09T18:05:48Z hlavaty quit (Remote host closed the connection) 2017-08-09T18:06:29Z edgar-rft joined #sbcl 2017-08-09T18:22:54Z karswell_ quit (Remote host closed the connection) 2017-08-09T18:47:11Z jamtho joined #sbcl 2017-08-09T18:48:33Z scymtym_ quit (Ping timeout: 248 seconds) 2017-08-09T18:51:27Z jamtho quit (Ping timeout: 240 seconds) 2017-08-09T18:54:57Z jamtho joined #sbcl 2017-08-09T18:54:58Z jamtho quit (Read error: Connection reset by peer) 2017-08-09T18:55:45Z edgar-rft quit (Quit: edgar-rft) 2017-08-09T19:02:48Z scymtym joined #sbcl 2017-08-09T19:29:41Z eschatologist joined #sbcl 2017-08-09T19:30:03Z eschatologist quit (Client Quit) 2017-08-09T19:32:27Z shka_ quit (Ping timeout: 260 seconds) 2017-08-09T19:33:13Z eschatologist joined #sbcl 2017-08-09T20:34:51Z stassats joined #sbcl 2017-08-09T20:54:57Z Xof quit (Ping timeout: 240 seconds) 2017-08-09T21:19:01Z Bike quit (Ping timeout: 258 seconds) 2017-08-09T21:25:21Z stassats quit (Ping timeout: 248 seconds) 2017-08-09T21:26:48Z stassats joined #sbcl 2017-08-09T21:32:42Z milanj quit (Quit: Leaving) 2017-08-09T21:47:31Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-09T22:01:40Z stassats quit (Ping timeout: 260 seconds) 2017-08-09T22:09:05Z jibanes quit (Ping timeout: 248 seconds) 2017-08-09T22:10:05Z jibanes joined #sbcl 2017-08-09T22:13:44Z Bike joined #sbcl 2017-08-09T22:14:33Z hel-io joined #sbcl 2017-08-09T22:21:56Z hel-io quit 2017-08-09T22:53:10Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-09T23:12:00Z cromachina joined #sbcl 2017-08-09T23:51:48Z scymtym quit (Ping timeout: 240 seconds) 2017-08-10T00:13:22Z slyrus quit (Ping timeout: 246 seconds) 2017-08-10T00:25:23Z slyrus joined #sbcl 2017-08-10T00:35:46Z stassats joined #sbcl 2017-08-10T01:12:27Z stassats quit (Ping timeout: 240 seconds) 2017-08-10T01:39:02Z whoman quit (Quit: Leaving) 2017-08-10T02:18:38Z edgar-rft joined #sbcl 2017-08-10T02:53:21Z goosnargh joined #sbcl 2017-08-10T04:19:03Z shka_ joined #sbcl 2017-08-10T04:45:05Z Bike quit (Ping timeout: 240 seconds) 2017-08-10T05:09:38Z DeadTrickster joined #sbcl 2017-08-10T05:36:03Z oleo quit (Quit: irc client terminated!) 2017-08-10T07:06:40Z shka_ quit (Ping timeout: 258 seconds) 2017-08-10T07:07:29Z whoman joined #sbcl 2017-08-10T08:23:24Z attila_lendvai joined #sbcl 2017-08-10T08:50:45Z sdemarre joined #sbcl 2017-08-10T08:57:21Z eschatologist quit (Ping timeout: 240 seconds) 2017-08-10T08:58:23Z eschatologist joined #sbcl 2017-08-10T09:34:05Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-10T10:30:27Z goosnargh joined #sbcl 2017-08-10T10:35:13Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-10T10:38:28Z scymtym joined #sbcl 2017-08-10T11:00:04Z stassats joined #sbcl 2017-08-10T11:05:08Z Bike joined #sbcl 2017-08-10T11:31:08Z goosnargh joined #sbcl 2017-08-10T11:36:55Z goosnargh quit (Ping timeout: 246 seconds) 2017-08-10T12:00:34Z BitPuffin|osx joined #sbcl 2017-08-10T12:16:47Z Bike quit (Ping timeout: 258 seconds) 2017-08-10T12:28:29Z milanj joined #sbcl 2017-08-10T12:33:21Z goosnargh joined #sbcl 2017-08-10T12:37:48Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-10T13:14:03Z Bike joined #sbcl 2017-08-10T13:34:00Z goosnargh joined #sbcl 2017-08-10T13:38:35Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-10T13:42:19Z cromachina quit (Read error: Connection reset by peer) 2017-08-10T13:48:10Z jdz quit (Ping timeout: 240 seconds) 2017-08-10T13:48:29Z jdz joined #sbcl 2017-08-10T13:50:42Z oleo joined #sbcl 2017-08-10T14:34:44Z goosnargh joined #sbcl 2017-08-10T14:39:31Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-10T14:50:44Z dougk_: eudoxia: afaiu, slot-exists-p-using-class was a somewhat deliberate omission in that you have to be able to compute "all" slots, which is to say, in the end CLOS is actually not able to emulate an object system in which objects accrete slots over time (either as individuals or as a class). 2017-08-10T14:51:40Z dougk_: so you can not implement slots in the sense of Javascript where you can just keep adding random stuff to the bag, via CLOS 2017-08-10T15:28:09Z foom2 is now known as foom 2017-08-10T15:31:30Z whoman: ahh, thats what i thought you meant.. i thought this was possible, it seems so simple, to add slots to individual instances 2017-08-10T15:35:32Z goosnargh joined #sbcl 2017-08-10T15:40:11Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-10T16:26:44Z scymtym quit (Read error: No route to host) 2017-08-10T16:36:17Z goosnargh joined #sbcl 2017-08-10T16:41:05Z goosnargh quit (Ping timeout: 248 seconds) 2017-08-10T16:47:43Z karswell joined #sbcl 2017-08-10T16:58:04Z shka_ joined #sbcl 2017-08-10T17:15:44Z oleo quit (Read error: Connection reset by peer) 2017-08-10T17:21:03Z oleo joined #sbcl 2017-08-10T17:24:36Z Bike quit (Ping timeout: 258 seconds) 2017-08-10T17:25:22Z Bike joined #sbcl 2017-08-10T17:30:41Z scymtym joined #sbcl 2017-08-10T17:37:02Z goosnargh joined #sbcl 2017-08-10T17:40:28Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-10T17:41:27Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-10T17:47:28Z goosnargh joined #sbcl 2017-08-10T17:49:50Z rpg joined #sbcl 2017-08-10T17:51:12Z shka_ quit (Quit: Konversation terminated!) 2017-08-10T17:51:24Z shka_ joined #sbcl 2017-08-10T17:55:04Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-10T17:55:52Z shka_ quit (Ping timeout: 260 seconds) 2017-08-10T17:59:41Z Colleen quit (Quit: Colleen) 2017-08-10T18:05:01Z Colleen joined #sbcl 2017-08-10T18:46:16Z prxq joined #sbcl 2017-08-10T18:51:04Z Reinisch quit (Quit: Have a great day!) 2017-08-10T18:52:21Z prxq quit (Remote host closed the connection) 2017-08-10T19:01:39Z attila_lendvai joined #sbcl 2017-08-10T19:01:39Z attila_lendvai quit (Changing host) 2017-08-10T19:01:39Z attila_lendvai joined #sbcl 2017-08-10T19:31:47Z milanj quit (Quit: This computer has gone to sleep) 2017-08-10T19:33:01Z phoe quit (Ping timeout: 258 seconds) 2017-08-10T19:33:18Z phoe joined #sbcl 2017-08-10T20:15:58Z karswell quit (Remote host closed the connection) 2017-08-10T20:26:35Z rpg quit (Ping timeout: 240 seconds) 2017-08-10T20:38:10Z stassats quit (Ping timeout: 255 seconds) 2017-08-10T20:56:30Z xristos joined #sbcl 2017-08-10T21:03:31Z sdemarre quit (Quit: Leaving.) 2017-08-10T21:04:46Z Bike quit (Ping timeout: 255 seconds) 2017-08-10T21:07:41Z whoma1 joined #sbcl 2017-08-10T21:09:27Z whoman quit (Ping timeout: 240 seconds) 2017-08-10T21:32:06Z rpg joined #sbcl 2017-08-10T21:35:14Z oleo quit (Ping timeout: 255 seconds) 2017-08-10T21:45:59Z angavrilov quit (Remote host closed the connection) 2017-08-10T22:10:22Z Bike joined #sbcl 2017-08-10T22:18:06Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-10T22:48:56Z whoma1 is now known as whoman 2017-08-10T23:03:18Z cromachina joined #sbcl 2017-08-11T01:13:10Z milanj joined #sbcl 2017-08-11T01:15:41Z milanj_ joined #sbcl 2017-08-11T01:18:37Z milanj quit (Ping timeout: 260 seconds) 2017-08-11T02:05:04Z scymtym quit (Ping timeout: 240 seconds) 2017-08-11T02:10:34Z goosnarg_ joined #sbcl 2017-08-11T02:11:10Z sjl quit (Read error: Connection reset by peer) 2017-08-11T02:11:46Z sjl joined #sbcl 2017-08-11T02:16:51Z DGASAU` joined #sbcl 2017-08-11T02:18:54Z leah2 quit (Ping timeout: 260 seconds) 2017-08-11T02:18:55Z goosnargh quit (Ping timeout: 260 seconds) 2017-08-11T02:18:56Z DGASAU quit (Ping timeout: 260 seconds) 2017-08-11T02:28:15Z DeadTrickster quit (Ping timeout: 260 seconds) 2017-08-11T02:28:16Z jack_rabbit quit (Ping timeout: 260 seconds) 2017-08-11T02:28:24Z DeadTrickster joined #sbcl 2017-08-11T02:28:28Z jack_rabbit joined #sbcl 2017-08-11T02:29:30Z leah2 joined #sbcl 2017-08-11T03:08:05Z goosnarg_ is now known as goosnargh 2017-08-11T03:09:34Z Bike quit (Ping timeout: 240 seconds) 2017-08-11T03:18:59Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-11T04:15:31Z |3b| quit (Remote host closed the connection) 2017-08-11T04:19:44Z |3b| joined #sbcl 2017-08-11T04:20:46Z xaotuk quit (Ping timeout: 255 seconds) 2017-08-11T04:26:05Z shka_ joined #sbcl 2017-08-11T04:56:43Z milanj_ quit (Quit: This computer has gone to sleep) 2017-08-11T05:10:43Z sdemarre joined #sbcl 2017-08-11T05:23:41Z goosnargh quit (Remote host closed the connection) 2017-08-11T06:02:07Z sdemarre quit (Quit: Leaving.) 2017-08-11T06:27:36Z goosnargh joined #sbcl 2017-08-11T06:31:17Z angavrilov joined #sbcl 2017-08-11T07:06:17Z shka_ quit (Ping timeout: 260 seconds) 2017-08-11T08:01:23Z milanj joined #sbcl 2017-08-11T08:41:26Z rgrau joined #sbcl 2017-08-11T08:51:10Z milanj quit (Quit: This computer has gone to sleep) 2017-08-11T09:21:11Z jamtho joined #sbcl 2017-08-11T09:36:35Z dougk_ quit (Ping timeout: 255 seconds) 2017-08-11T09:40:05Z rgrau quit (Ping timeout: 240 seconds) 2017-08-11T09:49:07Z dougk_ joined #sbcl 2017-08-11T09:49:43Z goosnargh quit (Ping timeout: 246 seconds) 2017-08-11T10:09:58Z scymtym joined #sbcl 2017-08-11T10:10:03Z Bike joined #sbcl 2017-08-11T10:10:35Z jamtho quit (Remote host closed the connection) 2017-08-11T10:11:02Z jamtho joined #sbcl 2017-08-11T10:18:34Z scymtym quit (Ping timeout: 240 seconds) 2017-08-11T10:33:38Z scymtym joined #sbcl 2017-08-11T10:45:48Z goosnargh joined #sbcl 2017-08-11T10:51:22Z goosnargh quit (Ping timeout: 276 seconds) 2017-08-11T10:54:37Z jamtho quit (Ping timeout: 276 seconds) 2017-08-11T11:06:57Z milanj joined #sbcl 2017-08-11T11:17:56Z angavrilov quit (Remote host closed the connection) 2017-08-11T11:18:20Z angavrilov joined #sbcl 2017-08-11T11:24:56Z jack_rabbit quit (*.net *.split) 2017-08-11T11:46:39Z goosnargh joined #sbcl 2017-08-11T11:51:35Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-11T12:00:23Z rpg joined #sbcl 2017-08-11T12:11:10Z adlai quit (Ping timeout: 240 seconds) 2017-08-11T12:16:01Z DeadTrickster quit (Remote host closed the connection) 2017-08-11T12:19:04Z Bike quit (Ping timeout: 240 seconds) 2017-08-11T12:19:08Z rpg quit (*.net *.split) 2017-08-11T12:19:08Z abbe quit (*.net *.split) 2017-08-11T12:19:08Z Merv quit (*.net *.split) 2017-08-11T12:19:08Z drmeister quit (*.net *.split) 2017-08-11T12:19:19Z abbe joined #sbcl 2017-08-11T12:19:54Z drmeister joined #sbcl 2017-08-11T12:20:03Z rpg joined #sbcl 2017-08-11T12:20:13Z Merv joined #sbcl 2017-08-11T12:37:23Z BitPuffin|osx joined #sbcl 2017-08-11T13:00:00Z edgar-rft quit (Quit: edgar-rft) 2017-08-11T13:03:26Z Bike joined #sbcl 2017-08-11T13:09:09Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-11T13:13:44Z cromachina quit (Quit: Leaving) 2017-08-11T13:46:21Z rpg joined #sbcl 2017-08-11T13:47:42Z goosnargh joined #sbcl 2017-08-11T13:52:38Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-11T13:57:25Z oleo joined #sbcl 2017-08-11T14:01:42Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-11T14:48:28Z goosnargh joined #sbcl 2017-08-11T14:54:28Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-11T15:16:55Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-11T15:42:19Z mood quit (Quit: Gone.) 2017-08-11T15:42:57Z mood joined #sbcl 2017-08-11T15:43:20Z rpg joined #sbcl 2017-08-11T16:26:58Z mood quit (Quit: Gone.) 2017-08-11T16:30:58Z mood joined #sbcl 2017-08-11T16:37:15Z mood quit (Quit: Gone.) 2017-08-11T16:40:04Z mood joined #sbcl 2017-08-11T16:49:38Z BitPuffin|osx joined #sbcl 2017-08-11T16:51:06Z goosnargh joined #sbcl 2017-08-11T16:56:01Z goosnargh quit (Ping timeout: 248 seconds) 2017-08-11T17:20:05Z goosnargh joined #sbcl 2017-08-11T17:50:03Z edgar-rft joined #sbcl 2017-08-11T17:55:24Z blackwolf joined #sbcl 2017-08-11T17:57:00Z oleo quit (Quit: irc client terminated!) 2017-08-11T18:05:17Z scymtym_ joined #sbcl 2017-08-11T18:06:57Z scymtym quit (Ping timeout: 248 seconds) 2017-08-11T18:16:01Z oleo joined #sbcl 2017-08-11T18:23:09Z dustinm` quit (Quit: Leaving) 2017-08-11T18:25:34Z gko quit (Quit: ZNC - http://znc.in) 2017-08-11T18:31:44Z dustinm` joined #sbcl 2017-08-11T18:39:48Z stassats joined #sbcl 2017-08-11T18:46:47Z stassats: that "The value NIL is not of type SB-C::IR2-LVAR" is puzzling 2017-08-11T18:47:18Z stassats: lvar's dest is a cast, then another cast, and then nil, which means the lvar is never annotated 2017-08-11T18:49:08Z gko joined #sbcl 2017-08-11T18:54:19Z DeadTrickster joined #sbcl 2017-08-11T18:56:50Z stassats: that second has a :VESTIGIAL-EXIT-LEXENV 2017-08-11T19:01:42Z stassats: so, ok, it can't be deleted due the vestigial-exit-lexenv, but why does it lose the lvar? 2017-08-11T19:05:16Z shka_ joined #sbcl 2017-08-11T19:06:53Z goosnargh quit (Ping timeout: 246 seconds) 2017-08-11T19:09:29Z goosnargh joined #sbcl 2017-08-11T19:12:07Z stassats: paging nyef 2017-08-11T19:12:51Z goosnargh quit (Remote host closed the connection) 2017-08-11T19:13:07Z goosnargh joined #sbcl 2017-08-11T19:38:59Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-11T19:39:38Z sdemarre joined #sbcl 2017-08-11T19:49:24Z DeadTrickster quit (Remote host closed the connection) 2017-08-11T19:55:21Z goosnargh quit (Quit: ERC (IRC client for Emacs 25.2.1)) 2017-08-11T20:08:34Z angavrilov quit (Remote host closed the connection) 2017-08-11T20:11:10Z stassats quit (Ping timeout: 255 seconds) 2017-08-11T20:37:33Z scymtym_ quit (Ping timeout: 240 seconds) 2017-08-11T20:57:33Z scymtym joined #sbcl 2017-08-11T20:58:26Z sdemarre quit (Quit: Leaving.) 2017-08-11T21:01:15Z blackwolf quit (Quit: ERC (IRC client for Emacs 25.2.1)) 2017-08-11T21:16:33Z shka_ quit (Ping timeout: 240 seconds) 2017-08-11T21:17:22Z Bike quit (Ping timeout: 260 seconds) 2017-08-11T21:51:02Z scymtym quit (Ping timeout: 246 seconds) 2017-08-11T22:03:28Z oleo quit (Ping timeout: 258 seconds) 2017-08-11T22:13:40Z milanj quit (Quit: Leaving) 2017-08-11T22:14:29Z Bike joined #sbcl 2017-08-11T22:39:31Z zulu_inuoe joined #sbcl 2017-08-11T23:01:46Z rpg joined #sbcl 2017-08-11T23:04:34Z karswell joined #sbcl 2017-08-11T23:55:12Z cromachina joined #sbcl 2017-08-12T00:01:29Z slyrus quit (Remote host closed the connection) 2017-08-12T00:06:01Z rumbler31 joined #sbcl 2017-08-12T00:07:29Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-12T00:43:19Z rumbler31 quit (Remote host closed the connection) 2017-08-12T00:52:28Z rumbler31 joined #sbcl 2017-08-12T01:46:01Z jamtho joined #sbcl 2017-08-12T02:17:58Z slyrus joined #sbcl 2017-08-12T02:24:57Z jamtho quit (Ping timeout: 240 seconds) 2017-08-12T03:02:23Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-12T04:04:40Z rumbler31 quit (Remote host closed the connection) 2017-08-12T04:49:39Z scymtym joined #sbcl 2017-08-12T04:54:36Z sdemarre joined #sbcl 2017-08-12T04:58:47Z Bike quit (Ping timeout: 260 seconds) 2017-08-12T05:05:22Z rumbler31 joined #sbcl 2017-08-12T05:09:53Z rumbler31 quit (Ping timeout: 248 seconds) 2017-08-12T06:07:53Z goosnargh joined #sbcl 2017-08-12T06:10:25Z oleo joined #sbcl 2017-08-12T06:54:33Z angavrilov joined #sbcl 2017-08-12T08:18:01Z shka_ joined #sbcl 2017-08-12T08:35:31Z jamtho joined #sbcl 2017-08-12T10:04:38Z goosnargh quit (Ping timeout: 246 seconds) 2017-08-12T10:31:34Z stassats joined #sbcl 2017-08-12T10:47:29Z jamtho quit (Ping timeout: 248 seconds) 2017-08-12T11:00:48Z goosnargh joined #sbcl 2017-08-12T11:06:04Z goosnargh quit (Ping timeout: 276 seconds) 2017-08-12T11:42:12Z BitPuffin|osx joined #sbcl 2017-08-12T11:46:28Z rumbler31 joined #sbcl 2017-08-12T11:48:17Z rumbler31 quit (Remote host closed the connection) 2017-08-12T11:51:27Z phoe quit (Ping timeout: 240 seconds) 2017-08-12T11:57:51Z phoe joined #sbcl 2017-08-12T12:00:16Z rpg joined #sbcl 2017-08-12T12:01:32Z goosnargh joined #sbcl 2017-08-12T12:06:07Z goosnargh quit (Ping timeout: 246 seconds) 2017-08-12T12:24:48Z Bike joined #sbcl 2017-08-12T12:34:26Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-12T12:36:26Z BitPuffin|osx joined #sbcl 2017-08-12T13:02:18Z goosnargh joined #sbcl 2017-08-12T13:04:27Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-12T13:06:48Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-12T13:15:53Z HTTP_____GK1wmSU joined #sbcl 2017-08-12T13:16:35Z HTTP_____GK1wmSU left #sbcl 2017-08-12T13:25:53Z DeadTrickster joined #sbcl 2017-08-12T13:30:18Z oleo quit (Remote host closed the connection) 2017-08-12T13:37:16Z oleo joined #sbcl 2017-08-12T13:51:56Z oleo quit (Quit: irc client terminated!) 2017-08-12T14:03:02Z goosnargh joined #sbcl 2017-08-12T14:08:05Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-12T14:16:35Z oleo joined #sbcl 2017-08-12T14:32:46Z phoe quit (Ping timeout: 276 seconds) 2017-08-12T14:33:02Z phoe joined #sbcl 2017-08-12T15:04:14Z goosnargh joined #sbcl 2017-08-12T15:08:50Z goosnargh quit (Ping timeout: 240 seconds) 2017-08-12T16:04:50Z goosnargh joined #sbcl 2017-08-12T16:09:31Z goosnargh quit (Ping timeout: 255 seconds) 2017-08-12T16:47:16Z goosnargh joined #sbcl 2017-08-12T17:07:34Z stassats quit (Ping timeout: 255 seconds) 2017-08-12T17:40:47Z scymtym_ joined #sbcl 2017-08-12T17:40:57Z scymtym quit (Ping timeout: 240 seconds) 2017-08-12T17:47:20Z rpg joined #sbcl 2017-08-12T17:56:37Z scymtym_ quit (Ping timeout: 255 seconds) 2017-08-12T18:05:17Z jamtho joined #sbcl 2017-08-12T18:08:31Z stassats joined #sbcl 2017-08-12T18:20:16Z jamtho quit (Ping timeout: 246 seconds) 2017-08-12T18:20:56Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-12T18:36:02Z goosnargh quit (Ping timeout: 260 seconds) 2017-08-12T18:37:02Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-12T18:38:51Z goosnargh joined #sbcl 2017-08-12T19:12:47Z goosnargh quit (Ping timeout: 260 seconds) 2017-08-12T19:24:54Z D33P-B00K joined #sbcl 2017-08-12T19:27:24Z D33P-B00K left #sbcl 2017-08-12T20:24:28Z sdemarre quit (Quit: Leaving.) 2017-08-12T20:56:33Z shka_ quit (Quit: Konversation terminated!) 2017-08-12T21:55:09Z fjl quit (Quit: bye) 2017-08-12T22:31:19Z jrm joined #sbcl 2017-08-12T22:45:42Z jrm: Is there a straightforward way to build a custom core file, so that sbclrc is searched for in ${PREFIX}/etc/ instead of /etc/ ? I know the environment variable SBCL_HOME can be set and the command line option --sysinit exists. 2017-08-12T22:49:49Z pkhuong: jrm: look at src/code/toplevel.lisp 2017-08-12T22:50:01Z stassats quit (Ping timeout: 276 seconds) 2017-08-12T22:50:34Z jrm: Thanks pkhuong :) 2017-08-12T23:55:36Z stassats joined #sbcl 2017-08-13T01:09:40Z rpg joined #sbcl 2017-08-13T01:37:44Z stassats quit (Ping timeout: 246 seconds) 2017-08-13T02:13:04Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-13T03:17:49Z jamtho joined #sbcl 2017-08-17T04:48:36Z ccl-logbot joined #sbcl 2017-08-17T04:48:36Z 2017-08-17T04:48:36Z names: ccl-logbot sdemarre intrigue christoph_debian sjl zulu_inuoe luis Shinmera- salva Intensity minion ave1 adlai kini specbot malm Lord_Nightmare Colleen mood drmeister joshe gingerale les jdz abbe angular_mike_ Merv |3b| dim foom leah2 gko xristos brucem fe[nl]ix Blkt nicdev stylewarning p_l lonjil PuercoPop sigjuice mjl swflint hzp jyc__ pchrist 2017-08-17T04:48:46Z dustinm` joined #sbcl 2017-08-17T04:49:33Z aeth joined #sbcl 2017-08-17T04:49:46Z aeth quit (Changing host) 2017-08-17T04:49:46Z aeth joined #sbcl 2017-08-17T04:50:04Z slyrus joined #sbcl 2017-08-17T04:50:05Z jrm joined #sbcl 2017-08-17T04:50:12Z eschatologist joined #sbcl 2017-08-17T04:50:19Z fiddlerwoaroof joined #sbcl 2017-08-17T04:50:28Z White_Flame joined #sbcl 2017-08-17T04:51:05Z fiddlerwoaroof quit (Remote host closed the connection) 2017-08-17T04:51:58Z fiddlerwoaroof joined #sbcl 2017-08-17T04:54:26Z jsnell joined #sbcl 2017-08-17T04:57:54Z shka joined #sbcl 2017-08-17T05:27:12Z jibanes joined #sbcl 2017-08-17T05:49:58Z whoman joined #sbcl 2017-08-17T05:51:16Z zulu_inuoe quit (Ping timeout: 264 seconds) 2017-08-17T05:57:29Z zulu_inuoe joined #sbcl 2017-08-17T06:06:10Z specbot quit (Remote host closed the connection) 2017-08-17T06:06:10Z minion quit (Remote host closed the connection) 2017-08-17T06:07:56Z minion joined #sbcl 2017-08-17T06:07:57Z specbot joined #sbcl 2017-08-17T06:24:38Z jackdaniel joined #sbcl 2017-08-17T06:28:56Z easye joined #sbcl 2017-08-17T06:40:29Z shka quit (Ping timeout: 240 seconds) 2017-08-17T06:48:54Z angavrilov joined #sbcl 2017-08-17T07:13:44Z jdz quit (Ping timeout: 240 seconds) 2017-08-17T07:19:50Z jdz joined #sbcl 2017-08-17T07:27:16Z White_Flame quit (Ping timeout: 264 seconds) 2017-08-17T07:28:39Z White_Flame joined #sbcl 2017-08-17T07:54:09Z les quit (K-Lined) 2017-08-17T07:54:10Z nicdev quit (K-Lined) 2017-08-17T07:55:24Z les joined #sbcl 2017-08-17T07:57:51Z malm quit (Ping timeout: 260 seconds) 2017-08-17T07:59:07Z malm joined #sbcl 2017-08-17T08:14:25Z les quit (K-Lined) 2017-08-17T08:15:41Z les joined #sbcl 2017-08-17T08:38:11Z Xof joined #sbcl 2017-08-17T08:38:20Z ChanServ has set mode +o Xof 2017-08-17T08:55:34Z Posterdati joined #sbcl 2017-08-17T09:10:40Z jamtho_ joined #sbcl 2017-08-17T09:58:47Z tonton_ joined #sbcl 2017-08-17T10:10:47Z les quit (Ping timeout: 255 seconds) 2017-08-17T10:11:14Z leah2 quit (Ping timeout: 255 seconds) 2017-08-17T10:11:41Z xristos quit (Ping timeout: 255 seconds) 2017-08-17T10:11:41Z stylewarning quit (Ping timeout: 255 seconds) 2017-08-17T10:12:12Z fe[nl]ix quit (Ping timeout: 255 seconds) 2017-08-17T10:12:12Z Blkt quit (Ping timeout: 255 seconds) 2017-08-17T10:12:26Z Blkt joined #sbcl 2017-08-17T10:12:27Z fe[nl]ix joined #sbcl 2017-08-17T10:12:54Z |3b|: what is "wallclock profiling" in sb-sprof? 2017-08-17T10:15:15Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-17T10:16:48Z |3b|: same as :cpu just different method of triggering the samples? 2017-08-17T10:16:53Z jackdaniel: name suggests its about time perceived by the user 2017-08-17T10:17:14Z jackdaniel: wallclock as a clock hanging on a wall 2017-08-17T10:17:20Z les joined #sbcl 2017-08-17T10:17:33Z |3b|: yeah, familiar with the term, just not sure how it relates to profiling :) 2017-08-17T10:18:02Z |3b|: or more specifically statistical profiler 2017-08-17T10:23:07Z m00natic joined #sbcl 2017-08-17T10:25:51Z leah2 joined #sbcl 2017-08-17T10:56:41Z Bike joined #sbcl 2017-08-17T11:12:59Z Bike quit (Ping timeout: 248 seconds) 2017-08-17T11:17:23Z Bike joined #sbcl 2017-08-17T11:20:24Z BitPuffin|osx joined #sbcl 2017-08-17T11:20:33Z tonton_ is now known as tonton 2017-08-17T11:39:03Z Bicyclidine joined #sbcl 2017-08-17T11:41:29Z Bike quit (Ping timeout: 240 seconds) 2017-08-17T12:00:19Z rpg joined #sbcl 2017-08-17T12:04:47Z rpg quit (Client Quit) 2017-08-17T12:20:22Z Bicyclidine quit (Ping timeout: 255 seconds) 2017-08-17T12:23:00Z stylewarning joined #sbcl 2017-08-17T13:05:01Z Bike joined #sbcl 2017-08-17T13:08:00Z jrm: Hi. For the FreeBSD binaries available on http://www.sbcl.org/platform-table.html, on what version of FreeBSD were they built? FreeBSD doesn't guarantee binary compatibility against major versions and there are currently two supported major versions 10.x and 11.x. 2017-08-17T13:10:34Z ave1 quit (Changing host) 2017-08-17T13:10:34Z ave1 joined #sbcl 2017-08-17T13:23:36Z Shinmera- is now known as Shinmera 2017-08-17T13:36:48Z rpg joined #sbcl 2017-08-17T13:54:34Z oleo joined #sbcl 2017-08-17T14:03:01Z oleo quit (Quit: irc client terminated!) 2017-08-17T14:11:27Z jrm: Oh, and on the download table, the cell for DragonFly/X86 should be grey. DragonFly only supports amd64. 2017-08-17T14:18:15Z oleo joined #sbcl 2017-08-17T15:12:16Z aeth quit (Ping timeout: 264 seconds) 2017-08-17T15:13:56Z aeth joined #sbcl 2017-08-17T15:14:15Z Posterdati quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2017-08-17T15:14:56Z Posterdati joined #sbcl 2017-08-17T15:34:20Z ferada joined #sbcl 2017-08-17T15:35:02Z ferada left #sbcl 2017-08-17T15:42:14Z xristos joined #sbcl 2017-08-17T15:42:16Z xristos is now known as Guest77189 2017-08-17T15:52:26Z pkhuong joined #sbcl 2017-08-17T16:34:39Z shka joined #sbcl 2017-08-17T16:47:28Z flip214 joined #sbcl 2017-08-17T16:58:33Z m00natic quit (Remote host closed the connection) 2017-08-17T17:57:07Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-17T18:05:49Z dougk_ joined #sbcl 2017-08-17T18:26:14Z rpg joined #sbcl 2017-08-17T18:47:48Z attila_lendvai joined #sbcl 2017-08-17T18:47:48Z attila_lendvai quit (Changing host) 2017-08-17T18:47:48Z attila_lendvai joined #sbcl 2017-08-17T18:48:51Z shka quit (Ping timeout: 240 seconds) 2017-08-17T18:55:00Z jyc__ quit 2017-08-17T18:55:20Z jyc joined #sbcl 2017-08-17T18:57:33Z scymtym joined #sbcl 2017-08-17T19:26:19Z DeadTrickster joined #sbcl 2017-08-17T20:50:11Z scymtym_ joined #sbcl 2017-08-17T20:50:56Z scymtym quit (Remote host closed the connection) 2017-08-17T21:09:07Z Bike quit (Ping timeout: 255 seconds) 2017-08-17T22:08:02Z Bike joined #sbcl 2017-08-17T22:11:43Z rumbler31 joined #sbcl 2017-08-17T22:19:13Z angavrilov quit (Remote host closed the connection) 2017-08-17T22:28:39Z carvite joined #sbcl 2017-08-17T22:40:53Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-17T22:42:02Z Bike quit (Ping timeout: 248 seconds) 2017-08-17T22:43:55Z Bike joined #sbcl 2017-08-17T22:46:53Z irsol joined #sbcl 2017-08-17T23:04:39Z rpg joined #sbcl 2017-08-17T23:14:14Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-17T23:27:49Z cromachina joined #sbcl 2017-08-17T23:48:52Z scymtym_ quit (Ping timeout: 255 seconds) 2017-08-18T00:19:25Z slyrus quit (Remote host closed the connection) 2017-08-18T00:21:46Z slyrus joined #sbcl 2017-08-18T00:42:54Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-18T00:44:37Z attila_lendvai joined #sbcl 2017-08-18T00:44:37Z attila_lendvai quit (Changing host) 2017-08-18T00:44:37Z attila_lendvai joined #sbcl 2017-08-18T01:00:00Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-18T01:16:14Z DeadTrickster_ joined #sbcl 2017-08-18T01:19:14Z DeadTrickster quit (Ping timeout: 240 seconds) 2017-08-18T01:25:59Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-18T01:35:15Z rpg joined #sbcl 2017-08-18T01:58:29Z rumbler31 quit (Remote host closed the connection) 2017-08-18T02:45:46Z cromachina_ joined #sbcl 2017-08-18T02:46:58Z cromachina quit (Ping timeout: 240 seconds) 2017-08-18T02:59:25Z |3b|: https://gist.github.com/3b/2fc0313bf7ddbe786089d76e42b2892c 2017-08-18T03:00:05Z |3b|: does sb-sprof usually do something to filter out sleeping/blocked threads? (or not see them in the first place for some reason?) 2017-08-18T03:10:03Z |3b|: also https://gist.github.com/3b/2fc0313bf7ddbe786089d76e42b2892c#gistcomment-2179383 2017-08-18T03:11:46Z |3b| wonders if the debugger part would be worth adding to sbcl, since it depends on an extra lib from MS 2017-08-18T03:14:00Z shka joined #sbcl 2017-08-18T03:22:58Z Bike quit (Ping timeout: 240 seconds) 2017-08-18T04:40:42Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-18T04:47:40Z slyrus: broken build :( 2017-08-18T04:47:51Z slyrus: undefined variable: *SEQUENCE-KEYWORD-INFO* 2017-08-18T04:56:58Z slyrus: putting the new defglobal of *sequence-keyword-info* back in an eval-when clause fixes things 2017-08-18T05:19:54Z oleo quit (Quit: irc client terminated!) 2017-08-18T05:34:05Z slyrus quit (Remote host closed the connection) 2017-08-18T05:36:18Z slyrus joined #sbcl 2017-08-18T05:43:02Z slyrus quit (Remote host closed the connection) 2017-08-18T06:44:10Z DeadTrickster_ quit (Ping timeout: 248 seconds) 2017-08-18T06:44:39Z angavrilov joined #sbcl 2017-08-18T07:12:20Z shka quit (Ping timeout: 240 seconds) 2017-08-18T07:35:49Z stassats joined #sbcl 2017-08-18T07:36:53Z leah2 quit (Ping timeout: 255 seconds) 2017-08-18T07:44:59Z leah2 joined #sbcl 2017-08-18T08:30:28Z stassats quit (Ping timeout: 240 seconds) 2017-08-18T08:40:10Z edgar-rft joined #sbcl 2017-08-18T08:43:25Z stassats joined #sbcl 2017-08-18T09:00:34Z stassats quit (Ping timeout: 240 seconds) 2017-08-18T09:51:15Z BitPuffin|osx joined #sbcl 2017-08-18T10:20:30Z m00natic joined #sbcl 2017-08-18T11:25:49Z whoman quit (Ping timeout: 240 seconds) 2017-08-18T11:35:32Z attila_lendvai joined #sbcl 2017-08-18T11:36:37Z Bike joined #sbcl 2017-08-18T11:46:53Z stassats joined #sbcl 2017-08-18T12:00:10Z rpg joined #sbcl 2017-08-18T12:02:10Z m00natic quit (Read error: Connection reset by peer) 2017-08-18T12:02:24Z m00natic joined #sbcl 2017-08-18T12:11:18Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-18T12:15:19Z Bike quit (Ping timeout: 240 seconds) 2017-08-18T12:16:22Z scymtym joined #sbcl 2017-08-18T12:58:32Z Bike joined #sbcl 2017-08-18T13:03:22Z stassats quit (Ping timeout: 248 seconds) 2017-08-18T13:07:23Z stassats joined #sbcl 2017-08-18T13:11:15Z cromachina_ quit (Quit: Leaving) 2017-08-18T13:19:45Z ryan_vw joined #sbcl 2017-08-18T13:42:08Z oleo joined #sbcl 2017-08-18T13:46:12Z stassats quit (Remote host closed the connection) 2017-08-18T13:46:30Z stassats joined #sbcl 2017-08-18T13:54:15Z stassats quit (Ping timeout: 246 seconds) 2017-08-18T14:23:52Z nimiux joined #sbcl 2017-08-18T14:37:58Z whoman joined #sbcl 2017-08-18T15:24:10Z rpg joined #sbcl 2017-08-18T15:36:56Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-18T16:52:27Z dougk_: is this NEWS entry parseable? " a reentrancy bug in the compiler affecting compilation of of GF dispatch functions while already in the compiler has been fixed" 2017-08-18T16:52:46Z dougk_: the "has been fixed" at the end bothers me, but that's English for you 2017-08-18T16:54:29Z scymtym quit (Ping timeout: 246 seconds) 2017-08-18T16:57:46Z m00natic quit (Remote host closed the connection) 2017-08-18T17:18:54Z whoman: the "of of" doesnt bother you? 2017-08-18T17:19:15Z whoman: a [reentrancy] bug [..desc..] has been fixed 2017-08-18T17:19:23Z whoman: quite simple structure to me 2017-08-18T17:26:48Z hlavaty joined #sbcl 2017-08-18T17:28:25Z hlavaty: hi, sbcl build was broken bfc678 to a0c1f9, : undefined variable: *SEQUENCE-KEYWORD-INFO* 2017-08-18T17:32:43Z hlavaty quit (Remote host closed the connection) 2017-08-18T17:36:46Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-18T17:43:47Z slyrus joined #sbcl 2017-08-18T17:46:12Z rpg joined #sbcl 2017-08-18T18:24:43Z slyrus quit (Remote host closed the connection) 2017-08-18T18:31:22Z slyrus joined #sbcl 2017-08-18T18:36:35Z shka joined #sbcl 2017-08-18T18:41:02Z pkhuong: dougk_: two sentences? :\ 2017-08-18T18:51:00Z scymtym joined #sbcl 2017-08-18T20:03:18Z milanj joined #sbcl 2017-08-18T20:10:05Z dougk_: pkhuong: different answer: i may not advertise this yet; the problem is worse than i thought :-( 2017-08-18T20:10:27Z dougk_: i merely moved the crash from fasl-dump to register packing 2017-08-18T20:12:26Z sdemarre quit (Quit: Leaving.) 2017-08-18T20:12:45Z pkhuong: I think that's my cue to part the channel. 2017-08-18T20:13:18Z dougk_: you don't need to; i have a plan of attack 2017-08-18T20:15:48Z sdemarre joined #sbcl 2017-08-18T20:29:05Z sdemarre quit (Quit: Leaving.) 2017-08-18T20:29:13Z shka quit (Ping timeout: 240 seconds) 2017-08-18T20:41:27Z sdemarre joined #sbcl 2017-08-18T20:43:28Z sdemarre quit (Client Quit) 2017-08-18T20:56:43Z DeadTrickster_ joined #sbcl 2017-08-18T21:24:51Z Bike quit (Ping timeout: 255 seconds) 2017-08-18T21:33:48Z angavrilov quit (Remote host closed the connection) 2017-08-18T21:43:39Z sdemarre joined #sbcl 2017-08-18T21:43:46Z BitPuffin|osx joined #sbcl 2017-08-18T21:53:18Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-18T21:58:55Z slyrus_ joined #sbcl 2017-08-18T22:08:28Z attila_lendvai quit (Quit: Leaving.) 2017-08-18T22:09:19Z Bike joined #sbcl 2017-08-18T22:15:35Z milanj quit (Quit: Leaving) 2017-08-18T22:40:10Z cromachina joined #sbcl 2017-08-18T22:42:18Z slyrus quit (Ping timeout: 240 seconds) 2017-08-18T22:57:43Z sindan joined #sbcl 2017-08-18T23:08:06Z karswell joined #sbcl 2017-08-18T23:32:38Z DeadTrickster joined #sbcl 2017-08-18T23:35:47Z DeadTrickster_ quit (Ping timeout: 240 seconds) 2017-08-18T23:35:55Z DeadTrickster_ joined #sbcl 2017-08-18T23:37:53Z DeadTrickster__ joined #sbcl 2017-08-18T23:37:57Z DeadTrickster quit (Ping timeout: 240 seconds) 2017-08-18T23:39:16Z DeadTrickster__ is now known as DeadTrickster 2017-08-18T23:40:49Z DeadTrickster_ quit (Ping timeout: 240 seconds) 2017-08-19T01:04:55Z DeadTrickster quit (Ping timeout: 248 seconds) 2017-08-19T02:16:52Z rpg quit (Quit: Textual IRC Client: www.textualapp.com) 2017-08-19T02:44:41Z scymtym quit (Ping timeout: 248 seconds) 2017-08-19T03:00:54Z jamtho_ joined #sbcl 2017-08-19T03:18:32Z Bike quit (Ping timeout: 255 seconds) 2017-08-19T04:04:57Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-19T06:35:12Z angavrilov joined #sbcl 2017-08-19T07:11:36Z shka joined #sbcl 2017-08-19T07:57:09Z DeadTrickster joined #sbcl 2017-08-19T08:03:36Z DeadTrickster quit (Ping timeout: 248 seconds) 2017-08-19T09:10:28Z BitPuffin|osx joined #sbcl 2017-08-19T09:10:52Z shka quit (Read error: Connection reset by peer) 2017-08-19T09:11:19Z shka joined #sbcl 2017-08-19T10:12:47Z jamtho_ joined #sbcl 2017-08-19T10:18:50Z karswell_ joined #sbcl 2017-08-19T10:20:11Z karswell quit (Ping timeout: 255 seconds) 2017-08-19T10:51:04Z Bike joined #sbcl 2017-08-19T10:53:49Z milanj joined #sbcl 2017-08-19T11:18:38Z milanj quit (Quit: Leaving) 2017-08-19T12:23:00Z attila_lendvai joined #sbcl 2017-08-19T12:43:32Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-19T12:50:24Z attila_lendvai quit (Quit: Leaving.) 2017-08-19T13:27:26Z rumbler31 joined #sbcl 2017-08-19T13:27:38Z rumbler31 quit (Remote host closed the connection) 2017-08-19T13:27:56Z rumbler31 joined #sbcl 2017-08-19T13:57:35Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-19T15:15:44Z slyrus joined #sbcl 2017-08-19T15:27:13Z sjl quit (Ping timeout: 264 seconds) 2017-08-19T15:37:54Z tcr joined #sbcl 2017-08-19T17:11:20Z fiveop joined #sbcl 2017-08-19T17:20:20Z jamtho_ joined #sbcl 2017-08-19T17:39:12Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-19T17:45:48Z slyrus_ quit (Ping timeout: 240 seconds) 2017-08-19T17:48:21Z fiveop quit 2017-08-19T17:48:31Z fiveop joined #sbcl 2017-08-19T17:51:02Z fiveop quit (Client Quit) 2017-08-19T17:54:27Z fiveop joined #sbcl 2017-08-19T17:54:58Z fiveop quit (Client Quit) 2017-08-19T17:55:12Z fiveop joined #sbcl 2017-08-19T18:07:23Z jamtho_ joined #sbcl 2017-08-19T18:29:15Z tcr quit (Ping timeout: 240 seconds) 2017-08-19T18:43:47Z rumbler31 quit (Remote host closed the connection) 2017-08-19T18:47:20Z karswell_ quit (Ping timeout: 248 seconds) 2017-08-19T19:07:53Z fiveop quit 2017-08-19T19:11:13Z jamtho_ quit (Ping timeout: 246 seconds) 2017-08-19T19:34:40Z shka quit (Ping timeout: 246 seconds) 2017-08-19T19:53:32Z oleo quit (Read error: Connection reset by peer) 2017-08-19T19:57:52Z attila_lendvai joined #sbcl 2017-08-19T19:57:52Z attila_lendvai quit (Changing host) 2017-08-19T19:57:52Z attila_lendvai joined #sbcl 2017-08-19T20:02:01Z oleo joined #sbcl 2017-08-19T20:36:19Z slyrus quit (Ping timeout: 240 seconds) 2017-08-19T21:22:16Z sdemarre quit (Quit: Leaving.) 2017-08-19T21:45:06Z BitPuffin|osx joined #sbcl 2017-08-19T22:20:04Z slyrus joined #sbcl 2017-08-19T22:22:48Z slyrus_ joined #sbcl 2017-08-19T23:09:50Z attila_lendvai quit (Quit: Leaving.) 2017-08-19T23:17:57Z angavrilov quit (Remote host closed the connection) 2017-08-20T00:43:23Z scymtym joined #sbcl 2017-08-20T00:51:28Z scymtym: for dotted lists in application forms like (cons 1 . 2) we produce an error from within the compiler. does this look ok as a fix: http://paste.lisp.org/display/353484 ? 2017-08-20T01:23:25Z joshe: oh boy, another openbsd security feature to work around in sbcl 2017-08-20T01:26:15Z scymtym quit (Ping timeout: 240 seconds) 2017-08-20T02:06:54Z jamtho_ joined #sbcl 2017-08-20T02:08:13Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T02:10:10Z sjl joined #sbcl 2017-08-20T02:10:33Z slyrus joined #sbcl 2017-08-20T02:13:26Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T02:17:31Z karswell_ joined #sbcl 2017-08-20T02:17:32Z slyrus joined #sbcl 2017-08-20T02:30:14Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-20T02:44:46Z sjl quit (Ping timeout: 255 seconds) 2017-08-20T02:54:30Z sjl joined #sbcl 2017-08-20T02:54:52Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T03:02:09Z slyrus joined #sbcl 2017-08-20T03:21:19Z scymtym joined #sbcl 2017-08-20T03:58:44Z sjl quit (Ping timeout: 240 seconds) 2017-08-20T04:47:09Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T04:54:34Z slyrus joined #sbcl 2017-08-20T05:25:49Z angavrilov joined #sbcl 2017-08-20T05:32:48Z Bike quit (Ping timeout: 240 seconds) 2017-08-20T06:19:19Z DeadTrickster joined #sbcl 2017-08-20T06:43:26Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T06:44:58Z slyrus joined #sbcl 2017-08-20T07:03:14Z shka joined #sbcl 2017-08-20T07:06:02Z kini quit (Ping timeout: 260 seconds) 2017-08-20T07:09:17Z kini joined #sbcl 2017-08-20T07:17:28Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T07:26:59Z slyrus joined #sbcl 2017-08-20T07:30:04Z sdemarre joined #sbcl 2017-08-20T07:56:38Z slyrus quit (Read error: Connection reset by peer) 2017-08-20T08:00:55Z slyrus joined #sbcl 2017-08-20T08:32:48Z anticrisis joined #sbcl 2017-08-20T09:18:46Z shka quit (Quit: Konversation terminated!) 2017-08-20T09:22:45Z shka joined #sbcl 2017-08-20T09:32:26Z anticrisis quit (Quit: ERC (IRC client for Emacs 25.2.1)) 2017-08-20T09:54:55Z attila_lendvai joined #sbcl 2017-08-20T09:54:55Z attila_lendvai quit (Changing host) 2017-08-20T09:54:55Z attila_lendvai joined #sbcl 2017-08-20T10:19:23Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-20T10:20:55Z BitPuffin|osx joined #sbcl 2017-08-20T10:51:07Z attila_lendvai quit (Quit: Leaving.) 2017-08-20T10:57:57Z jamtho_ joined #sbcl 2017-08-20T12:01:25Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-20T12:17:17Z Bike joined #sbcl 2017-08-20T13:12:00Z myrkraverk joined #sbcl 2017-08-20T13:38:24Z handlex joined #sbcl 2017-08-20T13:50:26Z handlex quit (Quit: handlex) 2017-08-20T13:50:53Z handlex joined #sbcl 2017-08-20T13:51:50Z handlex quit (Client Quit) 2017-08-20T14:07:19Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-20T16:27:18Z BitPuffin|osx joined #sbcl 2017-08-20T16:38:25Z scymtym quit (Ping timeout: 240 seconds) 2017-08-20T17:00:03Z scymtym joined #sbcl 2017-08-20T17:48:37Z Bike quit (Ping timeout: 248 seconds) 2017-08-20T18:21:16Z Bike joined #sbcl 2017-08-20T19:08:07Z attila_lendvai joined #sbcl 2017-08-20T19:36:51Z anticrisis joined #sbcl 2017-08-20T19:38:05Z scymtym quit (Read error: No route to host) 2017-08-20T19:39:09Z scymtym joined #sbcl 2017-08-20T20:01:59Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-20T20:06:54Z shka quit (Ping timeout: 240 seconds) 2017-08-20T20:11:14Z scymtym quit (Read error: No route to host) 2017-08-20T20:11:40Z scymtym joined #sbcl 2017-08-20T20:19:01Z easye quit (Read error: Connection reset by peer) 2017-08-20T20:21:42Z minion quit (Ping timeout: 248 seconds) 2017-08-20T20:21:43Z specbot quit (Ping timeout: 240 seconds) 2017-08-20T20:27:29Z specbot joined #sbcl 2017-08-20T20:27:29Z minion joined #sbcl 2017-08-20T20:28:27Z angavrilov quit (Remote host closed the connection) 2017-08-20T20:47:15Z sdemarre quit (Quit: Leaving.) 2017-08-20T20:55:42Z scymtym quit (Ping timeout: 246 seconds) 2017-08-20T21:11:11Z sjl joined #sbcl 2017-08-20T21:44:38Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-20T21:47:04Z attila_lendvai joined #sbcl 2017-08-20T22:58:51Z attila_lendvai quit (Quit: Leaving.) 2017-08-20T23:02:11Z slyrus quit (Remote host closed the connection) 2017-08-20T23:09:35Z slyrus_ is now known as slyrus 2017-08-20T23:37:17Z stassats joined #sbcl 2017-08-21T01:12:46Z scymtym joined #sbcl 2017-08-21T01:55:15Z jamtho_ joined #sbcl 2017-08-21T01:58:54Z scymtym quit (Ping timeout: 240 seconds) 2017-08-21T02:22:46Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-21T02:32:51Z scymtym joined #sbcl 2017-08-21T02:59:59Z Bike quit (Ping timeout: 240 seconds) 2017-08-21T03:04:05Z stassats quit (Remote host closed the connection) 2017-08-21T03:04:11Z stassats joined #sbcl 2017-08-21T03:51:50Z scymtym quit (Ping timeout: 248 seconds) 2017-08-21T04:03:02Z shka joined #sbcl 2017-08-21T04:35:53Z sindan quit (Remote host closed the connection) 2017-08-21T04:36:29Z sindan joined #sbcl 2017-08-21T04:48:22Z stassats quit (Ping timeout: 248 seconds) 2017-08-21T05:22:46Z easye joined #sbcl 2017-08-21T05:38:15Z oleo quit (Quit: irc client terminated!) 2017-08-21T05:49:18Z angavrilov joined #sbcl 2017-08-21T06:14:37Z stassats joined #sbcl 2017-08-21T06:19:02Z stassats quit (Ping timeout: 248 seconds) 2017-08-21T06:34:26Z stassats joined #sbcl 2017-08-21T06:34:29Z stassats quit (Changing host) 2017-08-21T06:34:29Z stassats joined #sbcl 2017-08-21T06:46:23Z trittweiler joined #sbcl 2017-08-21T07:03:42Z shka quit (Ping timeout: 240 seconds) 2017-08-21T07:13:45Z scymtym joined #sbcl 2017-08-21T07:23:52Z attila_lendvai joined #sbcl 2017-08-21T07:41:22Z anticrisis quit (Quit: ERC (IRC client for Emacs 25.2.1)) 2017-08-21T08:01:57Z stassats quit (Ping timeout: 240 seconds) 2017-08-21T08:17:37Z stassats joined #sbcl 2017-08-21T08:36:40Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-21T08:37:21Z attila_lendvai joined #sbcl 2017-08-21T08:42:12Z attila_lendvai quit (Client Quit) 2017-08-21T09:36:16Z stassats quit (Ping timeout: 240 seconds) 2017-08-21T10:28:59Z DeadTrickster_ joined #sbcl 2017-08-21T10:30:36Z stassats joined #sbcl 2017-08-21T10:41:50Z stassats quit (Remote host closed the connection) 2017-08-21T10:42:17Z stassats joined #sbcl 2017-08-21T10:59:27Z m00natic joined #sbcl 2017-08-21T11:20:13Z jamtho_ joined #sbcl 2017-08-21T11:31:22Z Bike joined #sbcl 2017-08-21T11:40:11Z stassats quit (Ping timeout: 246 seconds) 2017-08-21T12:04:16Z sjl quit (Ping timeout: 240 seconds) 2017-08-21T12:20:24Z Bike quit (Ping timeout: 240 seconds) 2017-08-21T12:33:25Z sjl joined #sbcl 2017-08-21T12:39:06Z sjl quit (Ping timeout: 255 seconds) 2017-08-21T12:40:26Z BitPuffin|osx joined #sbcl 2017-08-21T12:44:29Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-21T13:04:36Z Bike joined #sbcl 2017-08-21T13:06:13Z sjl joined #sbcl 2017-08-21T13:10:53Z sjl quit (Ping timeout: 240 seconds) 2017-08-21T13:11:31Z jamtho_ joined #sbcl 2017-08-21T13:21:35Z stassats joined #sbcl 2017-08-21T14:09:13Z stassats quit (Ping timeout: 255 seconds) 2017-08-21T14:17:50Z stassats joined #sbcl 2017-08-21T14:21:07Z skeuomorf joined #sbcl 2017-08-21T14:23:17Z oleo joined #sbcl 2017-08-21T14:36:22Z attila_lendvai joined #sbcl 2017-08-21T14:43:38Z stassats quit (Ping timeout: 240 seconds) 2017-08-21T14:48:32Z DeadTrickster_ quit (Ping timeout: 276 seconds) 2017-08-21T15:03:18Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-21T15:24:22Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-21T15:29:23Z trittweiler quit (Ping timeout: 240 seconds) 2017-08-21T15:47:17Z whoman quit (Quit: Leaving) 2017-08-21T15:53:09Z DeadTrickster quit (Ping timeout: 240 seconds) 2017-08-21T16:18:48Z attila_lendvai joined #sbcl 2017-08-21T16:18:48Z attila_lendvai quit (Changing host) 2017-08-21T16:18:48Z attila_lendvai joined #sbcl 2017-08-21T16:19:46Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-21T16:21:41Z attila_lendvai joined #sbcl 2017-08-21T16:54:02Z attila_lendvai quit (Quit: Leaving.) 2017-08-21T16:57:20Z foom2 joined #sbcl 2017-08-21T17:00:33Z foom quit (Ping timeout: 255 seconds) 2017-08-21T17:11:15Z m00natic quit (Remote host closed the connection) 2017-08-21T17:34:45Z scymtym quit (Ping timeout: 248 seconds) 2017-08-21T17:37:47Z shka_ joined #sbcl 2017-08-21T18:00:04Z skeuomorf quit (Ping timeout: 255 seconds) 2017-08-21T18:27:18Z scymtym joined #sbcl 2017-08-21T18:43:11Z igajsin joined #sbcl 2017-08-21T18:49:24Z scymtym quit (Ping timeout: 248 seconds) 2017-08-21T18:51:11Z adlai quit (Changing host) 2017-08-21T18:51:11Z adlai joined #sbcl 2017-08-21T18:52:41Z igajsin quit (Ping timeout: 255 seconds) 2017-08-21T18:53:40Z tonton quit (Ping timeout: 240 seconds) 2017-08-21T18:55:49Z tonton joined #sbcl 2017-08-21T18:56:38Z igajsin joined #sbcl 2017-08-21T19:01:10Z igajsin quit (Ping timeout: 246 seconds) 2017-08-21T19:07:10Z igajsin joined #sbcl 2017-08-21T19:13:25Z shka_ quit (Ping timeout: 246 seconds) 2017-08-21T19:15:32Z milanj joined #sbcl 2017-08-21T19:19:36Z igajsin quit (Ping timeout: 255 seconds) 2017-08-21T19:19:55Z scymtym joined #sbcl 2017-08-21T19:24:20Z igajsin joined #sbcl 2017-08-21T19:29:01Z attila_lendvai joined #sbcl 2017-08-21T19:41:11Z DeadTrickster joined #sbcl 2017-08-21T19:45:35Z drmeister quit (Ping timeout: 246 seconds) 2017-08-21T19:47:01Z jyc quit (Ping timeout: 246 seconds) 2017-08-21T19:47:30Z drmeister joined #sbcl 2017-08-21T19:47:50Z jyc joined #sbcl 2017-08-21T19:54:08Z flip214: does anybody else see 1.3.20.123.master.3-55ef2a710 (or similar) go OOM with hunchentoot? 2017-08-21T19:55:09Z flip214: swank reports "Could not create a new thread.", sbcl says "mmap: not enough memory available", but there are only 9 pthreads active. 2017-08-21T19:55:47Z flip214: and I can reproduce with manual reloading in the browser (sometimes), too, so it's not really a high-load scenario only 2017-08-21T20:34:34Z flip214: Can I ask for the thread_control_stack_size from lisp? 2017-08-21T20:35:32Z flip214: hmmm, is at the default of 2M... 2017-08-21T20:44:29Z flip214: seems to be some glibc logic that does 64M and 128M mmap()s... 2017-08-21T20:45:52Z attila_lendvai quit (Quit: Leaving.) 2017-08-21T21:18:55Z Bike quit (Ping timeout: 255 seconds) 2017-08-21T21:29:27Z angavrilov quit (Remote host closed the connection) 2017-08-21T21:39:59Z stassats joined #sbcl 2017-08-21T21:44:14Z stassats quit (Ping timeout: 246 seconds) 2017-08-21T22:01:00Z anticrisis joined #sbcl 2017-08-21T22:06:31Z Bike joined #sbcl 2017-08-21T22:08:28Z sdemarre joined #sbcl 2017-08-21T22:19:47Z JuanDaugherty joined #sbcl 2017-08-21T22:20:42Z JuanDaugherty: http://sbcl-internals.cliki.net/ is broken 2017-08-21T22:21:00Z JuanDaugherty: (on http://www.sbcl.org/links.html ) 2017-08-21T22:50:11Z karswell_ quit (Read error: Connection reset by peer) 2017-08-21T22:50:56Z karswell_ joined #sbcl 2017-08-21T22:58:26Z stassats joined #sbcl 2017-08-21T22:58:31Z karswell_ quit (Remote host closed the connection) 2017-08-21T23:06:18Z oleo quit (Ping timeout: 240 seconds) 2017-08-21T23:07:36Z oleo joined #sbcl 2017-08-21T23:12:10Z oleo quit (Ping timeout: 240 seconds) 2017-08-21T23:13:22Z JuanDaugherty: http://www.sbcl.org/sbcl-internals/Implementation-_0028Linux-x86_0029.html#Implementation-_0028Linux-x86_0029 implies thread exit is a stop the world event 2017-08-21T23:15:08Z stassats: are we reading the same thing? i see no mentions of exiting 2017-08-21T23:16:47Z JuanDaugherty: http://www.sbcl.org/manual/index.html#Garbage-Collection#7.4 2017-08-21T23:18:54Z JuanDaugherty: http://www.sbcl.org/manual/index.html#Garbage-Collection rather, where I've assume that the gc it refers to generally does happen 2017-08-21T23:18:59Z JuanDaugherty: *assumed 2017-08-21T23:25:39Z karswell joined #sbcl 2017-08-22T00:16:37Z milanj quit (Quit: This computer has gone to sleep) 2017-08-22T00:24:05Z milanj joined #sbcl 2017-08-22T00:47:32Z milanj quit (Quit: Leaving) 2017-08-22T01:06:40Z anticrisis quit (Ping timeout: 240 seconds) 2017-08-22T01:45:19Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-22T02:24:54Z sjl joined #sbcl 2017-08-22T02:33:40Z sjl quit (Ping timeout: 240 seconds) 2017-08-22T02:42:55Z sjl joined #sbcl 2017-08-22T02:54:49Z oleo joined #sbcl 2017-08-22T02:57:19Z scymtym quit (Ping timeout: 255 seconds) 2017-08-22T03:06:52Z JuanDaugherty quit (Quit: Hibernate, reboot, exeunt, etc.) 2017-08-22T03:22:58Z stassats quit (Ping timeout: 255 seconds) 2017-08-22T03:27:39Z jamtho_ joined #sbcl 2017-08-22T03:38:48Z stassats joined #sbcl 2017-08-22T03:43:10Z stassats quit (Ping timeout: 240 seconds) 2017-08-22T03:54:11Z shka_ joined #sbcl 2017-08-22T04:06:45Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-22T04:15:00Z kini quit (Quit: No Ping reply in 180 seconds.) 2017-08-22T04:18:11Z kini joined #sbcl 2017-08-22T04:22:41Z oleo quit (Quit: irc client terminated!) 2017-08-22T04:28:12Z kini quit (Quit: No Ping reply in 180 seconds.) 2017-08-22T04:30:37Z kini joined #sbcl 2017-08-22T04:39:01Z igajsin quit (Ping timeout: 255 seconds) 2017-08-22T04:39:11Z scymtym joined #sbcl 2017-08-22T04:40:15Z Bike quit (Ping timeout: 240 seconds) 2017-08-22T04:44:54Z stassats joined #sbcl 2017-08-22T04:49:22Z stassats quit (Ping timeout: 255 seconds) 2017-08-22T05:05:03Z igajsin joined #sbcl 2017-08-22T05:47:53Z angavrilov joined #sbcl 2017-08-22T05:52:24Z scymtym quit (Read error: No route to host) 2017-08-22T05:53:38Z scymtym joined #sbcl 2017-08-22T06:27:05Z attila_lendvai joined #sbcl 2017-08-22T06:44:59Z stassats joined #sbcl 2017-08-22T07:02:15Z igajsin quit (Ping timeout: 240 seconds) 2017-08-22T07:14:39Z Xof quit (Ping timeout: 240 seconds) 2017-08-22T07:21:23Z shka_ quit (Ping timeout: 248 seconds) 2017-08-22T07:30:39Z trittweiler joined #sbcl 2017-08-22T08:56:33Z Xof joined #sbcl 2017-08-22T09:03:08Z scymtym quit (Read error: No route to host) 2017-08-22T09:30:47Z Bike joined #sbcl 2017-08-22T09:40:20Z m00natic joined #sbcl 2017-08-22T09:44:52Z Bike quit (Ping timeout: 248 seconds) 2017-08-22T09:51:19Z stassats quit (Ping timeout: 255 seconds) 2017-08-22T10:04:47Z DeadTrickster_ joined #sbcl 2017-08-22T10:31:08Z trittweiler quit (Ping timeout: 240 seconds) 2017-08-22T10:46:47Z DeadTrickster__ joined #sbcl 2017-08-22T10:47:22Z trittweiler joined #sbcl 2017-08-22T10:49:24Z DeadTrickster_ quit (Ping timeout: 248 seconds) 2017-08-22T10:53:09Z jamtho_ joined #sbcl 2017-08-22T10:59:45Z sigjuice quit (Ping timeout: 255 seconds) 2017-08-22T10:59:55Z minion quit (Disconnected by services) 2017-08-22T10:59:57Z minion joined #sbcl 2017-08-22T11:00:35Z Xof quit (Ping timeout: 248 seconds) 2017-08-22T11:01:06Z angavrilov_ joined #sbcl 2017-08-22T11:01:07Z jsnell quit (Ping timeout: 248 seconds) 2017-08-22T11:01:20Z jsnell joined #sbcl 2017-08-22T11:01:49Z sigjuice joined #sbcl 2017-08-22T11:04:52Z angavrilov quit (Ping timeout: 248 seconds) 2017-08-22T11:25:10Z scymtym joined #sbcl 2017-08-22T11:47:45Z stassats joined #sbcl 2017-08-22T11:51:57Z stassats quit (Ping timeout: 246 seconds) 2017-08-22T11:56:48Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-22T12:22:47Z Bike joined #sbcl 2017-08-22T12:23:10Z BitPuffin|osx joined #sbcl 2017-08-22T12:49:15Z sjl quit (Ping timeout: 240 seconds) 2017-08-22T12:53:17Z jamtho_ joined #sbcl 2017-08-22T13:11:15Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-22T13:14:45Z cromachina quit (Read error: Connection reset by peer) 2017-08-22T13:37:49Z oleo joined #sbcl 2017-08-22T13:48:20Z BitPuffin|osx joined #sbcl 2017-08-22T13:48:36Z stassats joined #sbcl 2017-08-22T13:52:52Z stassats quit (Ping timeout: 248 seconds) 2017-08-22T14:10:28Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-22T14:19:56Z stassats joined #sbcl 2017-08-22T14:24:56Z whoman joined #sbcl 2017-08-22T14:52:07Z BitPuffin joined #sbcl 2017-08-22T14:54:12Z stassats quit (Ping timeout: 248 seconds) 2017-08-22T15:06:13Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-22T15:09:55Z BitPuffin quit (Read error: Connection reset by peer) 2017-08-22T15:13:34Z BitPuffin joined #sbcl 2017-08-22T15:16:37Z milanj joined #sbcl 2017-08-22T15:25:14Z DeadTrickster__ quit (Ping timeout: 240 seconds) 2017-08-22T16:04:23Z trittweiler quit (Ping timeout: 255 seconds) 2017-08-22T16:06:44Z trittweiler joined #sbcl 2017-08-22T16:08:01Z oleo quit (Quit: irc client terminated!) 2017-08-22T16:14:54Z oleo joined #sbcl 2017-08-22T16:15:08Z trittweiler quit (Ping timeout: 240 seconds) 2017-08-22T17:00:42Z m00natic quit (Remote host closed the connection) 2017-08-22T17:16:25Z shka_ joined #sbcl 2017-08-22T17:17:44Z igajsin joined #sbcl 2017-08-22T18:05:42Z Posterdati quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2017-08-22T18:29:52Z scymtym quit (Ping timeout: 240 seconds) 2017-08-22T19:05:42Z shka_ quit (Ping timeout: 255 seconds) 2017-08-22T19:47:15Z angavrilov_ quit (Remote host closed the connection) 2017-08-22T19:50:21Z stassats joined #sbcl 2017-08-22T19:54:26Z stassats quit (Ping timeout: 248 seconds) 2017-08-22T21:50:31Z stassats joined #sbcl 2017-08-22T21:54:58Z stassats quit (Ping timeout: 248 seconds) 2017-08-22T22:16:27Z slyrus quit (Ping timeout: 240 seconds) 2017-08-22T22:26:06Z igajsin quit (Remote host closed the connection) 2017-08-22T22:29:34Z slyrus joined #sbcl 2017-08-22T22:48:35Z cromachina joined #sbcl 2017-08-22T23:02:44Z slyrus quit (Ping timeout: 248 seconds) 2017-08-22T23:07:23Z attila_lendvai quit (Ping timeout: 255 seconds) 2017-08-22T23:17:51Z slyrus joined #sbcl 2017-08-22T23:19:04Z stassats joined #sbcl 2017-08-22T23:52:07Z stassats quit (Ping timeout: 240 seconds) 2017-08-23T00:13:06Z stassats joined #sbcl 2017-08-23T00:18:45Z BitPuffin quit (Read error: Connection reset by peer) 2017-08-23T00:24:06Z scymtym joined #sbcl 2017-08-23T01:28:28Z milanj quit (Quit: This computer has gone to sleep) 2017-08-23T02:16:20Z karswell_ joined #sbcl 2017-08-23T02:16:48Z karswell quit (Read error: Connection reset by peer) 2017-08-23T02:18:26Z stassats quit (Ping timeout: 248 seconds) 2017-08-23T02:22:41Z jamtho_ joined #sbcl 2017-08-23T02:37:26Z scymtym quit (Read error: Connection reset by peer) 2017-08-23T03:06:48Z shka_ joined #sbcl 2017-08-23T03:13:54Z Bike quit (Ping timeout: 248 seconds) 2017-08-23T03:28:27Z jamtho_ quit (Ping timeout: 240 seconds) 2017-08-23T04:14:55Z stassats joined #sbcl 2017-08-23T04:20:05Z stassats quit (Ping timeout: 276 seconds) 2017-08-23T05:01:45Z minion quit (Disconnected by services) 2017-08-23T05:01:49Z minion joined #sbcl 2017-08-23T05:01:52Z drmeister quit (*.net *.split) 2017-08-23T05:01:55Z stylewarning quit (*.net *.split) 2017-08-23T05:01:55Z angular_mike_ quit (*.net *.split) 2017-08-23T05:02:56Z drmeister joined #sbcl 2017-08-23T05:03:57Z angular_mike_ joined #sbcl 2017-08-23T05:22:58Z myrkraverk quit (Ping timeout: 248 seconds) 2017-08-23T05:24:16Z jack_rabbit joined #sbcl 2017-08-23T05:25:10Z oleo quit (Quit: irc client terminated!) 2017-08-23T05:49:23Z stassats joined #sbcl 2017-08-23T05:49:26Z stassats quit (Changing host) 2017-08-23T05:49:26Z stassats joined #sbcl 2017-08-23T05:58:56Z karswell_ quit (Remote host closed the connection) 2017-08-23T06:03:36Z myrkraverk joined #sbcl 2017-08-23T06:15:05Z cromachina_ joined #sbcl 2017-08-23T06:15:35Z whoma1 joined #sbcl 2017-08-23T06:16:08Z whoman quit (Read error: Connection reset by peer) 2017-08-23T06:18:27Z cromachina quit (Ping timeout: 248 seconds) 2017-08-23T06:42:01Z milanj joined #sbcl 2017-08-23T06:46:47Z shka_ quit (Ping timeout: 240 seconds) 2017-08-23T06:59:59Z stylewarning joined #sbcl 2017-08-23T07:40:37Z attila_lendvai joined #sbcl 2017-08-23T07:55:18Z trittweiler joined #sbcl 2017-08-23T08:39:08Z milanj quit (Quit: This computer has gone to sleep) 2017-08-23T09:05:59Z whoma1 is now known as whoman 2017-08-23T09:07:30Z milanj joined #sbcl 2017-08-23T09:11:43Z stassats: hmm, (the fixnum (* (the fixnum x) 2)) on non-x86oids is not optimal 2017-08-23T09:12:32Z stassats: well, on ppc 2017-08-23T09:16:01Z milanj quit (Quit: This computer has gone to sleep) 2017-08-23T09:22:13Z stassats: (lambda (x) (declare (optimize speed)) (the (unsigned-byte 62) (* (the sb-int:index x) 2))) has trouble on arm64 2017-08-23T09:22:31Z stassats: unsigned-byte 60, even 2017-08-23T09:23:40Z stassats: why though? 2017-08-23T09:26:16Z BitPuffin|osx joined #sbcl 2017-08-23T09:30:37Z stassats quit (Ping timeout: 240 seconds) 2017-08-23T10:02:25Z jack_rabbit quit (Ping timeout: 248 seconds) 2017-08-23T10:05:50Z m00natic joined #sbcl 2017-08-23T10:10:43Z myrkraverk quit (Ping timeout: 252 seconds) 2017-08-23T10:13:34Z attila_lendvai quit (Remote host closed the connection) 2017-08-23T10:14:10Z attila_lendvai joined #sbcl 2017-08-23T10:36:35Z Bike joined #sbcl 2017-08-23T11:06:47Z jamtho_ joined #sbcl 2017-08-23T11:09:30Z stassats joined #sbcl 2017-08-23T11:20:00Z stassats: representation selection is playing tricks again 2017-08-23T11:20:11Z stassats: misrepresentation selection 2017-08-23T11:21:30Z stassats: and that causes allocate-vector to be a full call in allocate-vector-with-widetag 2017-08-23T11:25:19Z stassats: i can see ppc and x86-64 differing, but arm64 and x86-64 select different vops 2017-08-23T11:48:03Z stassats quit (Ping timeout: 248 seconds) 2017-08-23T11:55:20Z stassats joined #sbcl 2017-08-23T11:55:44Z stassats: somehow the type that comes from a known fun definition is different from a manual cast 2017-08-23T11:55:48Z stassats: but only from allocate-vector... 2017-08-23T11:56:26Z stassats: allocate-vector is an assembly routine on arm64 and an ordinary vop on x86-64, but both are vops anyway 2017-08-23T11:56:59Z milanj joined #sbcl 2017-08-23T12:01:15Z stassats quit (Ping timeout: 255 seconds) 2017-08-23T12:10:27Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-23T12:11:45Z sindan quit (Ping timeout: 246 seconds) 2017-08-23T12:17:53Z Bike quit (Ping timeout: 248 seconds) 2017-08-23T12:20:06Z sindan joined #sbcl 2017-08-23T12:32:51Z sindan quit (Ping timeout: 248 seconds) 2017-08-23T12:46:01Z sindan joined #sbcl 2017-08-23T13:04:06Z Bike joined #sbcl 2017-08-23T13:04:38Z tonton quit (Ping timeout: 246 seconds) 2017-08-23T13:06:24Z tonton joined #sbcl 2017-08-23T13:18:21Z stassats joined #sbcl 2017-08-23T13:27:07Z stassats quit (Ping timeout: 240 seconds) 2017-08-23T13:28:41Z stassats joined #sbcl 2017-08-23T13:39:58Z oleo joined #sbcl 2017-08-23T13:45:32Z whoma1 joined #sbcl 2017-08-23T13:47:29Z whoman quit (Ping timeout: 248 seconds) 2017-08-23T13:50:37Z cromachina_ quit (Read error: Connection reset by peer) 2017-08-23T14:00:33Z stassats` joined #sbcl 2017-08-23T14:02:16Z stassats quit (Ping timeout: 240 seconds) 2017-08-23T14:07:29Z stassats`: maybe it's because of modfx or something 2017-08-23T14:09:04Z stassats`: oh, maybe it's the cast elimination thingy for externally-checkable casts 2017-08-23T14:09:04Z sdemarre quit (Read error: Connection reset by peer) 2017-08-23T14:10:13Z stassats`: right, if i disable cast-externally-checkable-p, representation selection does change 2017-08-23T14:11:23Z stassats`: difficult to solve that 2017-08-23T14:12:29Z stassats`: considering that transforms already mess things up by inserting too much casts, and here there's not enough casts 2017-08-23T14:14:53Z DeadTrickster__ joined #sbcl 2017-08-23T14:15:33Z stassats`: guess it's normally not a problem, since ALLOC-SIGNED-BIGNUM-IN-X will only happen on the error path, but ALLOCATE-VECTOR gets a full call, but not on x86-64.. 2017-08-23T14:18:00Z stassats`: looks like it's all about cast-externally-checkable-p here too 2017-08-23T14:24:48Z stassats` quit (Ping timeout: 252 seconds) 2017-08-23T14:34:27Z tonton quit (Ping timeout: 248 seconds) 2017-08-23T14:34:43Z brucem quit (Quit: ZNC - http://znc.sourceforge.net) 2017-08-23T14:36:28Z tonton joined #sbcl 2017-08-23T14:39:17Z brucem joined #sbcl 2017-08-23T14:39:26Z brucem quit (Changing host) 2017-08-23T14:39:26Z brucem joined #sbcl 2017-08-23T14:39:59Z whoma1 is now known as whoman 2017-08-23T14:55:00Z jack_rabbit joined #sbcl 2017-08-23T15:15:57Z jack_rabbit quit (Ping timeout: 252 seconds) 2017-08-23T15:27:47Z edgar-rft quit (Quit: edgar-rft) 2017-08-23T15:34:33Z jack_rabbit joined #sbcl 2017-08-23T15:38:31Z attila_lendvai: stassats: not sure if it's related, but there's that thing that (declare (some-type x)) results in different optimizations/notes as (check-type x some-type) 2017-08-23T16:03:43Z tonton quit (Ping timeout: 240 seconds) 2017-08-23T16:05:31Z tonton joined #sbcl 2017-08-23T16:10:52Z DeadTrickster_ joined #sbcl 2017-08-23T16:14:11Z DeadTrickster__ quit (Ping timeout: 248 seconds) 2017-08-23T16:18:28Z sjl joined #sbcl 2017-08-23T16:25:29Z DeadTrickster_ quit (Ping timeout: 276 seconds) 2017-08-23T16:25:48Z trittweiler quit (Ping timeout: 252 seconds) 2017-08-23T16:54:18Z pkhuong: that's because check-type has a restart that assigns a new value. 2017-08-23T16:56:45Z m00natic quit (Remote host closed the connection) 2017-08-23T17:28:03Z shka_ joined #sbcl 2017-08-23T17:51:03Z sjl quit (Ping timeout: 252 seconds) 2017-08-23T17:52:27Z sjl joined #sbcl 2017-08-23T18:10:53Z Posterdati joined #sbcl 2017-08-23T18:44:23Z BitPuffin|osx quit (Ping timeout: 260 seconds) 2017-08-23T19:34:02Z Posterdati quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2017-08-23T19:35:03Z Posterdati joined #sbcl 2017-08-23T20:09:44Z shka_ quit (Ping timeout: 276 seconds) 2017-08-23T20:21:08Z edgar-rft joined #sbcl 2017-08-23T21:26:25Z Bike quit (Ping timeout: 276 seconds) 2017-08-23T22:05:31Z Bike joined #sbcl 2017-08-23T22:48:10Z sindan quit (Quit: Leaving) 2017-08-23T23:06:55Z dustinm`_ joined #sbcl 2017-08-23T23:07:10Z dustinm` quit (Quit: Leaving) 2017-08-23T23:28:49Z slyrus quit (Ping timeout: 248 seconds) 2017-08-23T23:42:50Z slyrus joined #sbcl 2017-08-23T23:47:53Z cromachina joined #sbcl 2017-08-24T00:21:50Z jack_rabbit quit (Ping timeout: 246 seconds) 2017-08-24T00:22:39Z jack_rabbit joined #sbcl 2017-08-24T00:33:42Z ryan_vw quit (Ping timeout: 240 seconds) 2017-08-24T00:51:40Z ryan_vw joined #sbcl 2017-08-24T01:19:31Z jamtho_ joined #sbcl 2017-08-24T02:03:20Z milanj quit (Quit: This computer has gone to sleep) 2017-08-24T02:15:36Z whoman quit (Quit: Leaving) 2017-08-24T02:30:15Z attila_lendvai quit (Quit: Leaving.) 2017-08-24T02:36:18Z jamtho_ quit (Ping timeout: 252 seconds) 2017-08-24T02:40:27Z attila_lendvai joined #sbcl 2017-08-24T02:41:08Z attila_lendvai quit (Client Quit) 2017-08-24T03:00:05Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T03:00:48Z tonton joined #sbcl 2017-08-24T03:18:08Z tonton quit (Ping timeout: 248 seconds) 2017-08-24T03:19:38Z tonton joined #sbcl 2017-08-24T03:39:30Z Bike quit (Ping timeout: 248 seconds) 2017-08-24T03:56:35Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T03:56:46Z tonton joined #sbcl 2017-08-24T04:04:00Z whoman joined #sbcl 2017-08-24T04:05:19Z anticrisis joined #sbcl 2017-08-24T04:08:01Z shka_ joined #sbcl 2017-08-24T04:22:35Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T04:22:45Z tonton joined #sbcl 2017-08-24T04:31:42Z eschatologist quit (Quit: ZNC 1.6.4+deb1 - http://znc.in) 2017-08-24T04:32:28Z eschatologist joined #sbcl 2017-08-24T04:43:46Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T04:49:50Z tonton joined #sbcl 2017-08-24T04:52:24Z cromachina_ joined #sbcl 2017-08-24T04:52:47Z cromachina quit (Ping timeout: 260 seconds) 2017-08-24T05:04:53Z cromachina joined #sbcl 2017-08-24T05:05:21Z cromachina_ quit (Ping timeout: 252 seconds) 2017-08-24T05:11:04Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T05:12:44Z tonton joined #sbcl 2017-08-24T05:13:03Z cromachina quit (Ping timeout: 252 seconds) 2017-08-24T05:25:35Z trittweiler joined #sbcl 2017-08-24T05:26:55Z cromachina joined #sbcl 2017-08-24T05:27:28Z trittweiler quit (Read error: Connection reset by peer) 2017-08-24T05:44:38Z igajsin joined #sbcl 2017-08-24T05:49:47Z whoman quit (Quit: Leaving) 2017-08-24T05:55:48Z angavrilov joined #sbcl 2017-08-24T06:01:26Z oleo quit (Quit: irc client terminated!) 2017-08-24T06:04:55Z jdz quit (Ping timeout: 240 seconds) 2017-08-24T06:10:13Z jdz joined #sbcl 2017-08-24T06:12:08Z easye quit (Remote host closed the connection) 2017-08-24T06:13:05Z minion quit (Read error: No route to host) 2017-08-24T06:13:07Z specbot quit (Read error: No route to host) 2017-08-24T06:13:35Z minion joined #sbcl 2017-08-24T06:14:14Z specbot joined #sbcl 2017-08-24T06:25:22Z easye joined #sbcl 2017-08-24T06:34:59Z tonton quit (Ping timeout: 252 seconds) 2017-08-24T06:41:52Z tonton joined #sbcl 2017-08-24T07:21:08Z milanj joined #sbcl 2017-08-24T07:28:50Z shka_ quit (Ping timeout: 248 seconds) 2017-08-24T07:56:46Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T07:58:43Z tonton joined #sbcl 2017-08-24T08:17:30Z whoman joined #sbcl 2017-08-24T08:22:56Z anticrisis quit (Quit: ERC (IRC client for Emacs 25.2.1)) 2017-08-24T08:54:12Z tonton quit (Ping timeout: 240 seconds) 2017-08-24T08:56:13Z tonton joined #sbcl 2017-08-24T08:57:02Z milanj quit (Quit: This computer has gone to sleep) 2017-08-24T09:23:36Z jamtho_ joined #sbcl 2017-08-24T09:32:26Z whoman quit (Ping timeout: 240 seconds) 2017-08-24T09:33:11Z whoman joined #sbcl 2017-08-24T10:06:32Z angelo_ joined #sbcl 2017-08-24T10:07:22Z angelo_ quit (Client Quit) 2017-08-24T10:29:38Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-24T10:40:49Z Bike joined #sbcl 2017-08-24T10:44:31Z m00natic joined #sbcl 2017-08-24T10:47:15Z attila_lendvai joined #sbcl 2017-08-24T10:52:11Z attila_lendvai quit (Quit: Leaving.) 2017-08-24T11:04:02Z milanj joined #sbcl 2017-08-24T11:10:27Z whoma1 joined #sbcl 2017-08-24T11:11:44Z whoman quit (Ping timeout: 248 seconds) 2017-08-24T11:12:01Z Bike quit (Remote host closed the connection) 2017-08-24T11:18:48Z Bike joined #sbcl 2017-08-24T11:35:27Z whoma1 is now known as whoman 2017-08-24T11:45:47Z BitPuffin|osx joined #sbcl 2017-08-24T12:13:40Z Bike quit (Ping timeout: 276 seconds) 2017-08-24T12:31:44Z whoma1 joined #sbcl 2017-08-24T12:31:46Z whoman quit (Read error: Connection reset by peer) 2017-08-24T12:42:49Z whoma1 quit (Ping timeout: 240 seconds) 2017-08-24T13:28:33Z Bike joined #sbcl 2017-08-24T13:49:05Z cromachina quit (Read error: Connection reset by peer) 2017-08-24T14:29:54Z oleo joined #sbcl 2017-08-24T15:05:25Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-24T16:42:06Z dougk_ quit (Ping timeout: 276 seconds) 2017-08-24T16:54:32Z dougk_ joined #sbcl 2017-08-24T17:00:43Z m00natic quit (Remote host closed the connection) 2017-08-24T17:05:25Z shka_ joined #sbcl 2017-08-24T17:33:54Z whoman joined #sbcl 2017-08-24T19:46:17Z milanj quit (Quit: This computer has gone to sleep) 2017-08-24T20:41:05Z angavrilov quit (Remote host closed the connection) 2017-08-24T20:43:13Z BitPuffin|osx joined #sbcl 2017-08-24T21:22:55Z Bike quit (Ping timeout: 248 seconds) 2017-08-24T21:31:30Z zulu_inuoe left #sbcl 2017-08-24T22:08:47Z attila_lendvai joined #sbcl 2017-08-24T22:11:35Z Bike joined #sbcl 2017-08-24T22:12:55Z milanj joined #sbcl 2017-08-24T23:23:38Z jamtho_ joined #sbcl 2017-08-24T23:26:09Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-24T23:33:03Z shka_ quit (Ping timeout: 240 seconds) 2017-08-25T00:29:17Z jasom joined #sbcl 2017-08-25T00:29:51Z attila_lendvai quit (Quit: Leaving.) 2017-08-25T01:07:59Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-25T01:11:06Z whoman quit (Remote host closed the connection) 2017-08-25T01:11:27Z whoman joined #sbcl 2017-08-25T02:08:09Z milanj quit (Quit: This computer has gone to sleep) 2017-08-25T02:15:24Z sjl_ joined #sbcl 2017-08-25T02:17:21Z sjl quit (Ping timeout: 248 seconds) 2017-08-25T02:23:47Z |3b|` joined #sbcl 2017-08-25T02:23:52Z |3b| quit (Ping timeout: 246 seconds) 2017-08-25T02:25:50Z cromachina joined #sbcl 2017-08-25T03:06:06Z Bike quit (Ping timeout: 276 seconds) 2017-08-25T03:36:19Z dim quit (Ping timeout: 246 seconds) 2017-08-25T04:02:05Z whoman quit (Remote host closed the connection) 2017-08-25T04:44:01Z cromachina quit (Ping timeout: 248 seconds) 2017-08-25T04:58:20Z cromachina joined #sbcl 2017-08-25T04:59:35Z shka_ joined #sbcl 2017-08-25T05:40:55Z dim joined #sbcl 2017-08-25T06:09:36Z oleo quit (Quit: irc client terminated!) 2017-08-25T06:13:41Z shka_ quit (Ping timeout: 240 seconds) 2017-08-25T06:41:51Z Bike joined #sbcl 2017-08-25T06:52:37Z sigjuice quit (Quit: ZNC - http://znc.in) 2017-08-25T06:53:44Z sigjuice joined #sbcl 2017-08-25T06:54:46Z |3b|` is now known as |3b| 2017-08-25T07:15:44Z DeadTrickster quit (Remote host closed the connection) 2017-08-25T07:17:32Z milanj joined #sbcl 2017-08-25T07:33:18Z jibanes quit (Ping timeout: 240 seconds) 2017-08-25T07:33:36Z jibanes joined #sbcl 2017-08-25T07:37:50Z Bike quit (Ping timeout: 246 seconds) 2017-08-25T07:55:00Z milanj quit (Quit: This computer has gone to sleep) 2017-08-25T07:58:34Z BitPuffin|osx joined #sbcl 2017-08-25T08:04:06Z scymtym joined #sbcl 2017-08-25T08:11:07Z angavrilov joined #sbcl 2017-08-25T08:35:15Z Colleen quit (Ping timeout: 260 seconds) 2017-08-25T08:47:37Z attila_lendvai joined #sbcl 2017-08-25T09:14:35Z smokeink joined #sbcl 2017-08-25T09:15:08Z smokeink: is this a sbcl bug? http://pastecode.ru/83a9c8/ 2017-08-25T09:15:10Z Xof joined #sbcl 2017-08-25T09:18:52Z scymtym: smokeink: probably. does this also happen with the master version of sbcl? 2017-08-25T09:19:56Z Xof actually does some sbcl development! 2017-08-25T09:20:03Z Xof: one line patch. But still, baby steps 2017-08-25T09:28:35Z Bike joined #sbcl 2017-08-25T09:35:58Z m00natic joined #sbcl 2017-08-25T10:00:34Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-25T10:23:49Z jamtho_ joined #sbcl 2017-08-25T10:26:32Z jack_rabbit quit (Ping timeout: 246 seconds) 2017-08-25T10:27:45Z attila_lendvai joined #sbcl 2017-08-25T11:00:05Z tonton quit (Ping timeout: 264 seconds) 2017-08-25T11:01:28Z tonton joined #sbcl 2017-08-25T11:21:16Z milanj joined #sbcl 2017-08-25T11:22:55Z sjl_ quit (Ping timeout: 248 seconds) 2017-08-25T11:28:47Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-25T11:31:42Z attila_lendvai quit (Quit: Leaving.) 2017-08-25T11:48:00Z Colleen joined #sbcl 2017-08-25T12:09:51Z Bike quit (Ping timeout: 240 seconds) 2017-08-25T12:18:29Z stassats joined #sbcl 2017-08-25T12:24:24Z jamtho_ joined #sbcl 2017-08-25T12:33:17Z pkhuong quit (*.net *.split) 2017-08-25T12:33:17Z White_Flame quit (*.net *.split) 2017-08-25T12:33:17Z White_Flame joined #sbcl 2017-08-25T12:33:17Z stassats: The build seems to have finished successfully, including 18 (out of 18) 2017-08-25T12:33:17Z pkhuong joined #sbcl 2017-08-25T12:33:17Z stassats: why so much whitespace? 2017-08-25T12:33:17Z pkhuong is now known as Guest84702 2017-08-25T12:33:53Z stassats: ok, that's how wc -l on macos works 2017-08-25T12:36:19Z stassats: (throw 'no-such-tag t) segfaults on any x86 2017-08-25T12:39:30Z oleo joined #sbcl 2017-08-25T12:47:18Z stassats: but why 2017-08-25T12:50:45Z jamtho_ quit (Remote host closed the connection) 2017-08-25T12:50:56Z tonton quit (Ping timeout: 248 seconds) 2017-08-25T12:51:11Z jamtho_ joined #sbcl 2017-08-25T12:51:53Z tonton joined #sbcl 2017-08-25T13:00:51Z Bike joined #sbcl 2017-08-25T13:01:59Z scymtym: stassats: this seems to have started with the "Remove 'word_t' type" commit (or one of the tree commits following it, but that seems less likely) 2017-08-25T13:02:24Z stassats: scymtym: and not "Access a few 'struct thread' slots directly, if that's what they are"? 2017-08-25T13:04:00Z stassats: the first SB-VM:*CURRENT-CATCH-BLOCK* has the value of previous of 90 2017-08-25T13:04:30Z scymtym is checking build logs 2017-08-25T13:06:27Z scymtym: stassats: right, the logs have already been pruned. it is totally possible that the problem has been introduced before the commits i mentioned 2017-08-25T13:08:55Z stassats: 90 is unbound symbol? 2017-08-25T13:10:33Z stassats: no-tls-value-marker-widetag 2017-08-25T13:15:45Z stassats: passed it along 2017-08-25T13:25:36Z stassats quit (Ping timeout: 248 seconds) 2017-08-25T13:56:44Z jamtho_ quit (Ping timeout: 276 seconds) 2017-08-25T15:04:33Z slyrus quit (Read error: Connection reset by peer) 2017-08-25T15:04:58Z DeadTrickster joined #sbcl 2017-08-25T15:14:48Z easye quit (Remote host closed the connection) 2017-08-25T15:17:18Z minion quit (Read error: No route to host) 2017-08-25T15:17:30Z specbot quit (Read error: No route to host) 2017-08-25T15:18:18Z minion joined #sbcl 2017-08-25T15:18:58Z specbot joined #sbcl 2017-08-25T15:25:06Z easye joined #sbcl 2017-08-25T15:31:36Z sjl joined #sbcl 2017-08-25T15:34:34Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-25T15:35:14Z DeadTrickster joined #sbcl 2017-08-25T15:50:44Z slyrus joined #sbcl 2017-08-25T15:58:37Z smokeink quit (Ping timeout: 252 seconds) 2017-08-25T16:35:34Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-25T16:36:00Z DeadTrickster joined #sbcl 2017-08-25T16:48:13Z m00natic quit (Remote host closed the connection) 2017-08-25T17:15:28Z smokeink joined #sbcl 2017-08-25T17:34:32Z karswell_ joined #sbcl 2017-08-25T17:39:43Z shka_ joined #sbcl 2017-08-25T17:48:36Z smokeink quit (Ping timeout: 255 seconds) 2017-08-25T18:16:30Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-25T18:17:04Z DeadTrickster joined #sbcl 2017-08-25T19:07:48Z tonton quit (Ping timeout: 240 seconds) 2017-08-25T19:09:50Z tonton joined #sbcl 2017-08-25T19:45:40Z tonton quit (Ping timeout: 264 seconds) 2017-08-25T19:47:00Z tonton joined #sbcl 2017-08-25T19:53:13Z scymtym quit (Ping timeout: 240 seconds) 2017-08-25T20:02:30Z shka_ quit (Ping timeout: 240 seconds) 2017-08-25T20:04:00Z tonton quit (Ping timeout: 240 seconds) 2017-08-25T20:05:52Z tonton joined #sbcl 2017-08-25T20:15:52Z scymtym joined #sbcl 2017-08-25T20:30:51Z anticrisis joined #sbcl 2017-08-25T20:49:18Z Xof quit (Ping timeout: 240 seconds) 2017-08-25T21:12:46Z angavrilov quit (Remote host closed the connection) 2017-08-25T21:26:28Z Bike quit (Ping timeout: 264 seconds) 2017-08-25T21:33:48Z tonton quit (Ping timeout: 240 seconds) 2017-08-25T21:35:53Z tonton joined #sbcl 2017-08-25T21:56:05Z Xof joined #sbcl 2017-08-25T22:17:55Z Bike joined #sbcl 2017-08-25T23:10:50Z tonton quit (Ping timeout: 260 seconds) 2017-08-25T23:11:02Z tonton joined #sbcl 2017-08-25T23:11:15Z milanj quit (Quit: Leaving) 2017-08-25T23:37:51Z tonton quit (Ping timeout: 248 seconds) 2017-08-25T23:38:38Z tonton joined #sbcl 2017-08-25T23:45:19Z tonton quit (Ping timeout: 248 seconds) 2017-08-25T23:46:19Z tonton joined #sbcl 2017-08-26T00:10:22Z Xof quit (Ping timeout: 248 seconds) 2017-08-26T00:16:48Z tonton quit (Ping timeout: 248 seconds) 2017-08-26T00:17:26Z tonton joined #sbcl 2017-08-26T00:26:22Z whoman joined #sbcl 2017-08-26T00:28:10Z tonton__ joined #sbcl 2017-08-26T00:28:30Z tonton quit (Ping timeout: 248 seconds) 2017-08-26T00:33:24Z tonton__ quit (Ping timeout: 252 seconds) 2017-08-26T00:34:54Z tonton joined #sbcl 2017-08-26T00:38:23Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-26T00:38:45Z DeadTrickster joined #sbcl 2017-08-26T00:42:12Z tonton quit (Ping timeout: 252 seconds) 2017-08-26T00:43:39Z tonton joined #sbcl 2017-08-26T01:43:43Z whoma1 joined #sbcl 2017-08-26T01:44:15Z whoman quit (Ping timeout: 248 seconds) 2017-08-26T01:49:03Z whoma1 quit (Ping timeout: 248 seconds) 2017-08-26T01:54:54Z whoman joined #sbcl 2017-08-26T02:03:26Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-26T02:52:57Z smokeink joined #sbcl 2017-08-26T03:49:12Z Bike quit (Ping timeout: 252 seconds) 2017-08-26T04:07:58Z jamtho_ joined #sbcl 2017-08-26T04:34:02Z smokeink quit (Remote host closed the connection) 2017-08-26T04:53:35Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-26T05:26:11Z myrkraverk joined #sbcl 2017-08-26T06:06:16Z angavrilov joined #sbcl 2017-08-26T08:31:26Z shka_ joined #sbcl 2017-08-26T09:04:35Z whoman quit (Read error: Connection reset by peer) 2017-08-26T09:12:37Z whoman joined #sbcl 2017-08-26T09:41:37Z smokeink joined #sbcl 2017-08-26T09:42:55Z smokeink: hello , the bug i reported yesterday happens in the latest master sbcl as well: http://pastecode.ru/83a9c8/ 2017-08-26T09:48:53Z anticrisis quit (Remote host closed the connection) 2017-08-26T10:40:16Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-26T10:40:40Z DeadTrickster joined #sbcl 2017-08-26T10:42:03Z BitPuffin|osx joined #sbcl 2017-08-26T10:53:23Z Bike joined #sbcl 2017-08-26T11:09:29Z whoman quit (Ping timeout: 260 seconds) 2017-08-26T11:54:47Z Bike quit (Ping timeout: 240 seconds) 2017-08-26T11:57:25Z |3b|: smokeink: 32bit or 64bit? 2017-08-26T11:57:43Z |3b| gets no errors on 64bit linux or windows 2017-08-26T12:00:46Z |3b|: smokeink: also, what does (ql:where-is-system :erudite) return? 2017-08-26T12:02:16Z |3b|: smokeink: might also try running sbcl with --no-sysinit and --no-userinit and see if it still breaks 2017-08-26T12:17:38Z jamtho_ joined #sbcl 2017-08-26T12:41:45Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-26T12:42:15Z DeadTrickster joined #sbcl 2017-08-26T13:05:29Z igajsin left #sbcl 2017-08-26T13:18:39Z smokeink quit (Ping timeout: 264 seconds) 2017-08-26T13:22:53Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-26T13:26:51Z tonton__ joined #sbcl 2017-08-26T13:27:09Z tonton quit (Ping timeout: 260 seconds) 2017-08-26T14:30:15Z smokeink joined #sbcl 2017-08-26T14:42:45Z smokeink quit (Quit: Lost terminal) 2017-08-26T14:57:40Z whoman joined #sbcl 2017-08-26T16:43:15Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-26T16:43:48Z DeadTrickster joined #sbcl 2017-08-26T17:12:49Z Bike joined #sbcl 2017-08-26T17:12:54Z Bike quit (Remote host closed the connection) 2017-08-26T17:13:24Z Bike joined #sbcl 2017-08-26T18:26:23Z tonton__ quit (Ping timeout: 255 seconds) 2017-08-26T18:28:16Z tonton joined #sbcl 2017-08-26T18:38:58Z tonton quit (Ping timeout: 240 seconds) 2017-08-26T18:51:20Z tonton joined #sbcl 2017-08-26T18:55:42Z tonton quit (Ping timeout: 248 seconds) 2017-08-26T18:56:44Z tonton joined #sbcl 2017-08-26T19:07:57Z shka_ quit (Ping timeout: 248 seconds) 2017-08-26T19:07:58Z tonton quit (Ping timeout: 248 seconds) 2017-08-26T19:09:03Z tonton joined #sbcl 2017-08-26T19:24:45Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-26T19:25:11Z DeadTrickster joined #sbcl 2017-08-26T20:32:22Z libre-man joined #sbcl 2017-08-26T20:36:02Z tonton quit (Ping timeout: 240 seconds) 2017-08-26T20:43:20Z tonton joined #sbcl 2017-08-26T20:48:16Z tonton quit (Ping timeout: 240 seconds) 2017-08-26T20:48:56Z tonton joined #sbcl 2017-08-26T21:07:58Z tonton quit (Ping timeout: 240 seconds) 2017-08-26T21:14:58Z tonton joined #sbcl 2017-08-26T21:41:22Z tonton quit (Ping timeout: 240 seconds) 2017-08-26T21:42:00Z tonton joined #sbcl 2017-08-26T22:02:58Z tonton quit (Ping timeout: 240 seconds) 2017-08-26T22:04:59Z tonton joined #sbcl 2017-08-26T22:26:14Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-26T22:26:39Z DeadTrickster joined #sbcl 2017-08-26T22:51:25Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-26T22:54:50Z tonton quit (Ping timeout: 252 seconds) 2017-08-26T23:06:46Z tonton joined #sbcl 2017-08-26T23:16:04Z ryan_vw_ joined #sbcl 2017-08-26T23:16:30Z ryan_vw quit (Ping timeout: 248 seconds) 2017-08-26T23:28:45Z oleo quit (Quit: irc client terminated!) 2017-08-26T23:32:39Z oleo joined #sbcl 2017-08-27T00:23:56Z tonton quit (Ping timeout: 252 seconds) 2017-08-27T00:25:37Z tonton joined #sbcl 2017-08-27T02:25:39Z jamtho_ joined #sbcl 2017-08-27T02:30:16Z karswell_ quit (Remote host closed the connection) 2017-08-27T02:31:00Z karswell_ joined #sbcl 2017-08-27T02:59:58Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-27T03:25:24Z myrkraverk_ joined #sbcl 2017-08-27T03:25:34Z myrkraverk quit (Ping timeout: 248 seconds) 2017-08-27T03:25:43Z myrkraverk_ is now known as myrkraverk 2017-08-27T04:10:08Z shka_ joined #sbcl 2017-08-27T05:03:08Z fiddlerwoaroof quit (Ping timeout: 248 seconds) 2017-08-27T05:04:58Z fiddlerwoaroof joined #sbcl 2017-08-27T05:19:42Z Bike quit (Ping timeout: 248 seconds) 2017-08-27T06:28:28Z myrkraverk quit (Ping timeout: 248 seconds) 2017-08-27T06:28:31Z myrkraverk_ joined #sbcl 2017-08-27T06:31:00Z myrkraverk_ is now known as myrkraverk 2017-08-27T07:49:53Z shka_ quit (Quit: Konversation terminated!) 2017-08-27T07:54:44Z shka joined #sbcl 2017-08-27T09:13:07Z jack_rabbit joined #sbcl 2017-08-27T09:28:13Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T09:28:50Z DeadTrickster joined #sbcl 2017-08-27T09:48:46Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T09:49:20Z DeadTrickster joined #sbcl 2017-08-27T09:59:54Z Bike joined #sbcl 2017-08-27T10:30:13Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T10:30:48Z DeadTrickster joined #sbcl 2017-08-27T10:36:04Z Bike quit (Ping timeout: 246 seconds) 2017-08-27T10:38:06Z whoman quit (Ping timeout: 248 seconds) 2017-08-27T11:05:49Z jsnell quit (Ping timeout: 246 seconds) 2017-08-27T11:06:42Z jsnell joined #sbcl 2017-08-27T11:18:58Z jamtho_ joined #sbcl 2017-08-27T11:59:23Z Bike joined #sbcl 2017-08-27T12:22:50Z jamtho_ quit (Ping timeout: 246 seconds) 2017-08-27T12:58:07Z josemanuel[m] joined #sbcl 2017-08-27T13:06:12Z BitPuffin|osx joined #sbcl 2017-08-27T13:24:03Z oleo quit (Read error: Connection reset by peer) 2017-08-27T13:57:16Z oleo joined #sbcl 2017-08-27T14:01:15Z oleo quit (Client Quit) 2017-08-27T14:03:15Z Bike quit (Ping timeout: 240 seconds) 2017-08-27T14:05:00Z Bike joined #sbcl 2017-08-27T14:52:43Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T14:53:14Z oleo joined #sbcl 2017-08-27T14:54:33Z DeadTrickster joined #sbcl 2017-08-27T15:50:21Z whoman joined #sbcl 2017-08-27T16:50:23Z slyrus quit (Ping timeout: 276 seconds) 2017-08-27T17:04:46Z slyrus joined #sbcl 2017-08-27T18:11:04Z attila_lendvai joined #sbcl 2017-08-27T19:55:15Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T19:55:40Z DeadTrickster joined #sbcl 2017-08-27T20:13:56Z mistnim joined #sbcl 2017-08-27T20:23:52Z mistnim quit (Ping timeout: 260 seconds) 2017-08-27T20:50:28Z angavrilov quit (Remote host closed the connection) 2017-08-27T21:04:20Z shka quit (Ping timeout: 246 seconds) 2017-08-27T22:12:58Z attila_lendvai quit (Quit: Leaving.) 2017-08-27T22:16:15Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T22:16:54Z DeadTrickster joined #sbcl 2017-08-27T22:21:37Z attila_lendvai joined #sbcl 2017-08-27T22:21:37Z attila_lendvai quit (Changing host) 2017-08-27T22:21:37Z attila_lendvai joined #sbcl 2017-08-27T22:51:17Z attila_lendvai quit (Quit: Leaving.) 2017-08-27T23:37:16Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-27T23:37:41Z DeadTrickster joined #sbcl 2017-08-28T00:10:19Z jack_rabbit quit (Ping timeout: 248 seconds) 2017-08-28T00:51:24Z stassats joined #sbcl 2017-08-28T02:49:28Z jamtho_ joined #sbcl 2017-08-28T03:20:43Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-28T03:30:21Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-28T03:33:02Z vtomole joined #sbcl 2017-08-28T04:21:25Z Bike quit (Ping timeout: 240 seconds) 2017-08-28T04:58:48Z oleo quit (Quit: irc client terminated!) 2017-08-28T05:24:41Z shka joined #sbcl 2017-08-28T05:26:55Z scymtym quit (Ping timeout: 240 seconds) 2017-08-28T05:28:09Z flip214: stassats: looks like you're the one doing releases for slime; please do a 2.20, so that QL gets to include 0f3459f558bb71daab2416102b99a8ce39947d83. 2017-08-28T05:28:12Z flip214: thanks a lot! 2017-08-28T06:19:51Z angavrilov joined #sbcl 2017-08-28T06:27:40Z vtomole quit (Quit: Page closed) 2017-08-28T06:29:10Z vtomole joined #sbcl 2017-08-28T06:40:23Z DGASAU joined #sbcl 2017-08-28T06:40:49Z vtomole quit (Ping timeout: 260 seconds) 2017-08-28T06:44:19Z scymtym joined #sbcl 2017-08-28T06:49:37Z mistnim joined #sbcl 2017-08-28T06:58:20Z shka quit (Ping timeout: 248 seconds) 2017-08-28T06:59:24Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T06:59:49Z DeadTrickster joined #sbcl 2017-08-28T07:00:14Z mistnim quit (Ping timeout: 240 seconds) 2017-08-28T07:40:01Z BitPuffin|osx joined #sbcl 2017-08-28T08:37:17Z attila_lendvai joined #sbcl 2017-08-28T09:04:14Z stassats quit (Remote host closed the connection) 2017-08-28T09:04:30Z stassats joined #sbcl 2017-08-28T09:11:29Z DeadTrickster quit (Remote host closed the connection) 2017-08-28T09:14:29Z stassats quit (Ping timeout: 240 seconds) 2017-08-28T09:14:34Z DeadTrickster joined #sbcl 2017-08-28T09:20:39Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T09:21:47Z DeadTrickster joined #sbcl 2017-08-28T09:42:35Z attila_lendvai quit (Quit: Leaving.) 2017-08-28T09:43:17Z m00natic joined #sbcl 2017-08-28T10:22:03Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T10:22:40Z DeadTrickster joined #sbcl 2017-08-28T11:03:14Z fiddlerwoaroof quit (Ping timeout: 240 seconds) 2017-08-28T11:09:20Z fiddlerwoaroof joined #sbcl 2017-08-28T11:11:22Z stassats joined #sbcl 2017-08-28T11:15:40Z stassats quit (Ping timeout: 240 seconds) 2017-08-28T11:16:42Z scymtym: stassats: if you have time, could you make a drakma release so that the most recent commit makes it into quicklisp? the combination of drakma and cl+ssl currently in quicklisp does not work w.r.t. :verify 2017-08-28T11:17:31Z scymtym: minion: memo for stassats: if you have time, could you make a drakma release so that the most recent commit makes it into quicklisp? the combination of drakma and cl+ssl currently in quicklisp does not work w.r.t. :verify 2017-08-28T11:17:31Z minion: Remembered. I'll tell stassats when he/she/it next speaks. 2017-08-28T11:41:40Z stassats joined #sbcl 2017-08-28T11:46:16Z stassats: if i can remember how to a) make slime releases b) make drakma releases 2017-08-28T11:46:16Z minion: stassats, memo from scymtym: if you have time, could you make a drakma release so that the most recent commit makes it into quicklisp? the combination of drakma and cl+ssl currently in quicklisp does not work w.r.t. :verify 2017-08-28T11:46:55Z scymtym: stassats: thank you 2017-08-28T11:46:58Z stassats: (after having a couple of beers) 2017-08-28T11:48:09Z stassats: quicklisp now fetches github releases, so, that part is easy 2017-08-28T12:03:29Z Bike joined #sbcl 2017-08-28T12:11:11Z jamtho_ joined #sbcl 2017-08-28T12:21:01Z Bike quit (Ping timeout: 276 seconds) 2017-08-28T12:39:40Z stassats quit (Ping timeout: 248 seconds) 2017-08-28T13:03:21Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T13:04:02Z DeadTrickster joined #sbcl 2017-08-28T13:16:55Z jamtho_ quit (Ping timeout: 276 seconds) 2017-08-28T13:28:17Z BitPuffin|osx quit (Read error: Connection reset by peer) 2017-08-28T13:32:20Z Bike joined #sbcl 2017-08-28T13:34:28Z BitPuffin|osx joined #sbcl 2017-08-28T13:51:40Z oleo joined #sbcl 2017-08-28T13:55:42Z solene joined #sbcl 2017-08-28T14:23:06Z myrkraverk quit (Ping timeout: 252 seconds) 2017-08-28T14:37:05Z scymtym quit (Ping timeout: 246 seconds) 2017-08-28T14:47:42Z Posterdati quit (Read error: Connection reset by peer) 2017-08-28T14:55:48Z milanj joined #sbcl 2017-08-28T15:12:21Z milanj_ joined #sbcl 2017-08-28T15:13:44Z milanj quit (Ping timeout: 240 seconds) 2017-08-28T15:20:49Z jasom quit (Ping timeout: 240 seconds) 2017-08-28T15:21:27Z jasom joined #sbcl 2017-08-28T15:24:34Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T15:24:56Z DeadTrickster joined #sbcl 2017-08-28T15:33:36Z scymtym joined #sbcl 2017-08-28T15:43:44Z Posterdati joined #sbcl 2017-08-28T16:10:52Z foom joined #sbcl 2017-08-28T16:13:04Z foom2 quit (Ping timeout: 276 seconds) 2017-08-28T16:42:13Z m00natic quit (Remote host closed the connection) 2017-08-28T17:13:31Z shka_ joined #sbcl 2017-08-28T18:18:47Z leah2 quit (Ping timeout: 240 seconds) 2017-08-28T18:23:43Z leah2 joined #sbcl 2017-08-28T18:26:14Z aeth quit (Ping timeout: 240 seconds) 2017-08-28T18:28:30Z aeth joined #sbcl 2017-08-28T18:39:23Z leah2 quit (Ping timeout: 252 seconds) 2017-08-28T19:02:41Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T19:03:10Z DeadTrickster joined #sbcl 2017-08-28T19:12:02Z leah2 joined #sbcl 2017-08-28T19:43:13Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T19:43:46Z DeadTrickster joined #sbcl 2017-08-28T19:58:26Z vtomole joined #sbcl 2017-08-28T19:59:07Z vtomole: I'm getting an error when i try to install sbcl "ubuntu@ip-172-31-10-30:~/sbcl-1.3.20$ sh install.sh install.sh: 13: .: Can't open output/prefix.def" 2017-08-28T19:59:42Z scymtym: vtomole: which commands did you execute before that? 2017-08-28T20:00:03Z vtomole: tar -xvf sbcl-1.3.20-source.tar.bz2?download 2017-08-28T20:01:35Z scymtym: you have to execute something like sh make.sh --fancy --prefix=/opt/sbcl/ to actually build the system before you can install 2017-08-28T20:02:59Z Blkt quit (Remote host closed the connection) 2017-08-28T20:03:00Z fe[nl]ix quit (Remote host closed the connection) 2017-08-28T20:03:11Z Blkt joined #sbcl 2017-08-28T20:03:12Z fe[nl]ix joined #sbcl 2017-08-28T20:03:23Z Blkt quit (Read error: Connection reset by peer) 2017-08-28T20:03:24Z fe[nl]ix quit (Read error: Connection reset by peer) 2017-08-28T20:04:05Z Blkt joined #sbcl 2017-08-28T20:04:17Z Blkt quit (Remote host closed the connection) 2017-08-28T20:04:32Z Blkt joined #sbcl 2017-08-28T20:04:33Z fe[nl]ix joined #sbcl 2017-08-28T20:06:59Z eschatologist quit (Ping timeout: 240 seconds) 2017-08-28T20:20:58Z vtomole quit (Ping timeout: 260 seconds) 2017-08-28T20:21:38Z oleo: err 2017-08-28T20:21:55Z oleo: vtomole: try tar jxvf sbcl-1.3.20-source.tar.bz2 2017-08-28T20:22:33Z shka_ quit (Ping timeout: 246 seconds) 2017-08-28T20:22:41Z oleo: oh wait 2017-08-28T20:22:50Z oleo: the other one will work too 2017-08-28T20:24:38Z oleo: what i usually do is: export SBCL_HOME=/usr/lib64/sbcl; sh make.sh --prefix=/usr --fancy --dynamic-space-size=2Gb --xc-host="../sbcl-1.3.20-x86_64/run-sbcl.sh"; cd docs; sh make-doc.sh; cd ../tests; sh run-tests.sh 2017-08-28T20:25:46Z oleo: and if it looks good finally: sh install.sh as root (exporting SBCL_HOME again, and putting in my .bashrc or /etc/profile) 2017-08-28T20:27:52Z oleo: make sure /bin/ed is installed and make sure you have the libfixposix lib installed too (some of the libraries in quicklisp depend on it) 2017-08-28T20:28:04Z oleo: that's how it works here 2017-08-28T20:33:46Z milanj_ quit (Ping timeout: 255 seconds) 2017-08-28T20:35:02Z oleo: actually there are other dependencies too (system side) depending on which system you are you have to have the headers and/or the libs installed, like libffi and gsl for gsll for example 2017-08-28T20:59:09Z milanj joined #sbcl 2017-08-28T21:25:11Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-28T21:25:37Z DeadTrickster joined #sbcl 2017-08-28T21:46:23Z Bike quit (Ping timeout: 240 seconds) 2017-08-28T21:50:41Z angavrilov quit (Remote host closed the connection) 2017-08-28T22:17:08Z macdavid313 joined #sbcl 2017-08-28T22:20:09Z macdavid313 quit (Client Quit) 2017-08-28T22:52:26Z milanj quit (Ping timeout: 248 seconds) 2017-08-29T00:12:11Z Bike joined #sbcl 2017-08-29T00:13:13Z BitPuffin|osx quit (Ping timeout: 240 seconds) 2017-08-29T01:04:39Z foom2 joined #sbcl 2017-08-29T01:05:52Z foom quit (Read error: Connection reset by peer) 2017-08-29T01:24:11Z slyrus quit (Ping timeout: 252 seconds) 2017-08-29T01:26:06Z jamtho_ joined #sbcl 2017-08-29T01:30:18Z jamtho_ quit (Ping timeout: 248 seconds) 2017-08-29T02:17:52Z stassats joined #sbcl 2017-08-29T03:10:35Z stassats quit (Ping timeout: 248 seconds) 2017-08-29T03:14:50Z stassats joined #sbcl 2017-08-29T03:21:47Z stassats quit (Ping timeout: 248 seconds) 2017-08-29T04:03:41Z Bike quit (Ping timeout: 252 seconds) 2017-08-29T04:10:40Z shka_ joined #sbcl 2017-08-29T04:36:05Z myrkraverk joined #sbcl 2017-08-29T04:53:50Z cromachina quit (Read error: Connection reset by peer) 2017-08-29T04:54:16Z cromachina joined #sbcl 2017-08-29T05:19:12Z scymtym quit (Ping timeout: 264 seconds) 2017-08-29T05:25:24Z stassats joined #sbcl 2017-08-29T05:32:51Z oleo quit (Quit: irc client terminated!) 2017-08-29T05:36:09Z slyrus joined #sbcl 2017-08-29T05:47:50Z cromachina quit (Read error: Connection reset by peer) 2017-08-29T05:48:16Z cromachina joined #sbcl 2017-08-29T06:54:10Z scymtym joined #sbcl 2017-08-29T07:11:19Z shka_ quit (Ping timeout: 240 seconds) 2017-08-29T07:12:52Z angavrilov joined #sbcl 2017-08-29T07:40:36Z BitPuffin|osx joined #sbcl 2017-08-29T08:52:52Z tonton quit (Ping timeout: 240 seconds) 2017-08-29T09:04:53Z some-user joined #sbcl 2017-08-29T09:04:56Z some-user: hello 2017-08-29T09:05:36Z some-user: trying to inspect function in slime with sbcl but getting sb-kernel:%simple-fun-self is undefined 2017-08-29T09:05:59Z some-user: my sbcl version is SBCL 1.3.20 and slime is slime-20170820.1946 2017-08-29T09:06:11Z stassats: slime too old 2017-08-29T09:06:50Z some-user: stassats: which version should i use? 2017-08-29T09:06:56Z stassats: the latest 2017-08-29T09:07:00Z stassats: (duh) 2017-08-29T09:07:45Z some-user: stassats: got it, thanks! :) 2017-08-29T09:07:56Z jackdaniel: some-user: https://github.com/slime/slime 2017-08-29T09:08:49Z stassats: by the way, slime is not versioned by "20170820.1946" 2017-08-29T09:11:08Z some-user: stassats: sorry, but how do i get proper slime version? 2017-08-29T09:11:40Z stassats: C-h v slime-version 2017-08-29T09:12:29Z some-user: stassats: thank you(it says 2.19) 2017-08-29T09:12:58Z stassats: well, we've already established that it's too old 2017-08-29T09:15:20Z tonton joined #sbcl 2017-08-29T09:16:23Z some-user quit (Remote host closed the connection) 2017-08-29T09:32:28Z galdor joined #sbcl 2017-08-29T09:42:37Z m00natic joined #sbcl 2017-08-29T09:46:52Z stassats quit (Ping timeout: 252 seconds) 2017-08-29T10:04:34Z macdavid313 joined #sbcl 2017-08-29T10:18:47Z attila_lendvai joined #sbcl 2017-08-29T10:18:48Z attila_lendvai quit (Changing host) 2017-08-29T10:18:48Z attila_lendvai joined #sbcl 2017-08-29T10:35:51Z macdavid313 quit 2017-08-29T10:43:02Z Bike joined #sbcl 2017-08-29T10:43:04Z Bike quit (Remote host closed the connection) 2017-08-29T10:43:47Z Bike joined #sbcl 2017-08-29T10:58:55Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-29T11:43:27Z stassats joined #sbcl 2017-08-29T11:47:39Z stassats quit (Ping timeout: 240 seconds) 2017-08-29T12:20:13Z Bike quit (Ping timeout: 240 seconds) 2017-08-29T12:30:31Z scymtym quit (Remote host closed the connection) 2017-08-29T12:30:46Z scymtym joined #sbcl 2017-08-29T13:06:43Z milanj joined #sbcl 2017-08-29T13:39:25Z scymtym quit (Ping timeout: 240 seconds) 2017-08-29T13:39:33Z scymtym_ joined #sbcl 2017-08-29T13:43:49Z stassats joined #sbcl 2017-08-29T13:47:58Z stassats quit (Ping timeout: 246 seconds) 2017-08-29T13:49:57Z Bike joined #sbcl 2017-08-29T13:54:55Z milanj_ joined #sbcl 2017-08-29T13:56:34Z milanj quit (Ping timeout: 252 seconds) 2017-08-29T14:19:11Z stassats joined #sbcl 2017-08-29T14:19:18Z stassats quit (Changing host) 2017-08-29T14:19:18Z stassats joined #sbcl 2017-08-29T14:29:40Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T14:30:49Z DeadTrickster joined #sbcl 2017-08-29T14:49:51Z milanj__ joined #sbcl 2017-08-29T14:50:42Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T14:51:23Z DeadTrickster joined #sbcl 2017-08-29T14:52:12Z milanj_ quit (Ping timeout: 276 seconds) 2017-08-29T15:04:13Z stassats quit (Ping timeout: 252 seconds) 2017-08-29T15:25:10Z stassats joined #sbcl 2017-08-29T15:45:42Z milanj__ quit (Quit: Leaving) 2017-08-29T15:45:58Z milanj joined #sbcl 2017-08-29T15:52:11Z stassats quit (Ping timeout: 264 seconds) 2017-08-29T16:11:40Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T16:12:06Z DeadTrickster joined #sbcl 2017-08-29T16:17:20Z oleo joined #sbcl 2017-08-29T16:30:01Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-29T16:39:27Z BitPuffin|osx joined #sbcl 2017-08-29T16:45:12Z shka_ joined #sbcl 2017-08-29T16:47:25Z m00natic quit (Remote host closed the connection) 2017-08-29T18:52:36Z milanj quit (Quit: This computer has gone to sleep) 2017-08-29T18:54:09Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T18:54:42Z DeadTrickster joined #sbcl 2017-08-29T18:59:35Z dustinm`_ quit (Quit: Leaving) 2017-08-29T19:03:48Z dustinm` joined #sbcl 2017-08-29T19:20:42Z shka_ quit (Ping timeout: 240 seconds) 2017-08-29T19:29:12Z scymtym_ quit (Ping timeout: 246 seconds) 2017-08-29T19:31:39Z shka_ joined #sbcl 2017-08-29T20:06:03Z eschatologist joined #sbcl 2017-08-29T20:17:15Z milanj joined #sbcl 2017-08-29T20:18:04Z scymtym joined #sbcl 2017-08-29T20:34:39Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T20:35:46Z DeadTrickster joined #sbcl 2017-08-29T20:48:22Z stassats joined #sbcl 2017-08-29T20:49:45Z shka_ quit (Ping timeout: 248 seconds) 2017-08-29T20:52:47Z stassats quit (Ping timeout: 264 seconds) 2017-08-29T20:55:42Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T20:56:14Z DeadTrickster joined #sbcl 2017-08-29T21:21:42Z Bike quit (Ping timeout: 240 seconds) 2017-08-29T21:31:45Z angavrilov quit (Remote host closed the connection) 2017-08-29T21:56:12Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-29T21:56:35Z DeadTrickster joined #sbcl 2017-08-29T22:04:36Z milanj quit (Quit: This computer has gone to sleep) 2017-08-29T22:08:45Z Bike joined #sbcl 2017-08-29T22:12:07Z attila_lendvai joined #sbcl 2017-08-29T22:12:07Z attila_lendvai quit (Changing host) 2017-08-29T22:12:07Z attila_lendvai joined #sbcl 2017-08-29T22:49:26Z stassats joined #sbcl 2017-08-29T22:54:33Z stassats quit (Ping timeout: 248 seconds) 2017-08-29T23:02:02Z milanj joined #sbcl 2017-08-29T23:13:50Z milanj quit (Quit: Leaving) 2017-08-29T23:16:18Z sjl quit (Ping timeout: 240 seconds) 2017-08-29T23:28:45Z stassats joined #sbcl 2017-08-29T23:39:08Z BitPuffin|osx quit (Ping timeout: 255 seconds) 2017-08-30T00:02:31Z attila_lendvai quit (Quit: Leaving.) 2017-08-30T00:16:25Z stassats quit (Ping timeout: 252 seconds) 2017-08-30T00:23:56Z aeth_ joined #sbcl 2017-08-30T00:25:27Z aeth quit (Disconnected by services) 2017-08-30T00:28:17Z aeth_ is now known as aeth 2017-08-30T00:48:18Z stassats joined #sbcl 2017-08-30T01:54:46Z stassats: is more-args-type ever really used? what can it be used for? 2017-08-30T01:56:56Z stassats: i guess just for indicating that :more t is used 2017-08-30T03:20:52Z sjl joined #sbcl 2017-08-30T03:39:52Z Bike quit (Ping timeout: 248 seconds) 2017-08-30T03:42:34Z xisp7 joined #sbcl 2017-08-30T03:50:45Z jack_rabbit joined #sbcl 2017-08-30T03:56:33Z karswell_ quit (Remote host closed the connection) 2017-08-30T04:31:01Z shka_ joined #sbcl 2017-08-30T04:37:28Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T04:38:09Z DeadTrickster joined #sbcl 2017-08-30T04:54:32Z stassats quit (Ping timeout: 248 seconds) 2017-08-30T05:11:51Z cromachina quit (Read error: Connection reset by peer) 2017-08-30T05:12:16Z cromachina joined #sbcl 2017-08-30T05:21:58Z oleo quit (Quit: irc client terminated!) 2017-08-30T05:23:22Z stassats joined #sbcl 2017-08-30T05:54:42Z scymtym quit (Ping timeout: 240 seconds) 2017-08-30T06:29:44Z jasom left #sbcl 2017-08-30T06:39:50Z angavrilov joined #sbcl 2017-08-30T06:53:09Z shka_ quit (Ping timeout: 260 seconds) 2017-08-30T07:00:48Z BitPuffin|osx joined #sbcl 2017-08-30T07:17:54Z scymtym joined #sbcl 2017-08-30T08:18:18Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T08:18:53Z DeadTrickster joined #sbcl 2017-08-30T09:10:19Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-30T09:16:10Z stassats quit (Ping timeout: 264 seconds) 2017-08-30T09:17:16Z m00natic joined #sbcl 2017-08-30T09:34:49Z BitPuffin|osx joined #sbcl 2017-08-30T09:49:29Z attila_lendvai joined #sbcl 2017-08-30T09:54:50Z attila_lendvai quit (Quit: Leaving.) 2017-08-30T09:59:11Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T09:59:37Z DeadTrickster joined #sbcl 2017-08-30T10:39:37Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T10:40:16Z DeadTrickster joined #sbcl 2017-08-30T11:02:26Z Bike joined #sbcl 2017-08-30T11:02:28Z Bike quit (Remote host closed the connection) 2017-08-30T11:08:59Z easieste joined #sbcl 2017-08-30T11:11:42Z Bike joined #sbcl 2017-08-30T11:12:12Z stassats joined #sbcl 2017-08-30T11:16:25Z stassats quit (Ping timeout: 248 seconds) 2017-08-30T11:26:16Z easieste quit (Quit: easieste) 2017-08-30T11:46:51Z easieste joined #sbcl 2017-08-30T11:51:12Z easieste quit (Client Quit) 2017-08-30T12:06:38Z sjl quit (*.net *.split) 2017-08-30T12:07:47Z fe[nl]ix quit (*.net *.split) 2017-08-30T12:07:47Z Blkt quit (*.net *.split) 2017-08-30T12:07:47Z libre-man quit (*.net *.split) 2017-08-30T12:07:47Z easye quit (*.net *.split) 2017-08-30T12:07:47Z White_Flame quit (*.net *.split) 2017-08-30T12:15:57Z Bike quit (Ping timeout: 255 seconds) 2017-08-30T12:16:24Z stassats joined #sbcl 2017-08-30T12:20:27Z joshe quit (Ping timeout: 255 seconds) 2017-08-30T12:20:39Z joshe joined #sbcl 2017-08-30T12:21:39Z sjl_ joined #sbcl 2017-08-30T12:21:39Z fe[nl]ix joined #sbcl 2017-08-30T12:21:39Z Blkt joined #sbcl 2017-08-30T12:21:39Z libre-man joined #sbcl 2017-08-30T12:21:39Z easye joined #sbcl 2017-08-30T12:21:39Z White_Flame joined #sbcl 2017-08-30T12:24:35Z attila_lendvai joined #sbcl 2017-08-30T12:25:51Z stassats quit (Ping timeout: 255 seconds) 2017-08-30T12:33:24Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-30T12:56:35Z attila_lendvai joined #sbcl 2017-08-30T12:56:35Z attila_lendvai quit (Changing host) 2017-08-30T12:56:35Z attila_lendvai joined #sbcl 2017-08-30T13:04:12Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-30T13:37:54Z oleo joined #sbcl 2017-08-30T13:39:20Z haom joined #sbcl 2017-08-30T13:39:28Z haom: hello, is anyone around? 2017-08-30T13:41:48Z oleo: sure 2017-08-30T13:43:01Z haom: i have a possible bug with sbcl's format code, which i'd like to discuss. 2017-08-30T13:43:06Z stassats joined #sbcl 2017-08-30T13:43:15Z oleo: shoot away 2017-08-30T13:44:10Z stassats: if it's related to float formatting then i wouldn't like to discuss 2017-08-30T13:44:56Z haom: ok, this is my situation: i have defined gray streams for rendered characters, using stream-write-char. 2017-08-30T13:45:51Z haom: i can display a rendered character by calling write-char, but it fails when i try to display a rendered char calling format stream "~C". 2017-08-30T13:46:16Z stassats: ~c uses write-char 2017-08-30T13:46:18Z haom: i get (SB-FORMAT::FORMAT-ERROR-AT* "~C" 1 "~S is not of type CHARACTER." 2017-08-30T13:46:24Z haom: i know. 2017-08-30T13:46:35Z stassats: well, it wants characters, true 2017-08-30T13:47:09Z stassats: write-char is going to give you trouble on non-characters as well 2017-08-30T13:47:12Z haom: i have a method that specializes on rendered characers, and write-char accepts that. 2017-08-30T13:47:23Z haom: no, write-char works. 2017-08-30T13:47:29Z stassats: well, it appears to work 2017-08-30T13:47:57Z stassats: it's declared to only accept characters 2017-08-30T13:48:57Z haom: even if the gray stream method specializes on a class "rendered-char"? 2017-08-30T13:49:06Z stassats: even then 2017-08-30T13:49:42Z stassats: thanks for informing that a full call to write-char succeeds, that shouldn't happen 2017-08-30T13:49:51Z haom: so is there a canonical way to use format to display other types of objects other than characters? 2017-08-30T13:50:13Z stassats: ~/display-object-other-than-character/ 2017-08-30T13:52:34Z haom: what do you mean? 2017-08-30T13:52:40Z cromachina quit (Read error: Connection reset by peer) 2017-08-30T13:52:42Z stassats: clhs ~/ 2017-08-30T13:52:42Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/22_ced.htm 2017-08-30T13:54:08Z haom: ok, thanks. 2017-08-30T14:06:10Z easieste joined #sbcl 2017-08-30T14:06:35Z attila_lendvai joined #sbcl 2017-08-30T14:06:35Z attila_lendvai quit (Changing host) 2017-08-30T14:06:35Z attila_lendvai joined #sbcl 2017-08-30T14:08:34Z easieste quit (Client Quit) 2017-08-30T14:19:33Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-30T14:20:30Z attila_lendvai joined #sbcl 2017-08-30T14:20:30Z attila_lendvai quit (Changing host) 2017-08-30T14:20:30Z attila_lendvai joined #sbcl 2017-08-30T14:21:15Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T14:21:36Z DeadTrickster joined #sbcl 2017-08-30T14:29:54Z haom: stassats: what about stream-write-string? does that run write-char repeatedly under the hood? 2017-08-30T14:30:31Z stassats: write-string only works on strings, you won't be able to have strings of non-characters 2017-08-30T14:31:04Z stassats: and the default method of stream-write-string does repeatedly call stream-write-char 2017-08-30T14:31:48Z stassats: you'll have to accept that gray streams will only work on characters and integers 2017-08-30T14:32:37Z haom: thats disappointing, I've been using gray streams to print rendered characters and strings for 1-2 years now. 2017-08-30T14:34:57Z haom: the avalable documentation on gray streams never mentions that the second argument can not be specialized on. 2017-08-30T14:35:43Z stassats: this is not about specializing gray stream methods 2017-08-30T14:35:43Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-30T14:36:03Z stassats: this is about write-char or write-byte not accepting mismatched types 2017-08-30T14:38:00Z attila_lendvai joined #sbcl 2017-08-30T14:38:00Z attila_lendvai quit (Changing host) 2017-08-30T14:38:00Z attila_lendvai joined #sbcl 2017-08-30T14:39:34Z scymtym quit (Ping timeout: 264 seconds) 2017-08-30T14:41:02Z haom: ok, if I may ask something else: what do the directives ~A and ~S use under the hood? if I cant use ~C to print rendered chars, can I use ~A or ~S? 2017-08-30T14:41:31Z stassats: as i said, you can't do anything 2017-08-30T14:44:21Z Guest84702 is now known as pkhuong 2017-08-30T14:44:51Z pkhuong: well. strings are stateful, so there's the old trick of augmenting a closed class with a weak hash table 2017-08-30T14:45:18Z stassats: too heave-weight 2017-08-30T14:46:01Z xisp7 quit (Remote host closed the connection) 2017-08-30T14:47:02Z stassats: and ~// should work just as well 2017-08-30T14:47:30Z haom: what you are saying is a tiny catastrophe for me, I've been confident that the gray stream docs "STREAM-WRITE-CHAR stream character [Generic Function]" can be interpreted so that the second argument can _also_ be specialized on. 2017-08-30T14:47:34Z haom: but oh well. 2017-08-30T14:47:53Z stassats: well, it can be 2017-08-30T14:47:56Z pkhuong: haom: if your implementation lets you subclass character, I suppose it could be specialised on. 2017-08-30T14:48:02Z stassats: but the standard has no stream-write-char 2017-08-30T14:48:05Z stassats: clhs write-char 2017-08-30T14:48:05Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/f_wr_cha.htm 2017-08-30T14:48:43Z haom: pkhuong: i'm using sbcl only at the moment. 2017-08-30T14:49:29Z haom: does sbcl allow subclassing character? 2017-08-30T14:49:44Z stassats: no 2017-08-30T14:51:24Z haom: *sigh* 2017-08-30T14:51:30Z haom: okay. 2017-08-30T15:10:41Z haom: ok, well, ~/xyz/ will do. 2017-08-30T15:10:57Z haom: thanks. 2017-08-30T15:11:05Z haom left #sbcl 2017-08-30T15:17:58Z DGASAU quit (Ping timeout: 264 seconds) 2017-08-30T15:21:02Z DGASAU joined #sbcl 2017-08-30T15:23:49Z stassats quit (Ping timeout: 240 seconds) 2017-08-30T15:32:15Z edgar-rft quit (Quit: edgar-rft) 2017-08-30T16:04:41Z scymtym joined #sbcl 2017-08-30T16:08:13Z Bike joined #sbcl 2017-08-30T16:08:17Z Bike quit (Remote host closed the connection) 2017-08-30T16:08:38Z Bike joined #sbcl 2017-08-30T16:09:33Z BitPuffin|osx quit (Remote host closed the connection) 2017-08-30T16:11:12Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-30T16:11:24Z BitPuffin|osx joined #sbcl 2017-08-30T16:13:10Z attila_lendvai joined #sbcl 2017-08-30T16:13:10Z attila_lendvai quit (Changing host) 2017-08-30T16:13:10Z attila_lendvai joined #sbcl 2017-08-30T16:19:24Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-30T16:21:30Z attila_lendvai joined #sbcl 2017-08-30T16:42:48Z Bike quit (Ping timeout: 240 seconds) 2017-08-30T16:42:50Z m00natic quit (Remote host closed the connection) 2017-08-30T16:50:58Z shka_ joined #sbcl 2017-08-30T16:59:46Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-30T17:02:55Z attila_lendvai joined #sbcl 2017-08-30T17:02:55Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T17:03:24Z DeadTrickster joined #sbcl 2017-08-30T17:26:33Z attila_lendvai quit (Read error: Connection reset by peer) 2017-08-30T17:27:35Z attila_lendvai joined #sbcl 2017-08-30T17:37:55Z attila_lendvai quit (Quit: Leaving.) 2017-08-30T17:53:58Z Bike joined #sbcl 2017-08-30T18:20:05Z attila_lendvai joined #sbcl 2017-08-30T18:20:05Z attila_lendvai quit (Changing host) 2017-08-30T18:20:05Z attila_lendvai joined #sbcl 2017-08-30T18:40:43Z Guest77189 quit (Quit: ZNC - http://znc.in) 2017-08-30T19:08:18Z shka_ quit (Ping timeout: 240 seconds) 2017-08-30T19:11:55Z rpg joined #sbcl 2017-08-30T19:35:47Z anticrisis joined #sbcl 2017-08-30T20:20:20Z stassats joined #sbcl 2017-08-30T20:25:08Z stassats quit (Ping timeout: 260 seconds) 2017-08-30T20:53:20Z edgar-rft joined #sbcl 2017-08-30T21:09:27Z ryan_vw_ quit (Ping timeout: 248 seconds) 2017-08-30T21:23:47Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-30T21:31:43Z rpg joined #sbcl 2017-08-30T22:13:19Z angavrilov_ joined #sbcl 2017-08-30T22:13:37Z angavrilov quit (Remote host closed the connection) 2017-08-30T22:20:32Z stassats joined #sbcl 2017-08-30T22:24:37Z stassats quit (Ping timeout: 240 seconds) 2017-08-30T22:30:35Z angavrilov_ quit (Remote host closed the connection) 2017-08-30T22:40:07Z BitPuffin|osx quit (Ping timeout: 248 seconds) 2017-08-30T22:44:51Z attila_lendvai quit (Quit: Leaving.) 2017-08-30T22:45:22Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-30T22:45:56Z DeadTrickster joined #sbcl 2017-08-30T23:22:42Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-30T23:32:56Z rpg joined #sbcl 2017-08-30T23:36:59Z stassats joined #sbcl 2017-08-30T23:52:34Z stassats quit (Remote host closed the connection) 2017-08-30T23:52:50Z stassats joined #sbcl 2017-08-31T00:15:03Z stassats quit (Ping timeout: 248 seconds) 2017-08-31T00:20:40Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T00:21:42Z karswell joined #sbcl 2017-08-31T00:27:23Z stassats joined #sbcl 2017-08-31T01:18:24Z karswell quit (Remote host closed the connection) 2017-08-31T01:19:10Z karswell joined #sbcl 2017-08-31T01:32:25Z karswell quit (Ping timeout: 248 seconds) 2017-08-31T02:00:03Z rpg joined #sbcl 2017-08-31T02:48:07Z stassats quit (Ping timeout: 248 seconds) 2017-08-31T02:58:01Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T04:14:07Z stassats` joined #sbcl 2017-08-31T04:14:08Z stassats joined #sbcl 2017-08-31T04:18:48Z stassats` quit (Ping timeout: 248 seconds) 2017-08-31T04:18:48Z stassats quit (Ping timeout: 248 seconds) 2017-08-31T04:48:53Z stassats` joined #sbcl 2017-08-31T04:48:53Z stassats joined #sbcl 2017-08-31T04:48:55Z shka_ joined #sbcl 2017-08-31T04:53:05Z jdz quit (Ping timeout: 240 seconds) 2017-08-31T04:58:15Z jdz joined #sbcl 2017-08-31T05:02:03Z Bike quit (Ping timeout: 246 seconds) 2017-08-31T05:02:32Z stassats` quit (Ping timeout: 248 seconds) 2017-08-31T05:02:32Z stassats quit (Ping timeout: 248 seconds) 2017-08-31T06:00:00Z stassats` joined #sbcl 2017-08-31T06:00:00Z stassats joined #sbcl 2017-08-31T06:03:47Z oleo quit (Quit: irc client terminated!) 2017-08-31T06:08:27Z scymtym quit (Ping timeout: 260 seconds) 2017-08-31T06:33:11Z Lord_Nightmare quit (Quit: ZNC - http://znc.in) 2017-08-31T06:43:15Z Lord_Nightmare joined #sbcl 2017-08-31T07:17:10Z angavrilov joined #sbcl 2017-08-31T07:20:53Z shka_ quit (Read error: No route to host) 2017-08-31T07:21:04Z shka_ joined #sbcl 2017-08-31T07:25:27Z shka_ quit (Ping timeout: 248 seconds) 2017-08-31T07:46:39Z stassats quit (Remote host closed the connection) 2017-08-31T07:46:39Z stassats` quit (Remote host closed the connection) 2017-08-31T07:46:52Z stassats` joined #sbcl 2017-08-31T07:46:52Z stassats joined #sbcl 2017-08-31T07:48:14Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T07:48:48Z DeadTrickster joined #sbcl 2017-08-31T07:51:41Z stassats` quit (Ping timeout: 252 seconds) 2017-08-31T07:51:41Z stassats quit (Ping timeout: 252 seconds) 2017-08-31T07:58:41Z anticrisis quit (Quit: ERC (IRC client for Emacs 25.2.1)) 2017-08-31T08:06:43Z BitPuffin|osx joined #sbcl 2017-08-31T08:12:56Z scymtym joined #sbcl 2017-08-31T09:34:07Z Xof joined #sbcl 2017-08-31T09:36:06Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-31T09:38:16Z Xof: OK, last chance for release-critical emergency regression notices 2017-08-31T09:38:53Z Xof: firing up my squeeze virtual machine... 2017-08-31T09:48:05Z stassats` joined #sbcl 2017-08-31T09:48:05Z stassats joined #sbcl 2017-08-31T09:52:33Z attila_lendvai joined #sbcl 2017-08-31T09:52:40Z stassats` quit (Ping timeout: 248 seconds) 2017-08-31T09:52:40Z stassats quit (Ping timeout: 248 seconds) 2017-08-31T10:06:26Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-31T10:10:58Z attila_lendvai joined #sbcl 2017-08-31T10:21:17Z attila_lendvai quit (Ping timeout: 252 seconds) 2017-08-31T11:05:31Z Bike joined #sbcl 2017-08-31T11:09:14Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T11:09:57Z DeadTrickster joined #sbcl 2017-08-31T11:29:44Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T11:30:48Z DeadTrickster joined #sbcl 2017-08-31T11:45:35Z BitPuffin|osx joined #sbcl 2017-08-31T12:00:06Z rpg joined #sbcl 2017-08-31T12:28:41Z m00natic joined #sbcl 2017-08-31T13:04:51Z zulu_inuoe joined #sbcl 2017-08-31T13:10:47Z zulu_inuoe: Hello all. I had a question regarding the SBCL releases. Because of the nature of these things, I want to say ahead of time that I hold absolutely no contempt nor malicious intent, but am asking entirely out of wanting to understand and mayhaps contribute. With that said, on to my real question: 2017-08-31T13:10:47Z zulu_inuoe: What's the process for SBCL releases? I notice that the available releases for each platform are not consistently available, even for very similar platforms, such as x86 and AMD64 variants of the same O.S.. Given that, I assume it's not due to "it not building" on those platforms. 2017-08-31T13:14:45Z zulu_inuoe: I ask this question as a Windows SBCL developer. That platform has been historically less stable than others, and certain versions can have very important fixes or breaks in them. Additionally, that platform is very much more based around binary releases as opposed to source releases. Especially when using SBCL in a script-like environment where I deploy lisp files, not a binary, on the users machine 2017-08-31T13:16:11Z sjl_ quit (Ping timeout: 252 seconds) 2017-08-31T13:17:31Z jackdaniel: zulu_inuoe: you are asking about packaging - I think it's a matter of human effort and trust, namely: you can't let *anyone* build for Windows and publish as the official binary for obvious reasons, and building on 8 or so platforms x 8 or so architectures requires huge effort 2017-08-31T13:18:20Z Xof: it's not due to it not building, right 2017-08-31T13:18:25Z jackdaniel: also, for distributions (not very much revelant to Windows though) it is a system package maintainer job to update the packages, binaries on website are more-or-less a bonus 2017-08-31T13:18:57Z Xof: my take is: the release is the source code. I make the default download from sourceforge, for all OSes, the source code 2017-08-31T13:19:22Z Xof: in doing a release, I have to build at least one binary, to run tests on the current system. I am happy to upload that binary 2017-08-31T13:20:23Z Xof: I do not want to spend time or energy building, testing and uploading other binaries, when a large part of the point of SBCL is that it is straightforward for users to build it themselves 2017-08-31T13:20:58Z zulu_inuoe: jackdaniel: Well, first I wanted to get an idea of how those releases get on the official sbcl page before suggesting or pursuing anything 2017-08-31T13:21:44Z zulu_inuoe: Xof: I understand. That makes sense 2017-08-31T13:26:35Z zulu_inuoe: Thank you. That was easy enough to understand. I think I will be pursuing adding SBCL to my build server then, and consuming binaries from there 2017-08-31T13:40:09Z myrkraverk quit (Ping timeout: 255 seconds) 2017-08-31T13:40:43Z myrkraverk joined #sbcl 2017-08-31T13:41:05Z Xof: let us know if this causes substantial problems 2017-08-31T13:41:22Z Xof: I'm not sure what we'd do about it if it does, but even having that information would be good 2017-08-31T13:48:31Z zulu_inuoe: Xof: Well, I try to be reserved, but it wouldn't be a bad idea in the future to have build bots configured to at least the more populat platforms. Binaries would be a side-effect of that. However, that's to do with a lot of things I am not at all familiar with, such as who does what, who owns what, and what resources (hardware) are available in the SBCL team, as it were 2017-08-31T13:48:31Z zulu_inuoe: The biggest thing about binary releases on Windows provided by SBCL official is they have a high trust and convenience factor for the users of SBCL. But it does at a cost to SBCL itself, both in build times and downloads (I have no idea who pays for hosting and such) 2017-08-31T13:49:59Z zulu_inuoe: I think a better approach is to get a system working. If it works and works well, you'll hear about it and maybe it gets integrated. If it does badly and fades into nothing, it didn't cost any important people any time or effort 2017-08-31T13:51:03Z oleo joined #sbcl 2017-08-31T14:05:25Z Xof: we have (some) buildbots; I'm not all that comfortable uploading their artifacts for all to download 2017-08-31T14:05:43Z Xof: and yes, everything is done on volunteer or borrowed-employer time 2017-08-31T14:11:44Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T14:12:22Z DeadTrickster joined #sbcl 2017-08-31T14:19:57Z BitPuffin|osx quit (Ping timeout: 246 seconds) 2017-08-31T14:23:02Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T14:32:14Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T14:33:32Z DeadTrickster joined #sbcl 2017-08-31T14:34:58Z stassats joined #sbcl 2017-08-31T14:49:30Z rpg joined #sbcl 2017-08-31T15:12:44Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T15:13:16Z DeadTrickster joined #sbcl 2017-08-31T15:25:16Z stassats quit (Ping timeout: 240 seconds) 2017-08-31T15:28:42Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T15:30:49Z rpg joined #sbcl 2017-08-31T15:31:05Z dougk_ quit (Ping timeout: 240 seconds) 2017-08-31T15:44:03Z dougk_ joined #sbcl 2017-08-31T15:47:52Z BitPuffin|osx joined #sbcl 2017-08-31T16:02:11Z karswell joined #sbcl 2017-08-31T16:05:52Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T16:12:55Z sjl_ joined #sbcl 2017-08-31T16:13:19Z sjl_ is now known as sjl 2017-08-31T16:16:46Z DeadTrickster quit (Ping timeout: 240 seconds) 2017-08-31T16:19:28Z rpg joined #sbcl 2017-08-31T16:42:06Z m00natic quit (Read error: Connection reset by peer) 2017-08-31T16:51:03Z shka_ joined #sbcl 2017-08-31T17:16:12Z aeth quit (Read error: Connection reset by peer) 2017-08-31T17:16:40Z aeth joined #sbcl 2017-08-31T17:29:16Z DeadTrickster joined #sbcl 2017-08-31T17:40:56Z DGASAU quit (Ping timeout: 248 seconds) 2017-08-31T17:42:45Z jackdaniel: carried from #lisp: (destructuring-bind (foo nil bar) (list 1 2 3) (cons foo bar)) works on SBCL, treating nil basically as "ignore" - behavior unique to SBCL - is it a bug, or intentionally put there? 2017-08-31T17:46:04Z gendl joined #sbcl 2017-08-31T17:51:15Z DGASAU joined #sbcl 2017-08-31T17:51:15Z scymtym: jackdaniel: i can imagine that this is an unintended consequence of the lambda list parser rewrite some time ago. changing (atom …) to (not (listp …)) in one place changes the behavior from "ignore" to "match empty list". is there a definitive answer regarding which behavior is mandated by the spec? 2017-08-31T17:51:53Z scymtym: (the old lambda list parser and destructuring-bind matcher were much worse) 2017-08-31T17:57:07Z |3b|: it is incorrect by my reading of the spec 2017-08-31T17:57:25Z |3b|: the lambda lists don't have the same shape 2017-08-31T17:57:51Z |3b|: (and if it is treated as a symbol rather than a list, it is binding (or failing to bind) a value to the constant NIL) 2017-08-31T17:58:28Z |3b|: so by either interpretation of NIL it looks wrong to me 2017-08-31T17:59:57Z sjl: relevant sections of the spec are: http://www.lispworks.com/documentation/HyperSpec/Body/03_dda.htm and http://www.lispworks.com/documentation/HyperSpec/Body/03_ddaa.htm 2017-08-31T18:01:10Z sjl: like |3b| said, the spec is a bit ambiguous on `nil` -- it could be a list (and match only the empty list) or a symbol (a variable name, which would always be an error) 2017-08-31T18:01:26Z sjl: but neither of those is "match anything & ignore" 2017-08-31T18:03:53Z sjl: treating it as a list and matching exactly the empty list seems like the most useful of the two possible readings of the spec 2017-08-31T18:04:47Z sjl: this is what CCL does, for what it's worth 2017-08-31T18:05:39Z sjl: also ABCL and ECL 2017-08-31T18:08:24Z scymtym: i come to the same conclusion. another way to look at it is the "pattern" production in http://www.lispworks.com/documentation/HyperSpec/Body/03_dd.htm . a "pattern" seems to specify the syntax for nested destructuring lambda lists and () clearly matches a pattern with no components 2017-08-31T18:11:20Z scymtym: changing the behavior at least doesn't break the build. running tests 2017-08-31T18:41:05Z scymtym: jackdaniel |3b| sjl: draft: http://paste.lisp.org/display/354825 2017-08-31T18:43:00Z jackdaniel: scymtym: looks good. does it need such a monsterious test? 2017-08-31T18:44:52Z ryan_vw joined #sbcl 2017-08-31T18:48:05Z scymtym: jackdaniel: i thought we didn't have any tests for ds-bind, but now i found one. i will maybe try to merge them 2017-08-31T19:23:24Z scymtym quit (Ping timeout: 240 seconds) 2017-08-31T19:28:31Z |3b| isn't sure from reading it, is there a test for () not matching non-empty lists? 2017-08-31T19:30:12Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T19:45:42Z shka_ quit (Ping timeout: 248 seconds) 2017-08-31T19:49:26Z eschatologist quit (Quit: ZNC 1.6.4+deb1 - http://znc.in) 2017-08-31T19:51:12Z eschatologist joined #sbcl 2017-08-31T20:14:53Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T20:15:34Z DeadTrickster joined #sbcl 2017-08-31T20:18:58Z scymtym joined #sbcl 2017-08-31T20:21:37Z stassats joined #sbcl 2017-08-31T20:25:43Z stassats quit (Ping timeout: 248 seconds) 2017-08-31T20:32:20Z st` joined #sbcl 2017-08-31T20:34:12Z angavrilov quit (Remote host closed the connection) 2017-08-31T20:37:26Z jack_rabbit quit (Ping timeout: 248 seconds) 2017-08-31T21:16:54Z st` quit (Ping timeout: 248 seconds) 2017-08-31T21:23:05Z jack_rabbit joined #sbcl 2017-08-31T21:29:20Z rpg joined #sbcl 2017-08-31T21:55:53Z DeadTrickster quit (Read error: Connection reset by peer) 2017-08-31T21:56:20Z DeadTrickster joined #sbcl 2017-08-31T22:08:33Z rpg quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2017-08-31T22:21:51Z stassats joined #sbcl 2017-08-31T22:26:09Z stassats quit (Ping timeout: 240 seconds) 2017-08-31T22:26:12Z attila_lendvai joined #sbcl 2017-08-31T22:44:13Z rpg joined #sbcl 2017-08-31T22:50:58Z dougk_: stassats: arm64 fails to build "The variable SB!ASSEM::**CURRENT-SEGMENT** is unbound" 2017-08-31T23:11:15Z edgar-rft quit (Ping timeout: 240 seconds) 2017-08-31T23:18:31Z edgar-rft joined #sbcl