Skip to content

cljr-clean-ns easy fix #442

@boymaas

Description

@boymaas

Excuses no time to fill in the complete form. Just a quick pointer, got the following error string-prefix-p: Wrong type argument: stringp, nil when trying to use cljr-clean-ns. A quick debug shows a very quick fix.

(let ((path (or path (buffer-file-name)))
(relative-path (cljr--project-relative-path path)))
(when-let (new-ns (cljr--call-middleware-sync

It uses a let which I believe should be a let*. Wondering why this was not noticed before.

Thanks for a great library!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions