-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make a monomorphic and monofunctorial distage-example variants (#447)
* convert Ladder part to monomorphic style * convert the rest of the service to monomorphic style * move monofuntctor example into separate directory * move bifunctor example into separate directory * add monomorphic example in separate directory * remake tests for monomorphic example * widen CI jobs * few changes to Readme * fix comments from PR review and remove Either * move graal configs to separate sbt module * separate CI graal build step into three independent ones and rename graal-configs -> graal-resources * check only bifunctor variant in GraalVM step in CI
- Loading branch information
Showing
79 changed files
with
2,256 additions
and
79 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions
13
distage-example-monofunctor-tf/src/main/resources/common-reference.conf
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,13 @@ | ||
postgres { | ||
jdbcDriver = "org.postgresql.Driver" | ||
url = "jdbc:postgresql://{host}:{port}/postgres" | ||
user = "postgres" | ||
password = "postgres" | ||
host = "localhost" | ||
port = 5432 | ||
} | ||
|
||
logger { | ||
levels = {} | ||
json = false | ||
} |
Oops, something went wrong.