denoland / deno_core

The core engine at the heart of Deno
MIT License
268 stars 87 forks source link

feat: decoding percent-encoding source string in `Error.stack` #759

Closed Hajime-san closed 2 months ago

Hajime-san commented 4 months ago

resolves https://github.com/denoland/deno_core/issues/757

Note

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

bartlomieju commented 2 months ago

Sorry for a slow turn-around @Hajime-san. This looks good to me, but it would be great if a test case could be added. It can be as simple as a unit test for format_file_name function.

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 96.29630% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.74%. Comparing base (0c7f83e) to head (2f2c401). Report is 71 commits behind head on main.

Files Patch % Lines
core/error.rs 96.29% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #759 +/- ## ========================================== + Coverage 81.43% 81.74% +0.30% ========================================== Files 97 98 +1 Lines 23877 24462 +585 ========================================== + Hits 19445 19997 +552 - Misses 4432 4465 +33 ```

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