-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Change schedule context to use DualStateContextResourcesContainer #16001
Closed
schrockn
wants to merge
10
commits into
cleanup-dual-state-context-7
from
cleanup-dual-state-context-8
Closed
Change schedule context to use DualStateContextResourcesContainer #16001
schrockn
wants to merge
10
commits into
cleanup-dual-state-context-7
from
cleanup-dual-state-context-8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 21, 2023
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
This was referenced Aug 21, 2023
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
August 21, 2023 23:55
eec894b
to
627213e
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
August 21, 2023 23:55
c30f584
to
6585362
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
August 22, 2023 00:30
627213e
to
f1c9d40
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
August 22, 2023 00:30
6585362
to
1fca729
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
August 22, 2023 12:28
f1c9d40
to
db2725f
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
2 times, most recently
from
August 22, 2023 12:53
a6fb7b4
to
c447fdc
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
August 24, 2023 11:21
0cced75
to
d229be1
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
August 24, 2023 11:21
ec28fe0
to
eb78d2a
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
August 24, 2023 12:06
d229be1
to
f34e0e5
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
August 24, 2023 12:06
eb78d2a
to
1065a2a
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
August 28, 2023 17:52
f34e0e5
to
29c4385
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
August 28, 2023 17:52
81ad682
to
a4cb91c
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
September 1, 2023 20:12
29c4385
to
bed3ec1
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
September 1, 2023 20:12
a4cb91c
to
94fa794
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
September 6, 2023 11:16
bed3ec1
to
7b8b611
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
September 6, 2023 11:16
94fa794
to
5e7752f
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
September 15, 2023 14:07
7b8b611
to
eb6b06d
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
September 15, 2023 14:07
5e7752f
to
a147dcd
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-7
branch
from
September 19, 2023 10:59
eb6b06d
to
8883d37
Compare
schrockn
force-pushed
the
cleanup-dual-state-context-8
branch
from
September 19, 2023 10:59
a147dcd
to
5a60a79
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
Change Schedule context to use DualStateContextResourcesContainer
This also changes DualStateContextResourcesContainer to defer construction of
resources to the accessor to match the behavior in contexts used in the daemon
How I Tested These Changes
BK