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

Introduce abstractions over IModFile #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marchermans
Copy link
Contributor

The introduced interfaces will be used in conjuction with the JiJ infrastructure to provide a better handling of the loading stages inside of forge it self.

Each added interface, more or less, represents a loading stage inside of forge and is used to handle it there in particularly. Up untill this PR loading infrastructure needed a harddep on either forge or fmlloader to gain access to classes like ModFile which was required since casts where performed in between to gain access to isolated data which was only available inside of ModFile with this PR in place we one step closer to a more isolated loading process.

@cpw
Copy link
Contributor

cpw commented Jun 14, 2022

As discussed on discord I think this approach is excessive and seriously complicates what are supposed to be pretty simple data holding objects..

@cpw cpw self-requested a review June 14, 2022 23:04
Copy link
Contributor

@cpw cpw left a comment

Choose a reason for hiding this comment

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

There's a better way than this giant decomposition. I'd like to discuss on discord.

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.

2 participants