Skip to content

Replace ConcatFileName with PrependPathName#18859

Merged
guitargeek merged 13 commits intoroot-project:masterfrom
FabioGhattasPolimi:Replace-ConcatFileName-with-PrependPathName-18754
Nov 28, 2025
Merged

Replace ConcatFileName with PrependPathName#18859
guitargeek merged 13 commits intoroot-project:masterfrom
FabioGhattasPolimi:Replace-ConcatFileName-with-PrependPathName-18754

Conversation

@FabioGhattasPolimi
Copy link
Contributor

This Pull request:

Changes or fixes:

Replaced TSystem::ConcatFileName with TSystem::PrependPathName in all the root project

Checklist:

  • tested changes locally
  • updated the docs (if necessary)

This PR fixes #18754

@dpiparo dpiparo changed the title Replace ConcatFileName with PrependPathName fixes #18754 Replace ConcatFileName with PrependPathName May 24, 2025
@pcanal
Copy link
Member

pcanal commented May 26, 2025

As a side node which OS and compiler are you using to locally test that the code compiled and the test suite passes?

@FabioGhattasPolimi
Copy link
Contributor Author

Windows, using Visual Studio 17 2022

@github-actions
Copy link

Test Results

    2 files      2 suites   7h 8m 6s ⏱️
2 500 tests 2 360 ✅ 140 💤 0 ❌
4 979 runs  4 979 ✅   0 💤 0 ❌

Results for commit 64eff83.

@guitargeek guitargeek force-pushed the Replace-ConcatFileName-with-PrependPathName-18754 branch 2 times, most recently from bc75765 to 94562d2 Compare November 28, 2025 14:03
Copy link
Member

@pcanal pcanal left a comment

Choose a reason for hiding this comment

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

LGTM.

@guitargeek guitargeek force-pushed the Replace-ConcatFileName-with-PrependPathName-18754 branch from 94562d2 to a360f66 Compare November 28, 2025 15:49
@guitargeek
Copy link
Contributor

Just had to fix a typo filename -> fileName

@guitargeek guitargeek merged commit e60640c into root-project:master Nov 28, 2025
25 of 29 checks passed
hageboeck added a commit to hageboeck/root that referenced this pull request Jan 9, 2026
Since roottest-root-io-newstl-nolib is marked WILLFAIL, it was not
noticed in root-project#18859 that e60640c introduced a function that does not
exist.
The test still fails, but that's a different issue to be investigated.
hageboeck added a commit to hageboeck/root that referenced this pull request Jan 12, 2026
Since roottest-root-io-newstl-nolib is marked WILLFAIL, it was not
noticed in root-project#18859 that e60640c introduced a function that does not
exist.
The test still fails, but that's a different issue to be investigated.
hageboeck added a commit that referenced this pull request Jan 13, 2026
Since roottest-root-io-newstl-nolib is marked WILLFAIL, it was not
noticed in #18859 that e60640c introduced a function that does not
exist.
The test still fails, but that's a different issue to be investigated.
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.

Replace use of TSystem::ConcatFileName with PrependPathName.

3 participants