Skip to content

Interaction of setenv and cmd interpolation #24353

@Keno

Description

@Keno

I think interpolating a cmd that had its env set should either raise an error or propagate the environment. Current behavior:

julia> c = setenv(`x`, "A"=>true)
setenv(`x`,String["A=true"])

julia> `$c`
`x`

Metadata

Metadata

Assignees

No one assigned

    Labels

    minor changeMarginal behavior change acceptable for a minor release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions