aqua/model
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
..
inline/src feat(tracing): Introduce function calls tracing [fixes LNG-169] (#732) 2023-06-12 15:28:27 +02:00
raw/src/main/scala/aqua/raw feat(tracing): Introduce function calls tracing [fixes LNG-169] (#732) 2023-06-12 15:28:27 +02:00
res/src/main/scala/aqua/res fix: ParRes with no children converted to Null log (#699) 2023-04-19 12:14:46 +03:00
src/main/scala/aqua/model feat(tracing): Introduce function calls tracing [fixes LNG-169] (#732) 2023-06-12 15:28:27 +02:00
transform feat(tracing): Introduce function calls tracing [fixes LNG-169] (#732) 2023-06-12 15:28:27 +02:00
tree/src/main/scala/aqua/tree feat(tracing): Introduce function calls tracing [fixes LNG-169] (#732) 2023-06-12 15:28:27 +02:00