Skip to content

Conversation

@jblomer
Copy link
Contributor

@jblomer jblomer commented Nov 10, 2025

The query methods IsCustomClass, IsCustomEnum, and IsStdAtomic are rather arbitrary and should not have been added to the public interface. They only make sense in the internal context in which they are used.

Removed for v6.42.

The query methods `IsCustomClass`, `IsCustomEnum`, and `IsStdAtomic` are
rather arbitrary and should not have been added to the public interface.
They only make sense in the internal context in which they are used.

Removed for v6.42.
@github-actions
Copy link

github-actions bot commented Nov 10, 2025

Test Results

    21 files      21 suites   3d 15h 46m 50s ⏱️
 3 743 tests  3 743 ✅ 0 💤 0 ❌
76 739 runs  76 739 ✅ 0 💤 0 ❌

Results for commit f73b4cb.

♻️ This comment has been updated with latest results.

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.

Copy link
Member

@hahnjo hahnjo left a comment

Choose a reason for hiding this comment

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

LGTM

std::function<void(const RFieldDescriptor &)> fnWalkFieldTree;
fnWalkFieldTree = [&desc, &streamerInfoMap, &fnWalkFieldTree](const RFieldDescriptor &fieldDesc) {
if (fieldDesc.IsCustomClass()) {
if (Internal::IsCustomClassFieldDesc(fieldDesc)) {
Copy link
Member

Choose a reason for hiding this comment

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

Given this goes away, do we even need Internal::IsCustomClassFieldDesc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants