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

New handling of missing perferences.txt #8814

Merged
merged 6 commits into from
Jan 22, 2023

Commits on Jan 17, 2023

  1. Fix for Windows 11 preferences.txt not found - maybe

    Works on Windows 10. I don't have an 11 platform to test on.
    Uses the prefered method for finding path to `AppData\Local`
    
    Cleaned up return with undefined fqfn2.
    mhightower83 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    3a8ea86 View commit details
    Browse the repository at this point in the history
  2. Correct the correction

    mhightower83 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    c7fb78a View commit details
    Browse the repository at this point in the history
  3. New handling of missing perferences.txt

    Draft: alternative option for handling missing perferences.txt - safe-mode
    mhightower83 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    956dd59 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Using a file descriptor argument with os.utime on Windows OS is

    unsupported. Updated usage.
    
    Removed using IDE version as an indicator of shared "core.a" caching.
    
    Assume shared "core.a" caching unless directed otherwise.
    mhightower83 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    998c071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdee4fd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

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