reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
1 stars 0 forks source link

Added report of diagnostics for Cairo compiler #86

Closed Eagle941 closed 4 days ago

Eagle941 commented 1 week ago

Summary

Addition of error and warning description when Cairo projects fail to compile.

Details

In the situation in which not all of the Cairo files have compiled successfully, no FlatLowered is generated and all errors are reported.

Checklist