You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Which area this feature is related to?
/kind bug
What versions of software are you using?
Go project
Operating System and version:
Fedora 38
Go Pkg Version:
We are currently using Alizer on a1115da, but I locally tested by using the latest commit (59b155e), and the issue still persists.
Bug Summary
Describe the bug:
Tried to run
odo analyze
against https://github.com/backstage/backstage.odo analyze
is basically a wrapper around Alizer for Devfile, port and component name detection.To Reproduce:
Expected behavior
Not panicking, but returning an appropriate error to the caller, so they can handle it.
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Observed in the following issues:
odo dev
freezes then panics when run from~
odo#6780Any workaround?
—
Suggestion on how to fix the bug
We guessed Alizer should take care with
regexp.MustCompile
when the regular expression is dynamic.The text was updated successfully, but these errors were encountered: