1
0
mirror of https://github.com/fluencelabs/aqua.git synced 2025-03-16 04:00:50 +00:00

9 Commits

Author SHA1 Message Date
Dima
8f06ac1cba
fix(compiler): Redeclare imports [LNG-344] () 2024-04-02 09:04:01 +00:00
Dima
73f46c6897
Pass stream arguments to callbacks properly ()
* add DeclareStreamTag

* some fixes

* fix

* intersect argsToRename and streamToRename to fix excess renaming

Co-authored-by: dmitry <dmitry@fluence.one>
2021-11-02 12:26:00 +03:00
Dima
aa34d04808
Add levenshtein distance to error messages, fix constant parsing () 2021-09-20 15:35:45 +03:00
Dima
b0c193a42c
Error formatting, fix dry run, fix aqua extensions in imports () 2021-09-14 14:42:11 +03:00
Dima
46a972714c
Use and export without .aqua extension, flag for a dry run, create output directories () 2021-09-13 13:08:15 +03:00
Dima
7362b46384
Fix incorrect resolving pushing stream from func to a value () () 2021-09-10 14:36:01 +03:00
Dima
49da2a07ad
fix bug () 2021-09-09 15:53:13 +03:00
Dima
d881f5bdbe
Upper cased constants () 2021-09-07 11:09:48 +03:00
Dmitry Kurinskiy
3e7b11db10
Imports/exports fixes ()
* Fix for export in headerless file

* Ability arrow resolution bugfix

* Trying to reproduce a bug

* Allow dots in module declaration
2021-08-31 13:05:26 +03:00