-
Notifications
You must be signed in to change notification settings - Fork 220
Move methods from ReconcileUtils into ASTUtils #1532
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
Conversation
|
Hey @BoykoAlex, I very much like the simplicity here, looks great in general. I added a few test cases for this and two of them are failing. One is around the initial type itself being included in the list of The other one is around having the same interface in the hierarchy multiple times, not sure if we want that or not though. |
be91389 to
9a7e63c
Compare
|
@martinlippert I have excluded the type itself from the hierarchy traversal but the methods such as |
+1
Ok.
I think I already added a test case for that.
Yeah, let's do that. But then, we would need an additional method that returns the subtypes only (I think some symbol providers make use of that). But probably all the "isIn" variants can use this.
Interesting idea, but I haven't come across the need for this (yet). |
Signed-off-by: aboyko <[email protected]>
…rchies Signed-off-by: aboyko <[email protected]>
Signed-off-by: aboyko <[email protected]>
Signed-off-by: aboyko <[email protected]>
f2ccd37 to
759058c
Compare
|
@martinlippert as agreed above + |
|
Sounds good to me, let's merge! :-) |
No description provided.