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

Re-work colcon_core.command.get_prog_name #617

Merged
merged 6 commits into from
Jun 3, 2024
Merged

Commits on Feb 18, 2024

  1. Re-work colcon_core.command.get_prog_name

    This function's purpose is to handle these special cases of argv[0]:
    * Invoked using python -m ...
    * Invoked using a path to the executable even though the executable is
       on the PATH
    
    This change enhances the path comparison to support normalization of
    that path, Windows long path prefixes, and also the easy-install
    behavior on Windows where argv[0] has no extension.
    
    Yet to be properly handled is invocation using python -c ...
    cottsay committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    5c5459b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    c174d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5b1ba View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Add comments

    cottsay committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4d99d01 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add tests, fix a bug

    cottsay committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d2553e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5cb3c9 View commit details
    Browse the repository at this point in the history