-
Notifications
You must be signed in to change notification settings - Fork 311
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
Support gen nodes and gensteps #2024
Conversation
This pull request was exported from Phabricator. Differential Revision: D51120002 |
Summary: Support both steps and nodes at the generation strategy level This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (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 (7) remove conditionals for legacy usecase Differential Revision: D51120002
3e0f8a8
to
59a7002
Compare
This pull request was exported from Phabricator. Differential Revision: D51120002 |
Summary: Support both steps and nodes at the generation strategy level This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (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 (7) remove conditionals for legacy usecase Differential Revision: D51120002
59a7002
to
6dd77c8
Compare
This pull request was exported from Phabricator. Differential Revision: D51120002 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2024 +/- ##
==========================================
+ Coverage 94.52% 94.61% +0.08%
==========================================
Files 460 460
Lines 44638 44830 +192
==========================================
+ Hits 42195 42414 +219
+ Misses 2443 2416 -27 ☔ View full report in Codecov by Sentry. |
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Differential Revision: D51120002
6dd77c8
to
3fbf33b
Compare
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Differential Revision: D51120002
This pull request was exported from Phabricator. Differential Revision: D51120002 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D51120002 |
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
3fbf33b
to
854362a
Compare
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
854362a
to
279d3b1
Compare
This pull request was exported from Phabricator. Differential Revision: D51120002 |
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
… default to GenerationNodes (facebook#2024) Summary: This diff does the following: Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff! upcoming: (0) Add decorator for functions that are only supported in steps (1) update the storage to include nodes independently (and not just as part of step) (2) delete now unused GenStep functions (3) final pass on all the doc strings and variables -- lots to clean up here (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 (7) remove conditionals for legacy usecase (8) clean up any lingering todos Reviewed By: lena-kashtelyan Differential Revision: D51120002
279d3b1
to
013dd90
Compare
This pull request was exported from Phabricator. Differential Revision: D51120002 |
This pull request has been merged in e1d7b44. |
Summary:
Support both steps and nodes at the generation strategy level
This diff does the following:
Supports GenerationNodes at the level of GenerationStrategy. This is the big hurrah diff!
upcoming:
(1) update the storage to include nodes independently (and not just as part of step)
(2) delete now unused GenStep functions
(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
(7) remove conditionals for legacy usecase
Differential Revision: D51120002