libera/#shirakumo - IRC Chatlog
Search
10:49:08
hayley
While loading toolkit.lisp in Trial I get the error "Symbol "PARSE-NATIVE-NAMESTRING" not found in the PATHNAME-UTILS package." I think my copies of pathname-utils and Trial should be up to date, but wouldn't be surprised if I was wrong.
10:55:20
Colleen
<shinmera> I haven't gotten around to it but I'll set up a dist at some point that has all the relevant packages.
10:56:28
hayley
Great. Much better than the "software engineering" class I do, where we have to record our presentations and put them in the damned tree.
10:59:20
hayley
Makes git pull fun; but other than that everything seems fine. Just waiting for the LFS objects to be downloaded.
11:04:20
hayley
Too late into the night to have a tea break; I should have tried to set up Kandria earlier into the day.
11:21:31
hayley
All my PNG files seem to be some kind of file used by git-lfs. Is there something I'm meant to do to get at the actual files? Never used it before.
11:22:46
Colleen
<shinmera> to fix the repo you should be able to run `git lfs checkout` ? or something like that.
11:54:06
hayley
Got surprise heap corruption trying to compile with my new GC. Something to do, I guess.
12:15:38
hayley
Great, same bug again, where the write barrier never gets patched when starting SBCL, and so it doesn't do things properly. My favourite bug, since somehow failures starting at page 32,768 screamed "integer overflow...somewhere, and somehow" and not "outside a 1GB heap".
12:31:13
hayley
And now Kandria builds, but I don't dare run it with heap verification on. Or maybe I do - let's see.
12:33:30
hayley
Right. Makes your GC pauses awful, because, well, it checks if the whole heap makes sense after every GC.