Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow : in target and filenames if not the first character #23335

Closed
wants to merge 1 commit into from

Commits on Aug 19, 2024

  1. Allow ':' in target and filenames if not the first character

    Especially in the Perl community, filenames containing `:` are common. Labels can still be parsed unambiguously if target names can contain colons by declaring that the first colon in a given label string is interpreted as the separator between package and target name. This only requires prefixing with `:` when referring to targets containing colons in the same package.
    
    Target and filenames starting with `:` are still not allowed to prevent confusion with references to targets.
    
    H
    fmeum committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4bd74ac View commit details
    Browse the repository at this point in the history