Skip to content

Hose.jl is not friendly to the ; in fn(a, b; c = something)  #8

Description

@xiaodaigh

Consider

using Hose

fn(a,b; c=0) = a+b+c

@hose 10 |>
  f(2; c = 1)

the above fails but

@hose 10 |>
  f(2, c = 1)

works. Both syntax are valid in normal Julia code and their equivalent in Pipe.jl works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions