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) #689

Open
wants to merge 1 commit into
base: release-0.5
Choose a base branch
from

Conversation

konveyor-ci-bot[bot]
Copy link

@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 shawn@hurley.page
Signed-off-by: Cherry Picker noreply@github.com

@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 <shawn@hurley.page>
Signed-off-by: Cherry Picker <noreply@github.com>
@djzager djzager added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants