Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lispwork's DSPEC functionality to tests #90

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tdrhq
Copy link
Contributor

@tdrhq tdrhq commented Oct 26, 2022

This lets you jump to tests given the name on Lispworks (for instance, using M-. in Sly/Slime)

This is particularly useful for slite: https://github.com/tdrhq/slite

I've been using this for a few years now, and have been putting off merging this change in. It should be mostly a no-op except for registering the DSPEC lookup code.

tdrhq added 3 commits June 15, 2020 10:23
End goal: I want to be able to build an emacs test runner for fiveam,
where I can M-. a failing test to jump directly to the failing test.

AFAICT, sbcl doesn't have a mechanism for custom location types. We
could potentially hack around it by definining an gentemp function
name and map back the test name to the intermediate function. But in
that case we'll need to make slime aware of this lookup possibility
too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant