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

#2734 keep the initial order of listeners #2737

Merged
merged 3 commits into from Mar 16, 2022
Merged

#2734 keep the initial order of listeners #2737

merged 3 commits into from Mar 16, 2022

Commits on Mar 13, 2022

  1. #2734 keep the initial order of listeners

    We need to run listeners at the same order in which they were declared in @listeners({First.class, Second.class, Third.class})
    asolntsev committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    0c9a237 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. #2734 fix tests

    asolntsev committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    04b4ef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. #2734 remove ununsed import

    asolntsev committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    f437fb4 View commit details
    Browse the repository at this point in the history