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

GetTicks should be the analogous of SetTicks #14257

Merged
merged 3 commits into from Dec 18, 2023

Conversation

ferdymercury
Copy link
Collaborator

This Pull request:

Changes or fixes:

SetTicks(GetTicks) was not a unity operator.

Checklist:

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

This PR fixes #14256

@phsft-bot
Copy link
Collaborator

Starting build on ROOT-performance-centos8-multicore/soversion, ROOT-ubuntu2204/nortcxxmod, ROOT-ubuntu2004/python3, mac12arm/cxx20, windows10/default
How to customize builds

Copy link

github-actions bot commented Dec 17, 2023

Test Results

       10 files         10 suites   1d 22h 55m 23s ⏱️
  2 485 tests   2 485 ✔️ 0 💤 0
23 773 runs  23 773 ✔️ 0 💤 0

Results for commit 4c66e48.

♻️ This comment has been updated with latest results.

@phsft-bot
Copy link
Collaborator

Starting build on ROOT-performance-centos8-multicore/soversion, ROOT-ubuntu2204/nortcxxmod, ROOT-ubuntu2004/python3, mac12arm/cxx20, windows10/default
How to customize builds

@phsft-bot
Copy link
Collaborator

Starting build on ROOT-performance-centos8-multicore/soversion, ROOT-ubuntu2204/nortcxxmod, ROOT-ubuntu2004/python3, mac12arm/cxx20, windows10/default
How to customize builds

Copy link
Contributor

@guitargeek guitargeek left a comment

Choose a reason for hiding this comment

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

Thanks for the fix! Since this is a bugfix, I'll also backport this to the 6.30 branch in one of my bulk backports, once this is merged.

@guitargeek guitargeek self-assigned this Dec 18, 2023
@guitargeek guitargeek added the bug label Dec 18, 2023
@ferdymercury ferdymercury added this to the 6.30.04 milestone Dec 18, 2023
@guitargeek guitargeek merged commit 9397523 into root-project:master Dec 18, 2023
15 of 16 checks passed
@guitargeek
Copy link
Contributor

guitargeek commented Dec 18, 2023

Sorry, I just noticed I should have maybe squashed the commits, at least the third on the second because it was a fixup. My bad!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TAxis::GetTicks and TAxis::SetTicks are inconsistent. Significantly so.
3 participants