leo/compiler
d0cd f6d043c1f0
Fixes issues with function inlining from imported programs. (#2271)
* TYC for calls to external inline functions

* Fix issue in function inlining

* Fix issue in codegen

* Remove redundant reordering of functions

* Clippy

* Update compiler/passes/src/function_inlining/inline_program.rs

Signed-off-by: Collin Chin <collin@aleo.org>

---------

Signed-off-by: Collin Chin <collin@aleo.org>
Co-authored-by: Collin Chin <collin@aleo.org>
2023-02-16 22:13:54 -08:00
..
ast Typechecking for structs with members 2023-02-10 21:31:10 -08:00
compiler Test framework removes group nonces 2023-02-10 22:55:59 -08:00
core chore: update the license headers (#2252) 2023-02-02 14:27:06 -08:00
parser Typechecking for structs with members 2023-02-10 21:31:10 -08:00
passes Fixes issues with function inlining from imported programs. (#2271) 2023-02-16 22:13:54 -08:00
span Add inline keyword 2023-02-08 16:20:07 -08:00