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

Refactor dispatching to be handled inside application #112

Merged
merged 5 commits into from
May 18, 2024

Conversation

thekid
Copy link
Member

@thekid thekid commented Apr 21, 2024

This pull request simplifies the handling of internal redirects, called dispatches:

  • Now handled inside Application::service() instead of needing the Routing::$top boolean
  • Removes the Dispatch class
  • No longer uses a mix of return and yield but yields dispatches with the dispatch key.

@thekid thekid merged commit f460e00 into master May 18, 2024
20 checks passed
@thekid thekid deleted the refactor/dispatch-to-app branch May 18, 2024 06:06
thekid added a commit that referenced this pull request May 18, 2024
@thekid thekid mentioned this pull request May 18, 2024
@thekid
Copy link
Member Author

thekid commented May 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant