[POM-leading for DSLs] Server lifetime, bugs and simplification - #1156
Open
toinehartman wants to merge 49 commits into
Open
Conversation
Instead of returning a future, wait for server intialization. This makes sure that no broken servers remain in the remote mapping, and enables getting rid of futures in many places.
toinehartman
force-pushed
the
feature/1010-pom-leading-for-dsls/1086-server-lifetime
branch
from
July 14, 2026 09:32
bc7f48e to
ff0e5c6
Compare
toinehartman
marked this pull request as ready for review
July 14, 2026 15:21
rodinaarssen
approved these changes
Jul 30, 2026
DavyLandman
approved these changes
Aug 10, 2026
DavyLandman
left a comment
Member
There was a problem hiding this comment.
Looks good, I have some small clarification questions.
toinehartman
force-pushed
the
feature/1010-pom-leading-for-dsls/1086-server-lifetime
branch
from
August 13, 2026 12:07
ea51242 to
81d5c8a
Compare
DavyLandman
approved these changes
Aug 17, 2026
DavyLandman
added a commit
to usethesource/rascal
that referenced
this pull request
Aug 18, 2026
Extract/unify computation of a class path given a path config. This code can also be used to simplify class path computations in the following PRs: - usethesource/rascal-language-servers#1159 - usethesource/rascal-language-servers#1156
toinehartman
pushed a commit
to usethesource/rascal
that referenced
this pull request
Aug 25, 2026
Extract/unify computation of a class path given a path config. This code can also be used to simplify class path computations in the following PRs: - usethesource/rascal-language-servers#1159 - usethesource/rascal-language-servers#1156
…g-for-dsls/1086-server-lifetime
…s/final' into feature/1010-pom-leading-for-dsls/1086-server-lifetime
toinehartman
force-pushed
the
feature/1010-pom-leading-for-dsls/final
branch
2 times, most recently
from
September 3, 2026 09:49
3d4497d to
0e1240e
Compare
…s/final' into feature/1010-pom-leading-for-dsls/1086-server-lifetime
…010-pom-leading-for-dsls/1086-server-lifetime
…010-pom-leading-for-dsls/1086-server-lifetime
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



exitWhenEmpty, backwards compatible with old versions. MakeregisterLanguagerobust against dying remote servers.Closes #1086.