<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 5, 2021 at 9:51 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Joel,<br>
<br>
On 04/04/2021 22:19, Joel Sherrill wrote:<br>
> Hi Sebastian,<br>
><br>
> Do you have a list or remember where uncrustify could not match the <br>
> RTEMS Coding Style?<br>
<br>
my uncrustify had 742 options and I didn't manage do find an option set <br>
which produces the RTEMS Coding Style. I think using options to define a <br>
source code formatter behaviour is broken by design. You probably need <br>
some sort of a Turing complete domain-specific language for this.<br>
<br>
I tried to write a configuration file for clang-format 10. It worked <br>
well until I discovered this broken option:<br>
<br>
<a href="https://stackoverflow.com/questions/38392889/clang-format-align-asterisk-of-pointer-declaration-with-variable-name" rel="noreferrer" target="_blank">https://stackoverflow.com/questions/38392889/clang-format-align-asterisk-of-pointer-declaration-with-variable-name</a><br>
<br>
What we need for the RTEMS style is:<br>
<br>
AlignConsecutiveDeclarations: true<br>
<br>
PointerAlignment: Right<br>
<br>
This combination seems to be unimplemented properly since 2016.<br>
<br>
It seems there is still no tool available which is able to produce <br>
something close to the RTEMS style.<br></blockquote><div><br></div><div>Which do you think is closer? Any hunch? Or which was better in</div><div>your experience?</div><div><br></div><div>I don't expect a tool to be perfect. I expected there to be some give</div><div>and take between changing our style and changing the tool. </div><div><br></div><div>--joel</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
-- <br>
embedded brains GmbH<br>
Herr Sebastian HUBER<br>
Dornierstr. 4<br>
82178 Puchheim<br>
Germany<br>
email: <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
phone: +49-89-18 94 741 - 16<br>
fax:   +49-89-18 94 741 - 08<br>
<br>
Registergericht: Amtsgericht München<br>
Registernummer: HRB 157899<br>
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler<br>
Unsere Datenschutzerklärung finden Sie hier:<br>
<a href="https://embedded-brains.de/datenschutzerklaerung/" rel="noreferrer" target="_blank">https://embedded-brains.de/datenschutzerklaerung/</a><br>
<br>
</blockquote></div></div>