Skip to content

Commit e93ced8

Browse files
Add a generic dependency graph to smithy-utils
This adds a generic dependency graph to smithy-utils. This is intended to be used to sort SmithyIntegrations, SmithyBuildPlugins, and anything else that needs a topological sort.
1 parent 8ab8639 commit e93ced8

File tree

4 files changed

+699
-0
lines changed

4 files changed

+699
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"description": "Add a generic dependency graph to smithy-utils to be used for sorting various dependent objects, such as integrations and plugins.",
4+
"pull_requests": []
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package software.amazon.smithy.codegen.core.jmh;
2+
3+
public class SmithyIntegrations {
4+
}

0 commit comments

Comments
 (0)