Skip to content

fix CI: bind lsp-dart-extra-library-directories to nil#236

Merged
ericdallo merged 1 commit intoemacs-lsp:masterfrom
OrbitalHustler:fix_ci
Feb 14, 2026
Merged

fix CI: bind lsp-dart-extra-library-directories to nil#236
ericdallo merged 1 commit intoemacs-lsp:masterfrom
OrbitalHustler:fix_ci

Conversation

@OrbitalHustler
Copy link
Contributor

CI was failing on 2 tests

Default value of lsp-dart-extra-library-directories includes ~/.pub-cache, which caused lsp-dart--library-folders--lib-file-test and lsp-dart--library-folders--non-lib-file-test to fail

The problem caused (lsp-dart--library-folders) to return a result that included ~/.pub-cache which the tests didn't expect. Fix is to set that var to nil so the result doesn't include that extra path

Copy link
Member

@ericdallo ericdallo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ericdallo ericdallo merged commit a61301b into emacs-lsp:master Feb 14, 2026
12 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.

2 participants