uqbar-project / wollok-lsp-ide

IDE for Wollok - LSP node-based
GNU General Public License v3.0
7 stars 3 forks source link

Fix: go-to package definition #170

Closed ivojawer closed 2 months ago

ivojawer commented 2 months ago

Al intentar ir a la definicion (ctrl+click) de un package, por ejemplo desde un import, se produce un error ya que este no tiene source map.

Este PR cambia esa validacion para que pueda resolver la location de los packages.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 84.42%. Comparing base (21f2829) to head (ba3a106).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #170 +/- ## ========================================== + Coverage 82.99% 84.42% +1.43% ========================================== Files 17 17 Lines 441 443 +2 Branches 99 101 +2 ========================================== + Hits 366 374 +8 + Misses 75 69 -6 ``` | [Flag](https://app.codecov.io/gh/uqbar-project/wollok-lsp-ide/pull/170/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uqbar-project) | Coverage Δ | | |---|---|---| | [lsp-ide-client](https://app.codecov.io/gh/uqbar-project/wollok-lsp-ide/pull/170/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uqbar-project) | `93.28% <ø> (ø)` | | | [lsp-ide-server](https://app.codecov.io/gh/uqbar-project/wollok-lsp-ide/pull/170/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uqbar-project) | `80.58% <100.00%> (+2.08%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uqbar-project#carryforward-flags-in-the-pull-request-comment) to find out more.

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