Skip to content

remove some intermediate vars - #53

Merged
vvoland merged 2 commits into
moby:mainfrom
thaJeztah:rm_vars
Jul 20, 2026
Merged

remove some intermediate vars#53
vvoland merged 2 commits into
moby:mainfrom
thaJeztah:rm_vars

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

No description provided.

@codecov-commenter

codecov-commenter commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.50%. Comparing base (2cd730e) to head (538a3a2).
⚠️ Report is 57 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   66.35%   65.50%   -0.86%     
==========================================
  Files          42       42              
  Lines        2027     2035       +8     
==========================================
- Hits         1345     1333      -12     
- Misses        497      530      +33     
+ Partials      185      172      -13     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thaJeztah thaJeztah changed the title ExportChanges: remove intermediate vars remove some intermediate vars Jul 20, 2026
@thaJeztah
thaJeztah requested a review from vvoland July 20, 2026 12:18
@thaJeztah thaJeztah self-assigned this Jul 20, 2026
Comment thread changes.go Outdated
whiteOutDir := filepath.Dir(change.Path)
whiteOutBase := filepath.Base(change.Path)
whiteOut := filepath.Join(whiteOutDir, WhiteoutPrefix+whiteOutBase)
whiteOut := filepath.Join(filepath.Dir(change.Path), WhiteoutPrefix+filepath.Base(change.Path))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, this is too dense. Previous was better IMO

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dropped the first commit

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@vvoland
vvoland merged commit 60df871 into moby:main Jul 20, 2026
12 checks passed
@thaJeztah
thaJeztah deleted the rm_vars branch July 20, 2026 17:10
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.

3 participants