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

Scan deps.edn for source-paths #445

Merged
merged 4 commits into from Jun 14, 2021
Merged

Scan deps.edn for source-paths #445

merged 4 commits into from Jun 14, 2021

Conversation

ericdallo
Copy link
Member

@ericdallo ericdallo commented Jun 13, 2021

Fixes #416

This should improve a lot the source-paths discoverability for deps.edn projects, checking :paths, :extra-paths and default configurable aliases :source-aliases (#{:dev :test}), keeping the source-paths fallback of #{"src" "test"}

Log example:

2021-06-13T03:35:31.789Z gregnix-note INFO [clojure-lsp.crawler:228] - Automatically resolved source-paths from deps.edn: #{"components/user/resources" "components/user/src" "bases/cli/src" "bases/cli/resources" "development/src"}

@ericdallo ericdallo changed the title Scan deps.edn Scan deps.edn for source-paths Jun 13, 2021
@ericdallo ericdallo merged commit 3f77755 into master Jun 14, 2021
@ericdallo ericdallo deleted the scan-deps.edn branch June 14, 2021 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make :source-path dependent features work for polylith (and similar?) projects
1 participant