goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
323 stars 26 forks source link

runtime: tracePanic #363

Closed visualfc closed 3 months ago

visualfc commented 3 months ago

TODO: panic kind to string println("(", e.Kind(), ")", e.data)

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.90%. Comparing base (870dde2) to head (aecde91).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #363 +/- ## ======================================= Coverage 96.90% 96.90% ======================================= Files 19 19 Lines 4005 4005 ======================================= Hits 3881 3881 Misses 107 107 Partials 17 17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.