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

Resolve 4605: enhance SCONS_MSCOMMON_DEBUG handling of invalid input #4611

Merged
merged 7 commits into from
Oct 12, 2024

Commits on Sep 26, 2024

  1. Validate the SCONS_MSCOMMON_DEBUG file name.

    Changes:
    * Issue warning and remove leading and trailing double quotes from SCONS_MSCOMMON_DEBUG file name when present.
    * Issue warning when SCONS_MSCOMMON_DEBUG file name is likely invalid.
    
    Known issues:
    * A false positive warning may be issued when a colon is detected in the file name.  An output file and hidden alternate data stream file may be created.
    jcbrill committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c6987ca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Simplify log file handling.

    Changes:
    * Remove leading and trailing double quotes from SCONS_MSDEBUG_VALUE and issue a warning.
    * Catch logging module OSError and FileNotFoundError and wrap in SCons UserError.
    jcbrill committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f1117e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29fe1db View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    444f44c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 12, 2024

  1. Added changes/release blurb

    bdbaddog committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2dac3e0 View commit details
    Browse the repository at this point in the history