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 Windows path problems #8860

Merged
merged 8 commits into from
Feb 22, 2023
Merged

Commits on Feb 17, 2023

  1. Moved up os.makedirs for core directory.

    Strange problem creating files with file paths with spaces.
    
    Added try/except catch on main to commit print buffer for context of traceback.
    mhightower83 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bc1e642 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Use default locale encode for writing file names in build.opt

    Continue using "utf-8" to read or write "C/C++" source filess.
    
    Tested on Windows 10 (en-US) with Arduino IDE 2.0.3 Under an
    account with a diacritic charcter in the user ID path.
    
    Needs testing on Japanese Windows
    mhightower83 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    338159f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39bacae View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    94a8c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287053b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update tools/mkbuildoptglobals.py

    Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
    mhightower83 and mcspr committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c3360fa View commit details
    Browse the repository at this point in the history
  2. Update tools/mkbuildoptglobals.py

    Co-authored-by: Max Prokhorov <prokhorov.max@outlook.com>
    mhightower83 and mcspr committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    78d2510 View commit details
    Browse the repository at this point in the history
  3. update size.py

    mhightower83 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5c66f9f View commit details
    Browse the repository at this point in the history