Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] - UI can't accept or display *= syntax #398

Open
kcpevey opened this issue May 1, 2024 · 0 comments
Open

[BUG] - UI can't accept or display *= syntax #398

kcpevey opened this issue May 1, 2024 · 0 comments
Labels
area: UI design 🎨 Items related to the user interface type: bug 🐛 Something isn't working

Comments

@kcpevey
Copy link
Contributor

kcpevey commented May 1, 2024

Describe the bug

The UI doesn't properly handle the valid syntax:

- libopencv *=headless*

This means any version (first *) with a build string starting with headless

This shows up incorrectly in the UI as:
image
and
image

The only way to use this syntax is via the yaml editor. I don't mind that since its an advanced syntax but the UI looks strange since its splitting the *= characters.

Expected behavior

I expect the UI to look more similar to the way I specified this via yaml

How to Reproduce the problem?

Build an env with:

channels:
  - conda-forge
dependencies:
  - python=3.10
  - libopencv *=headless*

and view the UI.

Output

No response

Versions and dependencies used.

No response

Anything else?

No response

@kcpevey kcpevey added type: bug 🐛 Something isn't working area: UI design 🎨 Items related to the user interface labels May 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area: UI design 🎨 Items related to the user interface type: bug 🐛 Something isn't working
Projects
Status: New 🚦
Development

No branches or pull requests

1 participant