-
-
Couldn't load subscription status.
- Fork 4.2k
Auto insert sync points #9822
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
Auto insert sync points #9822
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
721afe5
add has deferred meta data
hymm fe68418
insert some nodes
hymm 806823f
calculate distances
hymm bdadc22
temp commit
hymm 3ab7b91
replace temp nodes
hymm 5eb4abf
it seems to work
hymm 2f60752
cleanup logic a little
hymm ea3d9c4
clippy
hymm 3b42a72
remove manual flushes from bevy
hymm 2ba9058
add no_sync_after api
hymm 4542579
add ability to disable auto syncs for a schedule
hymm be6a569
ignore ambiguities on auto sync points
hymm 05e0d47
fix rebase from main
hymm 391d02b
move config to GraphInfo
hymm b55216c
refactor to remove need for temp node
hymm b5aacd0
fix rendering
hymm 5730f98
fix ci
hymm 8783f41
add no sync edges
hymm 22bba46
remove no_sync_after
hymm 979ab70
rename no_sync -> ignore_deferred
hymm b50fb31
clean up sync point language
hymm e63b7df
move edge data into it's own structure to avoid copying
hymm 5f10323
link back to corresponding apis
hymm 0175525
add chain_ignore_deferred
hymm 7e643c8
fix ci errors
hymm a5376d9
clean up before/after docs
hymm f823887
modify test to test rebuild (fails currently)
hymm c203065
cache auto sync points
hymm d88b7c1
fix doc
hymm 437030c
cleanup
hymm 22230c4
Merge remote-tracking branch 'upstream/main' into auto-sync-points
hymm 8c1dc39
Merge remote-tracking branch 'upstream/main' into auto-sync-points
hymm 631f9ac
fix issues from merge with main
hymm d50f254
Merge remote-tracking branch 'upstream/main' into auto-sync-points
hymm 86f28db
delete some paths that came back from the merge
hymm 3be88ed
Apply suggestions from code review
hymm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "runs after"