libera/#clasp - IRC Chatlog
Search
5:30:31
drmeister
::notify slyrus__ Could you ping me when you are online? I downloaded your smiles parser and started modifying it to work with our molecule/atom graphs. I kept your copyright notification of course.
14:39:14
yitzi
Bike: I've gotten the scaper logical paths to work. https://plaster.tymoon.eu/view/3254
14:46:32
yitzi
Just for references, here is the translation table for SYS https://plaster.tymoon.eu/view/3255
14:48:03
yitzi
119 elements, but it probably really doesn't matter since it will only be used if someone does translate-logical-pathname on a source reference. Otherwise, won't be used.
15:00:07
yitzi
I am also trying to improve the output from clasp-builder. Make it a little easier on the eyes.
15:01:34
yitzi
And I have an idea to use the time that it takes to load each file in an image to sort the files in descending order before compilation. Might speed up compilation of of a[bce]clasp a bit.
15:20:16
Bike
i built clasp from clean and i hit a problem loading/compiling trivial-features/src/tf-sbcl.lisp because sb-alien does not exist.
15:26:12
yitzi
Bike: I should have put a note in the PR about that. You need to delete build, dependencies, and src/lisp/kernel/contrib
16:30:30
Bike
not sure if i did something wrong, but source locations don't seem to be working right? M-. gives me that characterp error. the source filename for core:file-column is given as #p"sys:src;core;lispStream.cc", which seems like it ought to be uppercase
16:32:07
Bike
TAGS also being weird... i took the etags thing out of my config a while back, but it's still failing to find pretty uncomplicated definitions
16:36:56
yitzi
I didn't change anything for source locations there. That is a different branch. The scraper source reference like #P"sys:src;core;lispStream.cc" won't work because of the mangled case.
16:43:48
yitzi
The logical pathname stuff for source locations I have mentioned is in `yitzchak_logical-kernel-paths`. In main, the source references that come from the scraper are probably broken logical paths. The rest are stils absolute paths.
16:45:32
yitzi
Yes, well....that would be the easy way to say it. I was going for convoluted and obscure.
16:46:37
yitzi
I still need to test the logical source references for an installed clasp and for snapshots.