-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen: add some type aliases so that the domain-specific code can a…
…void referencing the `overflow` namespace (#275) * codegen: add some type aliases so that the domain-specific code can avoid referencing the `overflow` namespace equivalent of joernio/flatgraph#217 * DiffGraphBuilder doesn't need a type alias for odb already defined as subclass * adapt tests
- Loading branch information
1 parent
0b2fa88
commit dae4872
Showing
16 changed files
with
49 additions
and
3 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
2 changes: 2 additions & 0 deletions
2
...src/main/scala/CodegenForAllSchemas.scala → ...tegrationtests/CodegenForAllSchemas.scala
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package overflowdb.integrationtests | ||
|
||
import overflowdb.codegen.CodeGen | ||
|
||
import java.io.File | ||
|
2 changes: 2 additions & 0 deletions
2
...s/schemas/src/main/scala/TestSchema.scala → ...rflowdb/integrationtests/TestSchema.scala
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package overflowdb.integrationtests | ||
|
||
import overflowdb.schema.SchemaBuilder | ||
|
||
trait TestSchema { | ||
|
2 changes: 2 additions & 0 deletions
2
...schemas/src/main/scala/TestSchema01.scala → ...lowdb/integrationtests/TestSchema01.scala
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package overflowdb.integrationtests | ||
|
||
import overflowdb.schema.Property.ValueType | ||
import overflowdb.schema._ | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
...schemas/src/main/scala/TestSchema02.scala → ...lowdb/integrationtests/TestSchema02.scala
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package overflowdb.integrationtests | ||
|
||
import overflowdb.schema.Property.ValueType | ||
import overflowdb.schema._ | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
...schemas/src/main/scala/TestSchema03.scala → ...lowdb/integrationtests/TestSchema03.scala
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
2 changes: 2 additions & 0 deletions
2
...schemas/src/main/scala/TestSchema04.scala → ...lowdb/integrationtests/TestSchema04.scala
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
2 changes: 2 additions & 0 deletions
2
...schemas/src/main/scala/TestSchema05.scala → ...lowdb/integrationtests/TestSchema05.scala
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
2 changes: 2 additions & 0 deletions
2
...schemas/src/main/scala/TestSchema06.scala → ...lowdb/integrationtests/TestSchema06.scala
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package overflowdb.integrationtests | ||
|
||
import overflowdb.schema.Property.ValueType | ||
import overflowdb.schema._ | ||
|
||
|
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