-
Notifications
You must be signed in to change notification settings - Fork 190
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
Restore ability to filter views by category #2579
base: master
Are you sure you want to change the base?
Conversation
recording.webm |
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
Test Results 1 214 files + 1 214 1 214 suites +1 214 1h 17m 5s ⏱️ + 1h 17m 5s For more details on these failures, see this check. Results for commit a95e6b0. ± Comparison against base commit ce9874f. ♻️ This comment has been updated with latest results. |
The ability to sort by categories was previously possible, but broke as part of 7275893. This seems to be unintentional, given that the linked bug [1] is about exposing the FilteredTree and likely a result of streamlining the implementation. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=74795
Nice and easy fix. Thanks @ptziegler. Looks like we have issues with either Tycho (cc @laeubi) or JDT (cc @iloveeclipse): Could not find artifact org.eclipse.jdt:ecj:jar:3.40.100-SNAPSHOT in eclipse-snapshots (https://repo.eclipse.org/content/repositories/eclipse-snapshots/) |
The ability to sort by categories was previously possible, but broke as part of 7275893. This seems to be unintentional, given that the linked bug [1] is about exposing the FilteredTree and likely a result of streamlining the implementation.
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=74795