Skip to content

Revert bundled fixes — to be submitted as separate PRs#40492

Closed
Copilot wants to merge 2 commits into
copilot/fix-docker-timestamp-parsingfrom
copilot/sub-pr-40489
Closed

Revert bundled fixes — to be submitted as separate PRs#40492
Copilot wants to merge 2 commits into
copilot/fix-docker-timestamp-parsingfrom
copilot/sub-pr-40489

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

Reverts all changes from the previous commit per reviewer feedback that each fix should be its own PR.

Summary of the Pull Request

Reverts five changed files to their original state. The individual fixes (Docker timestamp parsing, snprintf buffer size, LxtLogError args, PowerShell script hardening) will be resubmitted as focused, independent PRs.

PR Checklist

  • Communication: I've discussed this with core contributors already. If work hasn't been agreed, this work might be rejected
  • Tests: Added/updated if needed and all pass
  • Localization: All end user facing strings can be localized
  • Dev docs: Added/updated if needed
  • Documentation updated: If checked, please file a pull request on our docs repo and link it here: #xxx

Detailed Description of the Pull Request / Additional comments

Files reverted to original state:

  • src/windows/wslcsession/WSLCContainer.cpp
  • src/windows/wslcsession/WSLCSession.cpp
  • test/linux/unit_tests/lxtfs.c
  • tools/setup-dev-env.ps1
  • tools/test/run-tests.ps1

Planned follow-up PRs:

  1. WSLCContainer.cppParseDockerTimestamp fractional-seconds fix + minor clarity/typo fixes
  2. WSLCSession.cpp — constant scoping and iterator style cleanup
  3. lxtfs.csnprintf wrong-size buffer bug + LxtLogError missing format args
  4. tools/setup-dev-env.ps1Test-Path guard before winget configure
  5. tools/test/run-tests.ps1 — parameter doc fix + $LASTEXITCODE propagation

Validation Steps Performed

Verified via git diff that all five files are identical to their pre-PR state.

Copilot AI changed the title [WIP] Fix Docker timestamp fractional seconds, snprintf buffer bug, LxtLogError args, and misc code/script cleanup Revert bundled fixes — to be submitted as separate PRs May 11, 2026
Copilot AI requested a review from benhillis May 11, 2026 16:37
@benhillis benhillis closed this May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants