escalier-lang / escalier-next

Improved type safety with tight TypeScript interop
https://escalier-lang.github.io/escalier-next/
MIT License
14 stars 0 forks source link

Fix bug in addScheme #233

Closed kevinbarabash closed 6 months ago

kevinbarabash commented 6 months ago

The bug was causing the NamespaceShadowingOfVariables test case to fail but was also resulting in schemes from the root namespace of the environment to be added to other namespaces.

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 82.27%. Comparing base (e4b2817) to head (241d056).

:exclamation: Current head 241d056 differs from pull request most recent head 263ab43

Please upload reports for the commit 263ab43 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== + Coverage 82.11% 82.27% +0.16% ========================================== Files 25 25 Lines 10561 10563 +2 Branches 1515 1515 ========================================== + Hits 8672 8691 +19 + Misses 1889 1872 -17 ```

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