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

Hotfix/generator manager #3

Merged
merged 16 commits into from
Aug 24, 2020
Merged

Hotfix/generator manager #3

merged 16 commits into from
Aug 24, 2020

Conversation

SushiRoll53
Copy link
Collaborator

Generator was not generating variables, constructor nor dependencies.
First cause was the fact that generator had multiple managers, so whenever a variable, constructor or dependency were added to the manager, was getting lost. In other words, the manager helping writing the files was not the same manager receiving the fields.
This PR removed the unnecessary managers, helped plugins to be more easy to understand, & cleaned the code a bit.

@SushiRoll53 SushiRoll53 self-assigned this Aug 21, 2020
@xm94 xm94 requested a review from Ihuds577 August 23, 2020 00:39
Copy link
Contributor

@Ihuds577 Ihuds577 left a comment

Choose a reason for hiding this comment

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

See comments in code.

Copy link
Contributor

@Ihuds577 Ihuds577 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@x64Eddie x64Eddie added the enhancement New feature or request label Aug 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants