asdf:enable-asdf-binary-locations-compatibility breakage
Bug #1122226 reported by
Stas Boukarev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ASDF |
Fix Released
|
Low
|
Faré |
Bug Description
enable-
But I want to propose to remove it completely. There's not many people using it, and I would be happy with a replacement which just lets me to change the directory into which compilation results are put.
Right now I'm using
(setf asdf/configurat
and it works well, I'd be happy with an official solution.
description: | updated |
Changed in asdf: | |
assignee: | nobody → Faré (fahree) |
importance: | Undecided → Low |
milestone: | none → version3 |
status: | New → Incomplete |
To post a comment you must log in.
Beware of merge-pathnames, use merge-pathnames* -- also, beware that you need to interpret the identifier string as a directory! This works and is supported:
(asdf/driver: subpathname *fasl-dir* (asdf/driver: implementation- identifier) :type :directory)