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

Cannot view a configuration by itself it it is a prefix #144

Open
rakudrama opened this issue Apr 26, 2023 · 1 comment
Open

Cannot view a configuration by itself it it is a prefix #144

rakudrama opened this issue Apr 26, 2023 · 1 comment
Labels
current results ui Issues about the current results UI

Comments

@rakudrama
Copy link
Member

I want to view dart2js-hostasserts-linux-d8 by itself but there seems to be no way to do that and I always get dart2js-hostasserts-linux-d8-unsound as well.

I tried putting the configuration in quotes and ending it with $, but these did not work.

@whesse
Copy link
Contributor

whesse commented May 23, 2023

No, there is no current way to do this. The code that interprets a filter term as a configuration prefix, and gets all configs starting with it, is at

https://github.com/dart-lang/dart_ci/blob/main/current_results/lib/src/slice.dart#L169

for terms like "configuration:foo"
and below that for terms without "configuration:".

We could change the meaning of "configuration:foo" to be an exact match, while keeping prefix matching for filter terms without a colon.

@whesse whesse added the current results ui Issues about the current results UI label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
current results ui Issues about the current results UI
Projects
None yet
Development

No branches or pull requests

2 participants