Skip to content

[R4_4] Update Thunder for generators backport#2117

Open
sebaszm wants to merge 7 commits into
R4_4from
development/adjust-to-tools-update
Open

[R4_4] Update Thunder for generators backport#2117
sebaszm wants to merge 7 commits into
R4_4from
development/adjust-to-tools-update

Conversation

@sebaszm
Copy link
Copy Markdown
Contributor

@sebaszm sebaszm commented May 8, 2026

No description provided.

@sebaszm sebaszm requested review from MFransen69 and VeithMetro May 8, 2026 13:08
Comment thread Source/core/Services.h
mutable uint32_t _referenceCount;
};

template <typename TYPE>
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.

Haha, that is much smarter then adjusting all code :)

Comment thread Source/plugins/JSONRPC.h
}
Destination& operator=(const Destination& copy)
{
if (_callback != nullptr) {
Copy link
Copy Markdown
Contributor

@MFransen69 MFransen69 May 8, 2026

Choose a reason for hiding this comment

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

Not a big issue (and it is a backport anyway but 'officialy' here a check should be done against self assignment, that would (possibly) fail because of the Release. And same for the move above of course

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