Dima

Results 20 issues of 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...

recent

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...

enhancement
cli
performance

`aqua run -f "deployScheduled(someArg, nil)"` ... Must be possible to pass `nil` to optional arguments

bug
cli

Make this `aqua run -f "Script.add(air, 1000)"...` works without `--input` flags

enhancement
cli

We need to add tests that files for all targets created with the right names and extensions.

tests

We now only have tests for the typescript. We need to check if air works fine too.

tests

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.

tests
performance

Write and call aqua code in an interactive way, like in scala repl or chrome console

enhancement
cli

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...

enhancement