-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make PackageCompiler compulsory; use FunctionTestData throughout; bui…
…ld special exception into Runtime; remove some options from create_local_image; add build_at_path parameter for better debugging
- Loading branch information
1 parent
a950af7
commit e878166
Showing
20 changed files
with
586 additions
and
640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Jot" | ||
uuid = "1043c0aa-ccf1-46a7-999a-bd3d0ee21baa" | ||
authors = ["Chris Harris <[email protected]> and contributors"] | ||
version = "0.1.0" | ||
version = "0.5.0" | ||
|
||
[deps] | ||
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" | ||
|
@@ -26,7 +26,7 @@ PackageCompiler = "2" | |
Parameters = "0.12" | ||
PrettyTables = "1" | ||
StructTypes = "1" | ||
julia = "1.3" | ||
julia = "1.7" | ||
|
||
[extras] | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
|
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,5 +1,6 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Jot = "1043c0aa-ccf1-46a7-999a-bd3d0ee21baa" | ||
|
||
[compat] | ||
Documenter = "0.27" |
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 |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# Types | ||
|
||
```@docs | ||
AbstractResponder | ||
AWSConfig | ||
Container | ||
FunctionTestData | ||
InvocationTimeBreakdown | ||
LambdaFunction | ||
LambdaFunctionInvocationLog | ||
LocalImage | ||
LocalPackageResponder | ||
Responder | ||
LogEvent | ||
RemoteImage | ||
``` |
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 @@ | ||
/nix/store/s859cbq2airmc7k0sca13bnmx39ccp12-helix-23.03 |
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
Oops, something went wrong.