Patch ERFoundation to include src/main/woresources for Model resource… - #1039
Merged
hugithordarson merged 1 commit intoMay 29, 2026
Conversation
… type Patches NSMavenProjectBundle.relativePathForResourceType via ASM so the NSResourceType.Model branch also adds "src/main/woresources", mirroring the existing D2WModel branch. Bumps ERFoundation to 1.2.
Member
|
I should give you a tour of the new NSBundle sometime. It's way better. I still have a few things I want to improve about it, but the ERFoundation jar is going away in Wonder8... soon. |
Member
Author
|
I'd love that. In the meantime, see anything wrong with merging this one? |
Member
|
Nope, seems fine. Anyone can override the version back down in their own pom if they have an issue with it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patches
NSMavenProjectBundle.relativePathForResourceTypevia ASM so theNSResourceType.Modelbranch also checks forsrc/main/woresources(mirroring the existing D2WModel branch).Bumps ERFoundation to 1.2, which is already deployed, containing the change.
The full source for the ASM patch (as written by Claude Code, since I won't touch ASM, but I've verified the results. Only NSMavenProjectBundle.class is modified, and decompiles to the proper looking class. Everything else is the same).
Closes #1034