aqua/utils
InversionSpaces 9c23a9d4ef
feat(compiler): Allow redeclaring functions [LNG-357] (#1127)
* Allow dots in use ... as

* Add tests

* Refactor implicits

* Use QName in module name

* Fix test

* Refactor declares

* Add PName

* Propagate nested abilities

* Fix compilation

* Do not propagate context

* Use alignCombine

* Add test

* Add more tests

* Refactor test

* Remove unused function

* Refactor test

* Refactor, add comments

* Checkout aqua-src
2024-04-25 10:40:55 +00:00
..
constants/src/main/scala/aqua.constants feat(compiler): Add warnings subsystem [fixes LNG117] (#906) 2023-09-25 13:00:43 +00:00
errors/src/main/scala/aqua/errors feat(compiler): Fail on internal error [fixes LNG-229] (#905) 2023-09-19 17:01:42 +02:00
helpers/src/main/scala/aqua/helpers feat(compiler): Allow redeclaring functions [LNG-357] (#1127) 2024-04-25 10:40:55 +00:00
logging/src/main/scala/aqua/logging perf(compiler): Inliner optimization [LNG-322] (#1047) 2024-01-22 10:08:06 +00:00
mangler/src/main/scala/aqua/mangler fix(compiler): Refactor header semantics [LNG-352] (#1113) 2024-04-09 12:58:12 +02:00