Name lambdas by their locations (#486)

* Name lambdas by their locations

* changelog
This commit is contained in:
Radosław Rowicki
2023-09-04 18:50:37 +02:00
committed by GitHub
parent 9b518150c3
commit 002e55d529
3 changed files with 89 additions and 51 deletions
+3 -1
View File
@@ -1313,7 +1313,9 @@ validate(Contract1, Contract2) ->
true -> [debug_mode];
false -> []
end ++
[{include, {file_system, [aeso_test_utils:contract_path()]}}]);
[ {src_file, lists:concat([Contract2, ".aes"])}
, {include, {file_system, [aeso_test_utils:contract_path()]}}
]);
Error -> print_and_throw(Error)
end.