Skip to content

51 lisp indenter find brace unit test fails - #75

Merged
diegoiast merged 2 commits into
mainfrom
51-lisp-indenter---find-brace-unit-test-fails
Aug 23, 2026
Merged

51 lisp indenter find brace unit test fails#75
diegoiast merged 2 commits into
mainfrom
51-lisp-indenter---find-brace-unit-test-fails

Conversation

@diegoiast

Copy link
Copy Markdown
Owner

No description provided.

Braket matcher was leaking 59 bytes when the editor was deleted.
`QString::right()` was using a non-allocated memory. On glibc this
works, but on MSVC or libc++ - this breaks. This is why the tests were
working on Linux, but failed everywhere else.

This finally fixes the lsip indenter bug.

closes #51
@diegoiast diegoiast linked an issue Aug 23, 2026 that may be closed by this pull request
@sonarqubecloud

Copy link
Copy Markdown

@diegoiast
diegoiast merged commit 05253ef into main Aug 23, 2026
38 checks passed
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.

Lisp indenter - find brace unit test fails

1 participant