Skip to content

Fix description for process config options with method overloads - #7442

Open
bentsherman wants to merge 1 commit into
masterfrom
fix-process-config-overload-description
Open

Fix description for process config options with method overloads#7442
bentsherman wants to merge 1 commit into
masterfrom
fix-process-config-overload-description

Conversation

@bentsherman

Copy link
Copy Markdown
Member

Fix nextflow-io/language-server#173

This PR updates SpecNode to handle method overloads when loading process config from ProcessDsl

A process directive can have multiple overloads, but only one overload is expected to specify a description. So SpecNode needs to extract the description from whichever method defines it.

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman
bentsherman requested a review from pditommaso August 4, 2026 19:33
@bentsherman
bentsherman requested a review from a team as a code owner August 4, 2026 19:33
@netlify

netlify Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deploy Preview for nextflow-docs canceled.

Name Link
🔨 Latest commit 8e14554
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs/deploys/6a723e9d6a14170008fc5201

@bentsherman

Copy link
Copy Markdown
Member Author

Related: nextflow-io/language-server#146

I am ironing out any non-deterministic LSP behavior so that I can reliably verify native vs JVM language server behavior

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.

Config options with multiple overloads lose their description, or gain it only intermittently

1 participant