Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Feedback for “Launching the Game”: Misleading Claims about Hotswapping #55

Closed
Dragon-Seeker opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
Bug/Inconsistency There is an issue with the wiki.

Comments

@Dragon-Seeker
Copy link

  • Mixin Hot Swapping: Such a claim is very misleading as you can use the sponge-mixin jar as a Java agent to hot-swap code within a mixin class.
  • Lambda Functions: You can not hot-swap lamdas if the method parameters change in any way. Changing the variables from the outside scope that the lambdas reference will cause the lambda to change its signature, making it a new method entirely.
@IMB11
Copy link
Member

IMB11 commented Jul 22, 2023

Ah, I'll get this fixed asap.

@IMB11 IMB11 added the Bug/Inconsistency There is an issue with the wiki. label Jul 22, 2023
@IMB11 IMB11 self-assigned this Jul 22, 2023
@IMB11 IMB11 closed this as completed in 72d913c Jul 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug/Inconsistency There is an issue with the wiki.
Projects
None yet
Development

No branches or pull requests

2 participants