Skip to content

Conversation

@1nf0rmagician
Copy link
Member

@1nf0rmagician 1nf0rmagician commented Jan 5, 2026

Summary

  • Runs branches of the module tree in parallel
  • Awaits calls to module start and initialize methods
  • Does not put work for module starts on seperate thread
  • Removes unreliable timing issues in tests

TODO:

  • Even though the code compiles and all tests run, executing the StartProject runs into a Deadlock
  • The code and even the tests expect the initialize method to be called twice; which does not make sense...

- Runs brnaches of the module tree in parallel
- Awaits calls to module start and initialize methods
- Does not put work for module starts on seperate thread
- Removes unreliable timing issues in tests

TODO:
- Even though the code compiles and all tests run, executing the StartProject runs into a Deadlock
- The code and even the tests expect the initialize method to be called twice; which does not make sense...
@1nf0rmagician 1nf0rmagician added the bug Something isn't working label Jan 5, 2026
@1nf0rmagician 1nf0rmagician self-assigned this Jan 5, 2026
@1nf0rmagician 1nf0rmagician added this to the Framework 10.x milestone Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants