Skip to content

multiext support for named output #1335

@fgvieira

Description

@fgvieira

Is your feature request related to a problem? Please describe.

Right now it is not possible to cache a rule's output when there are several named output files. With several output files we can use multiext, but it does not allow for named output.

Describe the solution you'd like

I was thinking that it would be nice to have a way to have multiple named output files with multiext, for example:

output:
    multiext("path/to/output_file.", out1 = "ext1",  out2 = "ext2")

or:

output:
    out1, out2 = multiext("path/to/output_file.", "ext1", "ext2")

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions