Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377547 - Please stabilise dev-util/uncrustify-0.57
Summary: Please stabilise dev-util/uncrustify-0.57
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2011-08-03 11:33 UTC by Fabian Groffen
Modified: 2011-08-07 10:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2011-08-03 11:33:05 UTC
uncrustify-0.57 should be good to go.  Please keyword stable amd64 and x86.

Simple test would be:

echo 'int foo(){if(1)bar();else{foo();}}' | uncrustify -lc -c /usr/share/uncrustify/ben.cfg

it should return something like:

Parsing: 35 bytes from stdin as language C
int foo()
{
   if (1)
   {
      bar();
   }
   else
   {
      foo();
   }
}

Thanks.
Comment 1 Agostino Sarubbo gentoo-dev 2011-08-03 12:05:53 UTC
amd64 ok
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-08-03 15:55:05 UTC
amd64 does as described
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-08-07 03:21:56 UTC
x86 stable
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2011-08-07 10:15:49 UTC
amd64 done. Thanks Agostino and Ian