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

Pass target location through System::run. #14

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Commits on Feb 13, 2024

  1. Pass target location through System::run.

    Prior to this change, receivers used the event's declared target entity
    to fetch their query data. This is unsound because the event's target
    could be changed via mutable receivers. Bad implementations of `Event`
    were also possible.
    rj00a committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a8d5911 View commit details
    Browse the repository at this point in the history