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

Fix SeaTreader_SetNextPathPoint not emitting metadata changes #2290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dartasen
Copy link
Member

@dartasen dartasen commented Mar 3, 2025

Since some internal metadata of the SeaTreader are modified inside the method, we should extract and send metadata changes after this method is called

image

@dartasen dartasen requested a review from tornac1234 March 3, 2025 11:31
@dartasen dartasen added this to the 1.8 milestone Mar 3, 2025
Copy link
Collaborator

@Coding-Hen Coding-Hen left a comment

Choose a reason for hiding this comment

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

LGTM

@tornac1234
Copy link
Collaborator

tornac1234 commented Mar 3, 2025

Modification looks good, are there any IG tests clearly showcasing the improvement ?

@Jannify
Copy link
Member

Jannify commented Mar 4, 2025

Should this method be suppressed if it does not have any lock or does this not matter?

@killzoms
Copy link
Collaborator

killzoms commented Mar 5, 2025

Should this method be suppressed if it does not have any lock or does this not matter?

This is possible to pull off via 2 methods, our current suppression logic or some reflection shenanigans that targets all uses of that method and replaces them with a nop instruction or just removes it entirely, whichever is easiest

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.

5 participants