Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 11, 2024
1 parent b5470e5 commit 5184e02
Show file tree
Hide file tree
Showing 91 changed files with 14,265 additions and 12,677 deletions.
4 changes: 2 additions & 2 deletions .fleet/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"backend.maxHeapSizeMb": 2048
}
"backend.maxHeapSizeMb": 2048
}
120 changes: 60 additions & 60 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'llrt'",
"cargo": {
"args": ["build"],
"filter": {
"name": "llrt",
"kind": "bin"
}
},
"env": {
"AWS_LAMBDA_FUNCTION_NAME": "n/a",
"AWS_LAMBDA_FUNCTION_MEMORY_SIZE": "1",
"AWS_LAMBDA_FUNCTION_VERSION": "1",
"_AWS_LAMBDA_RUNTIME_API": "http://localhost:3000",
"_EXIT_LOOP": "1",
"RUST_LOG": "llrt=trace,hyper::http=trace",
//"_HANDLER": "index.handler",
"ISENGARD_PRODUCTION_ACCOUNT": "false",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": ""
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug tests 'llrt'",
"cargo": {
"args": ["build"],
"filter": {
"name": "llrt",
"kind": "bin"
}
},
"env": {
"AWS_LAMBDA_FUNCTION_NAME": "n/a",
"AWS_LAMBDA_FUNCTION_MEMORY_SIZE": "1",
"AWS_LAMBDA_FUNCTION_VERSION": "1",
"_AWS_LAMBDA_RUNTIME_API": "http://localhost:3000",
"_EXIT_LOOP": "1",
"RUST_LOG": "llrt=trace,hyper::http=trace",
//"_HANDLER": "index.handler",
"ISENGARD_PRODUCTION_ACCOUNT": "false",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": ""
},
"args": ["test","-d","bundle"],
"cwd": "${workspaceFolder}"
}
]
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'llrt'",
"cargo": {
"args": ["build"],
"filter": {
"name": "llrt",
"kind": "bin"
}
},
"env": {
"AWS_LAMBDA_FUNCTION_NAME": "n/a",
"AWS_LAMBDA_FUNCTION_MEMORY_SIZE": "1",
"AWS_LAMBDA_FUNCTION_VERSION": "1",
"_AWS_LAMBDA_RUNTIME_API": "http://localhost:3000",
"_EXIT_LOOP": "1",
"RUST_LOG": "llrt=trace,hyper::http=trace",
//"_HANDLER": "index.handler",
"ISENGARD_PRODUCTION_ACCOUNT": "false",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": ""
},
"args": [],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "launch",
"name": "Debug tests 'llrt'",
"cargo": {
"args": ["build"],
"filter": {
"name": "llrt",
"kind": "bin"
}
},
"env": {
"AWS_LAMBDA_FUNCTION_NAME": "n/a",
"AWS_LAMBDA_FUNCTION_MEMORY_SIZE": "1",
"AWS_LAMBDA_FUNCTION_VERSION": "1",
"_AWS_LAMBDA_RUNTIME_API": "http://localhost:3000",
"_EXIT_LOOP": "1",
"RUST_LOG": "llrt=trace,hyper::http=trace",
//"_HANDLER": "index.handler",
"ISENGARD_PRODUCTION_ACCOUNT": "false",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": ""
},
"args": ["test", "-d", "bundle"],
"cwd": "${workspaceFolder}"
}
]
}
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cSpell.words": ["Abortable", "rquickjs","LLRT","llrt"],
"cmake.configureOnOpen": false,
"rust-analyzer.showUnlinkedFileNotification": false
"cSpell.words": ["Abortable", "rquickjs", "LLRT", "llrt"],
"cmake.configureOnOpen": false,
"rust-analyzer.showUnlinkedFileNotification": false
}
Loading

0 comments on commit 5184e02

Please sign in to comment.