http://bugs.winehq.org/show_bug.cgi?id=20859
Summary: winetest.exe should trim too long tag names Product: Wine Version: 1.1.33 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: testcases AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Found this the other day while testing my build script. If winetest.exe is called like: $ wine winetest.exe -c -t really_long_string_name_omg_wtf_bbq winetest exits with: Error: tag is too long (maximum 20 characters)
It would probably be better to just warn the user and trim the tag to the first 20 characters: http://source.winehq.org/git/wine.git/?a=blob;f=programs/winetest/main.c#l10...
Should be pretty simple...
http://bugs.winehq.org/show_bug.cgi?id=20859
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2009-11-29 07:24:07 --- I don't think it would be an improvement. Truncating may remove useful info, it's better to leave it to the user to find a shorter meaningful tag.
http://bugs.winehq.org/show_bug.cgi?id=20859
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-11-29 22:50:17 --- Closing wontfix.