Re: [PATCH v2] rtemstoolkit/mailer.py: Fix option ordering for add_arguments

2021-05-08 Thread Chris Johns
> On 8 May 2021, at 4:17 am, Alex White wrote: > > The ordering of keys cannot be guaranteed in a dictionary. This changes > the options iteration to no longer rely on key ordering. OK Chris ___ devel mailing list devel@rtems.org http://lists.rtems.

[PATCH v2] rtemstoolkit/mailer.py: Fix option ordering for add_arguments

2021-05-07 Thread Alex White
The ordering of keys cannot be guaranteed in a dictionary. This changes the options iteration to no longer rely on key ordering. Closes #4402 --- rtemstoolkit/mailer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rtemstoolkit/mailer.py b/rtemstoolkit/mailer.py index ae5