Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions adr/20251017-typed-processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,6 @@ This pattern provides the best balance of continuity with the old way and consis
## Links

- [Nextflow standard types](https://nextflow.io/docs/latest/reference/stdlib-types.html)
- Community issues: #1694, #2678
- Community issues: [#1694](https://github.com/nextflow-io/nextflow/issues/1694), [#2678](https://github.com/nextflow-io/nextflow/issues/2678)
- Related nf-core discussion: https://github.com/nf-core/modules/issues/4311
- Original implementation: #4553
- Original implementation: [#4553](https://github.com/nextflow-io/nextflow/pull/4553)
5 changes: 2 additions & 3 deletions adr/20251114-module-system.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Module System for Nextflow
# Module system

- Authors: Paolo Di Tommaso
- Status: approved
- Date: 2025-01-06
- Tags: modules, dsl, registry, versioning, architecture
- Tags: modules, dsl, registry, versioning
- Version: 2.7

## Updates
Expand Down Expand Up @@ -927,4 +927,3 @@ output:
description: Software versions
pattern: "versions.yml"
```

4 changes: 2 additions & 2 deletions adr/20260306-record-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ The `record()` approach works "out of the box", and it isn't much more verbose,

## Links

- Community issues: #2085, #2127
- Community issues: [#2085](https://github.com/nextflow-io/nextflow/issues/2085), [#2127](https://github.com/nextflow-io/nextflow/issues/2127)
- Related nf-core discussion: https://github.com/nf-core/modules/issues/4311
- Original implementation: #4553
- Original implementation: [#4553](https://github.com/nextflow-io/nextflow/pull/4553)
- nf-core/fetchngs POC: https://github.com/nf-core/fetchngs/pull/309
- Inspired by: [Simple Made Easy](https://github.com/matthiasn/talk-transcripts/blob/master/Hickey_Rich/SimpleMadeEasy.md)
- Type systems: [Nominal typing](https://en.wikipedia.org/wiki/Nominal_type_system) vs [Structural typing](https://en.wikipedia.org/wiki/Structural_type_system) vs [Duck typing](https://en.wikipedia.org/wiki/Duck_typing)
Expand Down
Loading
Loading