1:42:10lokeXach: I thought there was a SOW for the QL work you'd be doing for the fundraiser money? I was sure with was on the QL web page, but I can't find it. Was I dreaming?
1:42:33Xachloke: there is the talk i gave in london outlining the out-of-beta tasks
1:49:36antonvXach, after removing the .asd file (ql:where-is-system "uffi") fails with "Failed to find the TRUENAME of /home/testgrid/quicklisp-asdf3/local-projects/cffi/uffi-compat/uffi.asd: No such file or directory"
1:49:52antonvThe SBCL was started _after_ file was removed
1:51:24Xachantonv: yes, (ql:register-local-projects) will reset the index
1:52:17antonvok (I already fixed that by moving cffi to other directory, starting SBCL once, then moving cffi back to local-projects and starting SBCL again)
9:04:22flip214_Running ABCL and calling (ql:quickload :hunchentoot) gives me "Don't know how to REQUIRE ABCL-CONTRIB." even though the .jar is in the current directory.
9:04:31flip214_how would I point ABCL to the right location?
9:06:29flip214_should I extend ASDF:*CENTRAL-REGISTRY*?
9:12:08flip214_Failed to require ABCL-CONTRIB because 'Java exception 'java.lang.NoSuchMethodException: No applicable method named getURLs found in java.lang.ClassLoader or jdk.internal.loader.ClassLoaders$AppClassLoader'.'
9:12:17flip214_#<THREAD "interpreter" {300F8555}>: Debugger invoked on condition of type SIMPLE-ERROR
9:12:20flip214_ Don't know how to REQUIRE ABCL-CONTRIB.