forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
84005: dev,genbzl: add more dev generate subcommands r=ajwerner a=ajwerner This adds a dev generate subcommand for optgen, execgen, and schemachanger. Release note: None Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
7 changed files
with
86 additions
and
31 deletions.
There are no files selected for viewing
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 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by genbzl | ||
|
||
SCHEMACHANGER_SRCS = [ | ||
"//pkg/sql/schemachanger/rel/internal/comparetest:testattr_string.go", | ||
"//pkg/sql/schemachanger/rel/internal/cyclegraphtest:testattr_string.go", | ||
"//pkg/sql/schemachanger/rel/internal/entitynodetest:testattr_string.go", | ||
"//pkg/sql/schemachanger/rel:systemattribute_string.go", | ||
"//pkg/sql/schemachanger/scexec:mocks_generated_test.go", | ||
"//pkg/sql/schemachanger/scop:backfill_visitor_generated.go", | ||
"//pkg/sql/schemachanger/scop:mutation_visitor_generated.go", | ||
"//pkg/sql/schemachanger/scop:phase_string.go", | ||
"//pkg/sql/schemachanger/scop:type_string.go", | ||
"//pkg/sql/schemachanger/scop:validation_visitor_generated.go", | ||
"//pkg/sql/schemachanger/scpb:elements_generated.go", | ||
"//pkg/sql/schemachanger/scpb:uml/table.puml", | ||
"//pkg/sql/schemachanger/scplan/internal/scgraph:depedgekind_string.go", | ||
"//pkg/sql/schemachanger/screl:attr_string.go", | ||
] |