| Summary: | Please stabilise dev-util/uncrustify-0.57 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fabian Groffen <grobian> |
| Component: | [OLD] Keywording and Stabilization | Assignee: | Fabian Groffen <grobian> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | Keywords: | STABLEREQ |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
amd64 ok amd64 does as described x86 stable amd64 done. Thanks Agostino and Ian |
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.