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

Cleanup Marker and Loader generated code #94

Open
Laupetin opened this issue Jan 22, 2024 · 0 comments
Open

Cleanup Marker and Loader generated code #94

Laupetin opened this issue Jan 22, 2024 · 0 comments
Labels
refactor Refactors an existing feature or system

Comments

@Laupetin
Copy link
Owner

After the separation of concerns of loading and marking assets the generated code of both now may contain unused or empty methods.
To clean them up it must be ensured that:

  • The loader only considers structs that are not leafs
  • Scriptstrings no longer make a struct not be considered a leaf
  • The marker only considers structs that are required for marking
@Laupetin Laupetin added the enhancement New feature or request label Jan 22, 2024
@Laupetin Laupetin added refactor Refactors an existing feature or system and removed enhancement New feature or request labels Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactors an existing feature or system
Projects
None yet
Development

No branches or pull requests

1 participant