Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved definitions of Message, Command and CodeAction from util::LanguageServer in rascal-lsp to standard library util::IDEServices #2060

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

jurgenvinju
Copy link
Member

@jurgenvinju jurgenvinju commented Oct 23, 2024

This breaks a future cyclic dependency between rascal-lsp and rascal-core, when we start adding quickfixes to rascal-core error messages.

…ageServer in rascal-lsp to standard library util::IDEServices
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49%. Comparing base (23c582d) to head (bb6043b).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2060   +/-   ##
=======================================
  Coverage       49%     49%           
- Complexity    6300    6311   +11     
=======================================
  Files          664     664           
  Lines        59635   59635           
  Branches      8648    8648           
=======================================
+ Hits         29475   29481    +6     
+ Misses       27948   27939    -9     
- Partials      2212    2215    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jurgenvinju jurgenvinju marked this pull request as ready for review October 23, 2024 18:06
@jurgenvinju jurgenvinju self-assigned this Oct 23, 2024
@jurgenvinju jurgenvinju merged commit 08c1ced into main Oct 24, 2024
7 checks passed
@jurgenvinju jurgenvinju deleted the break-cyclic-dependency-for-code-actions branch October 24, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant