Feature #1514
openShow addtional information on unsafes and unknowns in comparison
0%
Description
As all of statistics server users mentioned many times, it will be very helpful to have links to error traces for unsafes and lists of problems names for unknowns in comparison.
Updated by Evgeny Novikov over 13 years ago
The part related with unsafes was implemented in commit a6190d6 of gsoc-stats-server branch. The second part indeed is rather complicated. First of all, it will make comparison slower since problems will be obtained, will be related with other information and will be shown for all conversions. So before implementing this feature we should redesign comparison at all.
Updated by Evgeny Novikov over 12 years ago
Here it's generated an incorrect link for a second unsafe error trace.
Updated by Evgeny Novikov about 12 years ago
I will turn this off until it will be implemented properly. Also showing links to unsafes works buggy for conversions to/from deleted (#3355).
Updated by Evgeny Novikov about 12 years ago
Turned off in commit f18bcea of the master branch.