fluencebot
|
45c44b3046
|
chore(main): release aqua 0.11.4 (#743)
|
2023-06-13 14:08:12 +03:00 |
|
InversionSpaces
|
c5534a964c
|
fix(compiler): Fix closure call compilation [fixes LNG-193] (#741)
|
2023-06-13 12:56:17 +03:00 |
|
Dima
|
8c2240d3b1
|
fix(aqua-api): Compilation to js/ts for file without exports [LNG-196] (#744)
|
2023-06-13 11:04:50 +02:00 |
|
InversionSpaces
|
e9c004452e
|
feat(tracing): Introduce function calls tracing [fixes LNG-169] (#732)
* Introduced MetaModel.CallArrowModel
* Fixed ArrowInlinerSpec
* Implemented trace calls injection
* Propagate TracingConfig
* Add tracing flag to js api
* Use detach instead of xor
* Write tests
* ScalarType -> LiteralType
* Add tests
* Fix after rebase
* Fixed tests
* Add tests
* Remove debug prints
* Clean up and add comments
* Fix issues
* Add tracing flag to js api
* Rename liftString -> quote
* Change literal type
* Use CallServiceModel constructor
* Fix js args
* Fixed tests
* Add tracing option to cli
|
2023-06-12 15:28:27 +02:00 |
|
fluencebot
|
e2f67b3c0f
|
chore(main): release aqua 0.11.3 (#737)
* chore(main): release aqua 0.11.3
* chore: Bump aqua version to 0.11.3
|
2023-06-09 13:43:20 +02:00 |
|
Dima
|
5f5fc494b6
|
fix(aqua-api): Add default constants to Aqua API [LNG-194] (#738)
|
2023-06-09 10:59:41 +00:00 |
|
InversionSpaces
|
62b16426de
|
feat(devcontainer): Add js-client to devcontainer (#736)
Add js-client to devcontainer
|
2023-06-09 08:44:54 +00:00 |
|
fluencebot
|
7410765606
|
chore(main): release aqua 0.11.2 (#734)
|
2023-06-07 16:05:10 +03:00 |
|
Dima
|
0b66aa96ec
|
feat(aqua-api): return JS and TS sources from API [LNG-164] (#730)
|
2023-06-07 14:07:14 +02:00 |
|
Dima
|
21cb3937ac
|
fix(language-server): Go-to definition for path in use expression [LNG-187] (#733)
add tokens for `use` and `use-from` expressions to language server
|
2023-06-06 14:40:26 -06:00 |
|
renovate[bot]
|
da0821d9d5
|
chore(deps): update dependency typescript to v5.1.3 (#729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-06-05 15:15:49 +03:00 |
|
renovate[bot]
|
f9112851b4
|
chore(deps): update dependency sbt/sbt to v1.9.0 (#728)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-06-05 15:00:03 +03:00 |
|
fluencebot
|
266a5e0949
|
chore(main): release aqua 0.11.1 (#725)
|
2023-06-01 16:59:48 +00:00 |
|
Dima
|
ddb758cee0
|
fix(inline): Nullable value in a nested struct [LNG-160] (#724)
Co-authored-by: InversionSpaces <InversionSpaces@vivaldi.net>
|
2023-06-01 15:54:19 +00:00 |
|
InversionSpaces
|
82f25dd993
|
refactor: Refactor Transform , add comments (#723)
Refactored transform, added comments
|
2023-06-01 13:16:51 +00:00 |
|
InversionSpaces
|
df19ec6734
|
refactor(js): NPM modules resolution (#722)
Refactored NPM modules resolution
|
2023-05-31 12:00:13 +02:00 |
|
fluencebot
|
19c4e509a8
|
chore(main): release aqua 0.11.0 (#713)
|
2023-05-29 16:31:42 +03:00 |
|
Aleksey Proshutisnkiy
|
d393b71891
|
feat: use new blueprint (#708)
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-05-29 12:29:54 +00:00 |
|
InversionSpaces
|
ae2a433185
|
feat(parser): Strict indentation [fixes LNG-135] (#714)
* Implemented indentation consistency checking
* Added comments
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-05-29 12:17:08 +00:00 |
|
renovate[bot]
|
32430f445d
|
chore(deps): update dependency org.scalatest:scalatest to v3.2.16 (#718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-05-28 10:58:27 +03:00 |
|
renovate[bot]
|
7e9bc26374
|
chore(deps): update dependency scala to v3.3.0 (#720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-05-27 13:03:54 +03:00 |
|
InversionSpaces
|
3d432e6421
|
refactor(compiler-api): Use syntax extensions, rewrite folds (#717)
|
2023-05-27 12:34:37 +03:00 |
|
InversionSpaces
|
fe8a3fa8cd
|
refactor(parser): Use syntax extensions for readability (#716)
Used syntax extensions
|
2023-05-18 11:08:11 +00:00 |
|
Dima
|
e4205dfbbf
|
feat!: add name scopes to if/else/try blocks (#715)
|
2023-05-17 17:10:18 +03:00 |
|
renovate[bot]
|
94503218cf
|
chore(deps): update dependency co.fs2:fs2-io to v3.7.0 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-05-17 16:52:04 +03:00 |
|
InversionSpaces
|
9539c81236
|
feat(devcontainer): Add devcontainer spec [fixes LNG-148] (#712)
Added devcontainer spec
|
2023-05-16 11:52:06 -06:00 |
|
InversionSpaces
|
3af28d5e53
|
refactor(LNG-147): Rewrite list to tree conversion tail recusive (#711)
* Implemented ListToTreeConverter
|
2023-05-16 10:17:30 +00:00 |
|
renovate[bot]
|
440899f6c6
|
chore(deps): update dependency sbt/sbt to v1.8.3 (#709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-05-16 12:47:00 +03:00 |
|
fluencebot
|
2367f29ee8
|
chore(main): release aqua 0.10.6 (#700)
|
2023-05-03 18:04:52 +03:00 |
|
Dima
|
670e779ba0
|
refactor: fix: LNG-143 LNG-144 definitions and locations algebras (#705)
|
2023-05-03 16:24:19 +03:00 |
|
renovate[bot]
|
fe889c9e00
|
chore(deps): update dependency org.portable-scala:sbt-scalajs-crossproject to v1.3.1 (#702)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-05-02 14:02:41 +03:00 |
|
renovate[bot]
|
5eef3de5c3
|
chore(deps): update dependency org.typelevel:cats-effect to v3.6-1f95fd7 (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-05-02 13:42:03 +03:00 |
|
Dima
|
dac8fb5774
|
refactor: Move LSP logic to LSP package (#701)
|
2023-04-20 13:01:47 +03:00 |
|
Dima
|
5f00b1ea8d
|
fix: ParRes with no children converted to Null log (#699)
|
2023-04-19 12:14:46 +03:00 |
|
fluencebot
|
667ea300f0
|
chore(main): release aqua 0.10.5 (#695)
* chore(main): release aqua 0.10.5
* chore: Bump aqua version to 0.10.5
|
2023-04-18 11:45:18 +03:00 |
|
renovate[bot]
|
c4144bad9c
|
fix(deps): update dependency @fluencelabs/aqua-api to v0.10.4 (#671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-17 12:55:21 +03:00 |
|
renovate[bot]
|
e40380112f
|
chore(deps): update dependency org.scala-js:sbt-scalajs to v1.13.1 (#696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-17 10:43:33 +03:00 |
|
Anatolios Laskaris
|
10f9cc5302
|
chore: Run sbt tests (#697)
Fix?
|
2023-04-15 11:28:57 +03:00 |
|
Dima
|
8fa979cd33
|
feat: Return arrows from functions (#693)
|
2023-04-14 16:28:17 +03:00 |
|
fluencebot
|
a3c1b0ed31
|
chore(main): release aqua 0.10.4 (#682)
* chore(main): release aqua 0.10.4
* chore: Bump aqua version to 0.10.4
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-04-11 02:17:47 +07:00 |
|
renovate[bot]
|
6e190e9649
|
chore(deps): update dependency typescript to v5 (#686)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-10 20:20:51 +03:00 |
|
renovate[bot]
|
2a63731ad4
|
chore(deps): update dependency org.portable-scala:sbt-scalajs-crossproject to v1.3.0 (#692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-10 20:07:01 +03:00 |
|
renovate[bot]
|
f2713a4ab1
|
fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-10 19:47:33 +03:00 |
|
Anatolios Laskaris
|
70298479ae
|
chore: Update e2e (#691)
* Update e2e
* Fix
|
2023-04-05 15:28:51 +03:00 |
|
Dima
|
2394a9b875
|
fix: Check if expression can be added to a block (#685)
|
2023-04-04 16:02:26 +03:00 |
|
Dima
|
480720f26e
|
feat: Remove bang in lambdas in AIR (#688)
|
2023-03-28 14:44:47 +03:00 |
|
Dima
|
e35944e3c8
|
refactor: Store generated AIR string in exorted constant (#689)
|
2023-03-28 14:44:26 +03:00 |
|
renovate[bot]
|
c343c5c5ac
|
chore(deps): update dependency sbt/sbt to v1.8.2 (#679)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-03-09 11:23:59 +03:00 |
|
Dima
|
f5106e3c83
|
feat: Multiline collections and objects creation (#684)
|
2023-03-09 11:23:25 +03:00 |
|
Nick
|
5f4808b457
|
feat(compiler): add aqua native compilation (#681)
* feat(compiler): add aqua native compilation
|
2023-03-07 13:46:20 +03:00 |
|