Skip to content

Fix ordering of startup tasks so psEditor is defined before profiles are loaded #1782

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

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

andyleejordan
Copy link
Member

The thing is, RequiresForeground necessarily implies an execution
priority of Next. So instead we set that priority explicitly for
psEditor and mark none of the startup tasks as requiring foreground,
because they're all started before we enter the REPL where that matters.

…s are loaded

The thing is, `RequiresForeground` necessarily implies an execution
priority of `Next`. So instead we set that priority explicitly for
`psEditor` and mark none of the startup tasks as requiring foreground,
because they're all started before we enter the REPL where that matters.
@andyleejordan andyleejordan requested a review from a team April 28, 2022 19:48
@andyleejordan
Copy link
Member Author

Replaces #1780.

Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andyleejordan andyleejordan enabled auto-merge (squash) April 28, 2022 20:18
@andyleejordan andyleejordan merged commit c93494b into master Apr 28, 2022
@andyleejordan andyleejordan deleted the andschwa/psEditorFirst branch April 28, 2022 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants