Skip to content

Unify VFS interfaces#2641

Open
rodinaarssen wants to merge 121 commits intomainfrom
unify-vfs-interfaces
Open

Unify VFS interfaces#2641
rodinaarssen wants to merge 121 commits intomainfrom
unify-vfs-interfaces

Conversation

@rodinaarssen
Copy link
Copy Markdown
Member

@rodinaarssen rodinaarssen commented Feb 11, 2026

Closes #2701

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 11, 2026

Codecov Report

❌ Patch coverage is 4.85981% with 509 lines in your changes missing coverage. Please review.
✅ Project coverage is 46%. Comparing base (53d2faa) to head (4db63e4).

Files with missing lines Patch % Lines
...mpl/uri/remote/RemoteExternalResolverRegistry.java 0% 234 Missing ⚠️
...rascalmpl/uri/remote/RascalFileSystemServices.java 0% 59 Missing ⚠️
.../uri/remote/jsonrpc/ISourceLocationChangeType.java 0% 22 Missing ⚠️
...mpl/uri/remote/jsonrpc/ISourceLocationChanged.java 0% 17 Missing ⚠️
.../org/rascalmpl/uri/remote/jsonrpc/CopyRequest.java 0% 16 Missing ⚠️
...rg/rascalmpl/uri/remote/jsonrpc/RenameRequest.java 0% 14 Missing ⚠️
src/org/rascalmpl/uri/URIResolverRegistry.java 31% 10 Missing and 3 partials ⚠️
...scalmpl/uri/vfs/IRemoteResolverRegistryServer.java 0% 13 Missing ⚠️
...org/rascalmpl/uri/remote/jsonrpc/WatchRequest.java 0% 12 Missing ⚠️
...rascalmpl/uri/remote/jsonrpc/WriteFileRequest.java 0% 12 Missing ⚠️
... and 17 more
Additional details and impacted files
@@           Coverage Diff            @@
##              main   #2641    +/-   ##
========================================
- Coverage       46%     46%    -1%     
+ Complexity    6737    6736     -1     
========================================
  Files          794     814    +20     
  Lines        65923   66406   +483     
  Branches      9888    9927    +39     
========================================
- Hits         30858   30855     -3     
- Misses       32684   33162   +478     
- Partials      2381    2389     +8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@toinehartman toinehartman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of this (and the companion PR usethesource/rascal-language-servers#967) look like a nice unification and clean-up of interfaces.

Copy link
Copy Markdown
Member

@DavyLandman DavyLandman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's making progress, but it's not there yet.

@rodinaarssen rodinaarssen requested a review from DavyLandman April 8, 2026 11:11
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 2026

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.

Adapt VS Code & rascal lsp to be able to start a repl a rascal version thats not the one shipped with VS Code

3 participants