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

✨ try to get import references when found #688

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

shawn-hurley
Copy link
Contributor

@djzager

Basically, when we do our fall back we can find the imports mostly correct, but imports are for namespaces not for actual objects so no definition can be used. Therefore we are getting zero results back for the definiton.

We can get all the references for the import though, and we can just let the analyzer dedup.

If you could help get me a windows container image to test with that would helpful (or show me how)

@shawn-hurley shawn-hurley marked this pull request as ready for review August 8, 2024 15:09
@shawn-hurley shawn-hurley changed the title :feature: try to get import references when found ✨ try to get import references when found Aug 8, 2024
@djzager djzager added the cherry-pick/release-0.5 This PR should be cherry-picked to release-0.4 branch. label Aug 8, 2024
@djzager djzager merged commit 974a5d2 into konveyor:main Aug 8, 2024
9 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 8, 2024
@djzager

Basically, when we do our fall back we can find the imports mostly
correct, but imports are for namespaces not for actual objects so no
definition can be used. Therefore we are getting zero results back for
the definiton.

We can get all the references for the import though, and we can just let
the analyzer dedup.

If you could help get me a windows container image to test with that
would helpful (or show me how)

Signed-off-by: Shawn Hurley <[email protected]>
Signed-off-by: Cherry Picker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-0.5 This PR should be cherry-picked to release-0.4 branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants