Skip to content

Relative paths and %{bin:..} and %{bin-available:..} forms #9564

@rgrinberg

Description

@rgrinberg

The following forms will never succeed:

  • %{bin:./x}
  • %{bin-available:./x}

Given that they can never succeed, they are useless. We could improve them in two ways:

  • Handle the relative paths and try to resolve binaries relative to the current directory
  • Just reject them outright and only accept proper filenames (that do not contain slashes).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions