WebFreak001 / code-debug

Native debugging for VSCode
The Unlicense
410 stars 115 forks source link

set "noImplicitAny" to true and fix the problems #419

Closed oltolm closed 7 months ago

oltolm commented 8 months ago

I did some work on code-debug. This is a first PR in a series. I set noImplicitAny to true and fixed the problems. I also found a bug in gdb_expansion.ts line 226. Not sure if I fixed it correctly.

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 11.42857% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 20.47%. Comparing base (86b6678) to head (d8c13a9).

Files Patch % Lines
src/backend/mi2/mi2.ts 0.00% 15 Missing :warning:
src/mibase.ts 0.00% 9 Missing :warning:
src/backend/mi2/mi2lldb.ts 0.00% 2 Missing :warning:
src/backend/mi2/mi2mago.ts 0.00% 2 Missing :warning:
src/backend/gdb_expansion.ts 75.00% 1 Missing :warning:
src/backend/mi_parse.ts 50.00% 0 Missing and 1 partial :warning:
src/frontend/extension.ts 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #419 +/- ## ======================================= Coverage 20.47% 20.47% ======================================= Files 14 14 Lines 1807 1807 Branches 391 392 +1 ======================================= Hits 370 370 Misses 1392 1392 Partials 45 45 ```

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

GitMensch commented 7 months ago

I'm eager to see the rest of the patch series 💪 .