fluencebot
|
c109f37efa
|
chore(main): release aqua 0.12.3 (#912)
* chore(main): release aqua 0.12.3
* chore: Bump aqua version to 0.12.3
|
2023-09-28 10:12:26 +00:00 |
|
InversionSpaces
|
1e636cc076
|
feat(lsp-api): Add infoType (#915)
Add infoType
|
2023-09-28 13:00:53 +03:00 |
|
Dima
|
878990a837
|
feat: Create structs with stream maps [fixes LNG-244] (#893)
|
2023-09-27 15:07:22 +03:00 |
|
InversionSpaces
|
b2ca1d35bf
|
feat(tests): Add integration test for result error handling (#914)
* Add integration test
* Fix test
* Fix test
|
2023-09-27 13:14:50 +02:00 |
|
InversionSpaces
|
ca6cae96ad
|
feat(compiler): Make if propagate errors [fixes LNG-202] (#779)
* Change if inlining, add fail model
* Inline if
* Fix, add comments
* Add integration test
* Fix test
* Fix test
* toBe -> toEqual
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-09-27 09:52:52 +00:00 |
|
InversionSpaces
|
f158074c4e
|
fix(compiler): Handle errors from result handling [fixes LNG-247] (#913)
Move args and return under try
|
2023-09-27 12:29:06 +03:00 |
|
InversionSpaces
|
a80033b81c
|
feat(compiler): Replace %last_error% with :error: [fixes LNG-239] (#883)
* %last_error% -> :error:
* Add integration test
* Fix integration tests
* Update integration test
|
2023-09-26 13:28:13 +03:00 |
|
fluencebot
|
91af0bf055
|
chore(main): release aqua 0.12.2 (#889)
|
2023-09-26 11:53:26 +03:00 |
|
InversionSpaces
|
27a781dd3f
|
feat(compiler): Add warnings subsystem [fixes LNG117] (#906)
* ErrorsAlgebra -> ReportAlgebra
* Refactor ReportAlgebra
* Refactor
* Refactor AquaError
* Fixes
* Add warnings, refactor
* Refactor parser
* Move semantics
* Savepoint
* Refactor semantics and compiler
* Refactor types
* Refactor compiler
* Refactor compiler
* Refactor types
* Refactor retunr types
* Return warnings
* Add simple warning
* Refactor to ValidatedNec
* Refactor
* Add comment
* Propagate warnings to LspContext
* Propagate warnings to LSP
* Add warnings to js api
* Update LSP js api
* Use export declare
* Add comment
* Refactor span rendering
* Remove variable name warning
* Add warning on unused call results
* Add unit tests
* Remove println
|
2023-09-25 13:00:43 +00:00 |
|
renovate[bot]
|
1c708c8bb0
|
fix(deps): update dependency @fluencelabs/js-client to v0.1.7 (#908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-25 09:55:51 +00:00 |
|
shamsartem
|
66638afa2d
|
feat: rethrow errors to capture stacktrace (#907)
* feat: rethrow errors to capture stacktrace
* add null check
|
2023-09-20 18:56:09 +02:00 |
|
InversionSpaces
|
8741c910be
|
feat(compiler): Fail on internal error [fixes LNG-229] (#905)
* Refactor utils
* Add errors project
* logger.error -> internalError
* Add comment
* Suppress stack trace
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-09-19 17:01:42 +02:00 |
|
renovate[bot]
|
fb75bc267e
|
fix(deps): update dependency @fluencelabs/js-client to v0.1.6 (#890)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-19 12:05:19 +00:00 |
|
InversionSpaces
|
ed9e708939
|
fix(compiler): Fix arrows capture in closures [fixes LNG-242] (#903)
* Fix arrows capture
* Add comment
* Add test
* Add integration test
|
2023-09-19 14:25:11 +03:00 |
|
InversionSpaces
|
feccffcb00
|
chore(docs): Update README (#892)
* Update README.md, add USAGE.md, delete INSTALL.md
* Add spaces
* fullBundleJS
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-09-19 11:33:39 +03:00 |
|
shamsartem
|
594f46529d
|
feat: export types from aqua-api (#904)
* feat: export types from aqua-api
* improve
|
2023-09-18 16:39:59 +00:00 |
|
InversionSpaces
|
54ddcc8b62
|
fix(compiler): Do not restrict stream args when ability is present [fixes LNG-233] (#902)
Add test
|
2023-09-18 14:43:22 +00:00 |
|
renovate[bot]
|
bba6645e7a
|
chore(deps): update dependency com.eed3si9n:sbt-assembly to v2.1.3 (#900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-18 11:49:07 +00:00 |
|
renovate[bot]
|
d1d5a35a42
|
chore(deps): update dependency sbt/sbt to v1.9.6 (#896)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-18 11:37:09 +00:00 |
|
renovate[bot]
|
ab9a511129
|
chore(deps): update dependency co.fs2:fs2-io to v3.9.2 (#895)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-18 14:22:01 +03:00 |
|
Anatolios Laskaris
|
f2c2c07cf2
|
chore(release-please): Set aqua-api version in tests (#901)
Set aqua-api version in tests
|
2023-09-18 12:01:25 +03:00 |
|
InversionSpaces
|
67d8151d94
|
feat(build): Implement custom bundle task (#894)
* Add link settings
* fix
* Rename to api-dist-js
* Correct import
* Update CI
* Implement bundleJS
* Add comments
* Add TODO
* Fix import
* Fix workflow
---------
Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
|
2023-09-18 09:53:25 +02:00 |
|
InversionSpaces
|
3f916c78ab
|
feat(aqua-api): Use scala.js link instead of opt (#891)
* Add link settings
* fix
* Rename to api-dist-js
* Correct import
* Update CI
---------
Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
|
2023-09-15 15:42:04 +02:00 |
|
InversionSpaces
|
6be2a3d5da
|
feat(compiler): Services as abilities [fixes LNG-206] (#873)
* Refactor ServiceSem
* Refactor AbilityIdSem
* Remove tokens from state
* Refactor
* Add mangler
* Fix tests
* Refactor valueToRaw
* ServiceIdTag
* AbilityId -> ServiceId
* Add ServiceType
* Fix defineServiceType
* Refactor resolveArrowDef
* Refactor TypesHelper
* Add ServiceIdTag inlining
* Implement resolution
* Add service as ability passing
* Fix importing services
* Fix cli
* Implement default service
* Remove println
* Fix capture
* Add integration test
* Fix id
* Fix test
* Fix test
* Refactor test
* Do not resolve id
* Refactor FuncArrow creation
* Refactor FuncArrow wrapper creation
* Add named arguments
* Add comment
* ensureIsString -> valueToStringRaw, refactor OnSem
* Resolve services as abilities
* Add name to varNames
* Remove service hack
* Capture services, do not rename captured
* Rename arrows along with values
* Fix CallArrowRaw.map
* Fix unit tests
* Remove service case
* Refactor abilities state
* Propagate rootServiceIds
* Remove unused
* Add comments
* Refactor
* Refactor
* Add test
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-09-15 10:34:21 +02:00 |
|
Dima
|
f8b5017918
|
feat(language-server): Pass errors to lsp context [fixes LNG-243] (#888)
|
2023-09-14 15:19:16 +00:00 |
|
renovate[bot]
|
d6f879ef7a
|
fix(deps): update dependency @fluencelabs/js-client to v0.1.4 (#887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-14 13:32:45 +00:00 |
|
Dima
|
404d5ffae2
|
chore: add code to run aqua (#886)
* add code to run aqua
* delete aqua-cli
* Apply suggestions from code review
---------
Co-authored-by: InversionSpaces <InversionSpaces@vivaldi.net>
|
2023-09-13 10:55:22 +00:00 |
|
Anatolios Laskaris
|
1e2e35ee88
|
chore: Remove aqua cli (#874)
* Remove aqua cli
* fix
* Fix
---------
Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
|
2023-09-12 13:37:40 +03:00 |
|
Dima
|
9f863eae43
|
chore: Compile integration tests with aqua-api [fixes LNG-240] (#884)
|
2023-09-12 13:11:50 +03:00 |
|
fluencebot
|
03042a71f3
|
chore(main): release aqua 0.12.1 (#866)
* chore(main): release aqua 0.12.1
* chore: Bump aqua version to 0.12.1
---------
Co-authored-by: Dima <dmitry.shakhtarin@fluence.ai>
|
2023-09-11 16:11:55 +03:00 |
|
renovate[bot]
|
148cb0004e
|
chore(deps): update actions/checkout action to v4 (#881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-11 12:42:20 +00:00 |
|
renovate[bot]
|
cd863ff246
|
chore(deps): update dependency org.scalatest:scalatest to v3.2.17 (#877)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-11 15:30:26 +03:00 |
|
renovate[bot]
|
e219752c9c
|
chore(deps): update dependency scala to v3.3.1 (#878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-11 12:13:48 +00:00 |
|
renovate[bot]
|
3419607e8c
|
fix(deps): update dependency @fluencelabs/aqua-lib to v0.7.3 (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-11 14:59:47 +03:00 |
|
InversionSpaces
|
69a808e243
|
fix(compiler): Error on not arrow call after <- (#876)
* Add error report
* Add tests
|
2023-09-08 14:21:19 +02:00 |
|
renovate[bot]
|
df111adf21
|
fix(deps): update dependency @fluencelabs/js-client to v0.1.3 (#875)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-08 10:37:37 +02:00 |
|
renovate[bot]
|
c857807014
|
chore(deps): update dependency co.fs2:fs2-io to v3.9.1 (#867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-05 15:00:32 +03:00 |
|
renovate[bot]
|
4365dcb899
|
chore(deps): update dependency @fluencelabs/interfaces to v0.8.2 (#859)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-05 14:41:58 +03:00 |
|
renovate[bot]
|
1f23545b49
|
fix(deps): update dependency @fluencelabs/js-client to v0.1.1 (#865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-05 14:23:04 +03:00 |
|
InversionSpaces
|
c1fbea1a49
|
chore(compiler): Add PathFinder test (#872)
|
2023-09-04 11:22:57 +00:00 |
|
InversionSpaces
|
443e65e3d8
|
fix(compiler): Fix closure stream capture [fixes LNG-58] (#857)
|
2023-09-01 16:05:32 +03:00 |
|
renovate[bot]
|
77864202d1
|
chore(deps): update dependency sbt/sbt to v1.9.4 (#860)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-01 15:42:23 +03:00 |
|
fluencebot
|
5adbae0677
|
chore(main): release aqua 0.12.0 (#853)
* chore(main): release aqua 0.12.0
* chore: Bump aqua version to 0.12.0
|
2023-08-25 11:55:20 +03:00 |
|
Akim
|
0f9ede09fb
|
feat(js-client)!: Move to new js-client interface (#855)
* js-client.api -> js.client
* fix types
* Update js-client
* Remove redundant connect
* Set latest js-client
|
2023-08-25 11:39:10 +03:00 |
|
InversionSpaces
|
2a0b207633
|
feat(compiler): Restrict abilities usage [fixes LNG-208] (#854)
* Refactor
* Refactor
* Refactor
* Remove ScopeRaw
* Refactor, forbid exporting
* Add export checks
* Refactor
* Forbid exporting abilities
* Fix integration tests
* Forbid implicit ability export
* Simplify exports
* Fordbid using non data types in collections
* Forbid unappropriate struct field types
* Refactor
* Add export tests
* Add collection tests
* Add struct fields test
* Fixes
* Fix
|
2023-08-24 16:09:39 +03:00 |
|
Anatolios Laskaris
|
3b033852f9
|
chore: Use node 18 (#856)
Use node 18
|
2023-08-24 12:20:34 +02:00 |
|
InversionSpaces
|
bf0b51fa5b
|
fix(compiler): Fix nested abilities [fixes LNG-220] (#852)
* Fix fields gathering
* Remove println
* Add test
* Remove println
* Add comments
* Add comments
|
2023-08-22 11:53:06 +02:00 |
|
fluencebot
|
5db1282c1f
|
chore(main): release aqua 0.11.11 (#850)
* chore(main): release aqua 0.11.11
* chore: Bump aqua version to 0.11.11
---------
Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
|
2023-08-21 16:40:35 +03:00 |
|
Anatolios Laskaris
|
badc7d7a45
|
chore(ci): Use fluencebot to bump versions (#851)
Use fluencebot to bump versions
|
2023-08-21 15:41:03 +03:00 |
|
Anatolios Laskaris
|
7a6fce27f7
|
chore: Revert release (#848)
* Revert "chore(main): release aqua 0.11.10 (#835)"
This reverts commit 071ba7d483 .
* Release as 0.11.11
|
2023-08-21 14:37:49 +03:00 |
|