Skip to content

newest version of lisp-unit does not work with slime #53

@jimka2001

Description

@jimka2001

There are a couple of problems of using slime with lisp unit.

  1. when a test fails and slime displays the stack trace, normally I can press 'v' on the stack trace line to navigate the editor to the line of code. This does not work if the point of breakage is inside a define-test. For some reason lisp-unit does not compile the code in a way which is accessible to slime.
  2. when I press C-c C-c on a test, the compiler does not check the code and present me with the compiler warnings/errors.

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