Commit Graph

700 Commits

Author SHA1 Message Date
Dima
029d106079
Plugins (#534) 2022-07-06 11:15:56 +03:00
Dima
198e339694
Type validation for types generated from JSON (#530) 2022-07-05 10:15:40 +03:00
Dima
8cb0fec2b0
LNG-69 fix topology bug for if statement without else (#532) 2022-07-05 09:36:20 +03:00
Dima
d3f0c95cf8
delete println (#533) 2022-07-04 21:33:44 +03:00
Dima
6856065d8c
LNG-64 Configurable log-level argument (#531) 2022-07-04 19:04:44 +03:00
Dmitry Kurinskiy
f0cc65e2ad
Fixes LNG-63: introduced ShadowRaw (#528) 2022-06-27 15:54:21 +03:00
Dima
7bd70ebe3e
find json service in imported services too (#529) 2022-06-27 14:41:44 +03:00
Dima
9bba41abbe
fix type definition for literals, increase version (#527) 2022-06-24 11:46:18 +03:00
Dima
5f2de1b9d5
DXJ-44 JSON services support (#520) 2022-06-23 15:02:41 +03:00
Dima
f0e6d37a51
Convert JSON input in getters in aqua run (#517) 2022-06-22 19:22:19 +03:00
Dima
0bde766832
fix lambda resolving (#519) 2022-06-10 10:45:17 +03:00
Dima
bc55055cfe
Fix arguments renaming in functions (#518) 2022-06-08 17:50:35 +03:00
Dima
5a7450bce1
Go-to definitions location between files (#516) 2022-06-02 13:31:31 +03:00
Dima
6064659610
DXJ-21 Save token definitions for LSP (#514) 2022-05-24 17:05:26 +03:00
Dima
59419b4e1d
PARTICLE_TIMEOUT -> PARTICLE_TIMESTAMP (#515) 2022-05-24 13:20:05 +03:00
Dima
80a2d3694f
Errors to std.err (#513) 2022-05-19 13:26:10 +03:00
Dima
16a802f5a5
Language server (#512) 2022-05-17 15:05:25 +03:00
Dima
2ff870dd9a
Fixing parsing function calls in If expression (#508) 2022-04-29 15:12:40 +03:00
Dima
e548578752
fill with optional (#510) 2022-04-29 10:53:15 +03:00
Dima
0f57712094
check config type (#509) 2022-04-29 10:20:23 +03:00
Dima
7c110ff4c6
Don't print help on errors in CLI (#507) 2022-04-28 15:08:59 +03:00
Dima
3f17d40af1
Particle ttl and timeout constants (#505) 2022-04-26 19:10:11 +03:00
Dima
2901622076
#502 Fix if expression parsing (#504) 2022-04-26 18:55:45 +03:00
Dima
1e00d144ba
update fjs to 0.23.0 (#503) 2022-04-26 12:09:44 +03:00
Dima
a0805068f3
#499 rename vars in for (#500) 2022-04-26 08:49:28 +03:00
shamsartem
544b491a9a
Attempt to make cli messages better (#494)
* Attempt to make cli messages better

* fix cli messages after the review

* fix
2022-04-25 12:05:11 +03:00
Dima
9c21f40e3b
Pass arrays as arguments in aqua run function call (#497) 2022-04-21 18:10:43 +03:00
Dima
ab649eaf5e
Show parser error if constant is an array, function call, or expression (#496) 2022-04-21 17:28:08 +03:00
Dima
a6b8705028
#385 handle javascript exceptions (#495) 2022-04-21 13:08:59 +03:00
Dima
10061ade3b
Generate types from JSON (#492) 2022-04-20 14:45:42 +03:00
Dima
e3957c1296
handle EPIPE error properly (#491) 2022-04-14 15:04:43 +03:00
Dima
84f30da3ff
update fjs to 0.22 (#490) 2022-04-14 11:02:21 +03:00
Dima
0892a72afd
#484 Improve type mismatch error messages (#488) 2022-04-13 17:09:58 +07:00
Dima
42d534a586
fix handling pipes (#489) 2022-04-13 11:38:18 +03:00
Dmitry Kurinskiy
abd101c4f9
Fix for greedy par (#487) 2022-04-12 16:27:04 +03:00
Dima
e9a686aac6
Math sequence fixes (#476) 2022-04-11 15:36:01 +03:00
Dima
f8b3f35530
verbose flag (#481) 2022-04-07 10:17:42 +03:00
Dima
b36ed191e9
#474 noXor noRelay and const flags for aqua run (#480) 2022-04-05 19:58:01 +03:00
Dima
8ff57625f0
#478 throw compilation error if service returns multiple results (#479) 2022-04-04 18:14:57 +07:00
Dima
ef0091175c
fix and add unit test (#477) 2022-04-04 11:08:02 +03:00
Dima
277bb5c8b8
Addr aliases and info fixes (#470) 2022-03-30 21:59:41 +07:00
Dima
9f59d376ca
update fjs to 0.21.6 (#467) 2022-03-28 17:00:09 +03:00
Dmitry Kurinskiy
12ee2d52fa
Arrow Call as a Raw Value (#461)
* CallArrowToken in the parser

* CallArrowRawTag

* unfoldArrow

* handle IntoIndexRaw for CallArrowRaw

* Removed useless CallArrowRawTag.service argument

* RawValueInliner split into several classes

* cliJS compiles

* Parser tests compile

* Semantics spec compile but fail

* Allow braces around values

* infix token WIP

* InfixToken WIP

* Fixes #423

* Infix (arithmetic) operations order

* Infix (arithmetic) operations parallelism fix

* seq it!

* fix inline test

* fix transform test

* fix semantics spec

* fix CallArrowSem

* bugfix

* Fix for CLI help typo

* merge

* Order fix

* Order fix

* optional space after `func` in closures

* some doc comments

Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
2022-03-25 17:23:41 +03:00
boneyard93501
50d0bd832f
spelling (#466) 2022-03-25 10:28:00 +03:00
Dima
fe21fdc1d7
--show-sk flag (#465) 2022-03-25 10:02:07 +03:00
Dima
e14af21557
Set arguments types dynamically from JSON (#464) 2022-03-23 20:54:54 +03:00
Dima
acba8e8766
deploy -> deploy_service (#462) 2022-03-22 14:43:27 +03:00
Dima
0fdccd9d48
Finalizing current CLI API (#457) 2022-03-21 23:55:16 +03:00
Dima
18ef488ff2
update FJS (#456) 2022-03-18 14:38:33 +03:00
Dima
2ed1d8cf08
V3 types (#453) 2022-03-17 14:25:12 +03:00