-
Notifications
You must be signed in to change notification settings - Fork 322
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
Use transition_to to move GS forward #1986
Conversation
This pull request was exported from Phabricator. Differential Revision: D51264471 |
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Differential Revision: D51264471
acece6c
to
f953a75
Compare
This pull request was exported from Phabricator. Differential Revision: D51264471 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1986 +/- ##
==========================================
+ Coverage 94.52% 94.53% +0.01%
==========================================
Files 460 460
Lines 44301 44311 +10
==========================================
+ Hits 41874 41890 +16
+ Misses 2427 2421 -6 ☔ View full report in Codecov by Sentry. |
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Differential Revision: D51264471
f953a75
to
71b0464
Compare
This pull request was exported from Phabricator. Differential Revision: D51264471 |
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Differential Revision: D51264471
71b0464
to
b3fc59f
Compare
This pull request was exported from Phabricator. Differential Revision: D51264471 |
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
b3fc59f
to
fd59070
Compare
This pull request was exported from Phabricator. Differential Revision: D51264471 |
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
fd59070
to
7049196
Compare
This pull request was exported from Phabricator. Differential Revision: D51264471 |
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
Summary: This diff does the following: (0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node upcoming: (0) remove need for all genstep functions -- generator run limit, etc (1) delete functions from GenStep that aren't needed anymore (2) update the storage to include nodes independently (and not just as part of step) (3) final pass on all the doc strings (4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode (5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed (6) rename transiton criterion to action criterion Reviewed By: lena-kashtelyan Differential Revision: D51264471
This pull request has been merged in f8560e8. |
Summary:
This diff does the following:
(0) actually uses should_transition_to_next at GenerationStrategy level & use transition_to argument to determine the next node
upcoming:
(0) remove need for all genstep functions -- generator run limit, etc
(1) delete functions from GenStep that aren't needed anymore
(2) update the storage to include nodes independently (and not just as part of step)
(3) final pass on all the doc strings
(4) add transition criterion to the repr string + some of the other fields that havent made it yet on GeneratinoNode
(5) Do a final pass of the generationStrategy/GenerationNode files to see what else can be migrated/condensed
(6) rename transiton criterion to action criterion
Differential Revision: D51264471