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

Remove xtend.lib dependency #1630

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Feb 19, 2024

Currently there are some small leftovers to xtext/xtend that seem no longer needed. This currently ties lemminx unnecessarily to xtext

FYI @szarnekow

Signed-off-by: Sebastian Zarnekow <[email protected]>
@@ -13,8 +13,7 @@

import java.util.List;

import org.eclipse.xtext.xbase.lib.Pure;
import org.eclipse.xtext.xbase.lib.util.ToStringBuilder;
import org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder;

Choose a reason for hiding this comment

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

This was not available in lsp4j 0.20.x

Copy link
Member Author

Choose a reason for hiding this comment

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

Hm... do one really needs this helper class here? It really seems not suing all the facy stuff here any maybe a standard java StingBuilder would suffice?

Choose a reason for hiding this comment

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

It can be inlined for sure.

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.

2 participants