-
Notifications
You must be signed in to change notification settings - Fork 145
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
Warning about overlapping types for Either #624
Comments
The one for |
I see what you mean - I have some time carved out on Thursday when I will look into this if no one else has solved it by then. |
there is alreay |
will do a pr |
Harmonized Naming convention and package structure Fixes #624 Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
I think I created that one because of this warning too. At least both of those types have an overlapping property |
yes this i did not understand, but it looks like it needs it for all Either<SomeObject,SomeOtherObject> cause it boils it down to object and then says both is object |
+1, see the method implementation at |
Harmonized Naming convention and package structure Fixes #624 Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
There is a warning in LSP4J on this line:
https://github.com/eclipse/lsp4j/blob/3f1f2bdc39c0c1d779db7c32d52787b38f2ddaec/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend#L3114
WARNING:The json types of an Either must be distinct. (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/Protocol.xtend line : 3114 column : 36)
There was a similar issue in DebugProtocol that was fixed by eec8a7d in #618
Does the above one need fixing before we release 0.13.0?
cc: @KamasamaK @cdietrich @pisv
The text was updated successfully, but these errors were encountered: