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

Fix: Non-string test names crash exunit indexer #676

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Apr 1, 2024

We had a test case that was auto-generating tests, and the unquote crashed the exunit indexer because the test name wasn't a literal string.

This change ignores such tests
Fixes #675

We had a test case that was auto-generating tests, and the unquote
crashed the exunit indexer because the test name wasn't a literal
string.

This change ignores such tests
Fixes #675
@scohen scohen requested review from scottming and Moosieus April 1, 2024 18:27
@scohen scohen marked this pull request as ready for review April 1, 2024 18:27
@scohen scohen merged commit 29373d5 into main Apr 2, 2024
9 checks passed
@scohen scohen deleted the fix-document-symbols-test-case-macro branch April 2, 2024 18:10
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.

Crash in document symbols when opening detection_case.ex
2 participants