sly-asdf
sly-asdf copied to clipboard
Fails to load with ECL
Hi, it fails to load with ECL on my machine. I think the problem is asdf/parse-defsystem:bad-system-name
which is not present in ECL's asdf.
Because with this patch https://github.com/xFA25E/sly-asdf/commit/0c854474485dee2b3977fb313086c6f38af7407d , it seems working to me.
I don't know the codebase very well, so I'm afraid that this patch might break things. What do you think? Thanks!
Almost forgot, ECL 16.1.3 Should I try test it with a more recent version?
Thanks @xFA25E! I went ahead and installed your fix for now. Probably we should instead use an ASDF version check so that if new versions of ECL get an updated ASDF, they'll also hit that code path.