-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
buggood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
Evaling the form (throw (ex-info "foo" {}))
with M-x cider-pprint-eval-last-sexp-to-comment
yields the empty comment string:
;; =>
Arguably it should either:
- Not yield a
;; =>
at all (just the empty string) (and appropriate cider error buffer)
or it should:
- Print the error in the comment.
The later might be useful when describing code interactions and REPL sessions; though I think the former might be a more sensible default for normal usage.
Metadata
Metadata
Assignees
Labels
buggood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors