[Bug 20859] New: winetest.exe should trim too long tag names
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(a)winehq.org ReportedBy: austinenglish(a)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... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20859 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Alexandre Julliard <julliard(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20859 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-11-29 22:50:17 --- Closing wontfix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org