Skip to content

Regression - Cider no longer asks to reuse clj REPL buffers #3353

@yuhan0

Description

@yuhan0

Expected behavior

Cider asks to reuse dead clj REPLs.

Actual behavior

The refactoring in 4004862
essentially turned (eq repl-cljs? params-cljs?) into (and repl-cljs? params-cljs?), which is not a valid transformation - when both predicates are false, ie having a dead clj repl and trying to start a new clj one, it should evaluate to true and offer to reuse the repl.

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