Dima
Dima
We have integration tests in aqua that go through 3-4 nodes. And it often hangs. If it hangs once, it will hang some long time later. I often use a...
Every compilation takes 3-5 seconds. This happens because the parser takes a long time to initialize. It's good to be able to start a background process with an initialized parser...
`aqua run -f "deployScheduled(someArg, nil)"` ... Must be possible to pass `nil` to optional arguments
Make this `aqua run -f "Script.add(air, 1000)"...` works without `--input` flags
We need to add tests that files for all targets created with the right names and extensions.
We now only have tests for the typescript. We need to check if air works fine too.
This will allow degradations to be found before the library is published. We need to create a big aqua project using all sorts of features for this.
Write and call aqua code in an interactive way, like in scala repl or chrome console
Generate it like `FuncNameFuncRes` when type is a result of a function and `FuncNameFuncArgArgName` when it is an argument. `ServiceNameSrvRes` when it is result from a service and `ServiceNameSrvArgArgName` or...