Attention is currently required from: Edward O'Callaghan.
1 comment:
File meson.build:
config.set('CONFIG_DEFAULT_PROGRAMMER_NAME', get_option('default_programmer_name') != '' ? '&programmer_' + get_option('default_programmer_name') : 'NULL')
not sure I like the embedded ternary operator use in this case, could it be assigned to a intermedia […]
You know, I would like to remove the `CONFIG_DEFAULT_PROGRAMMER`. It accesses parts which should not be accessible by the cli and also alters the default behavior based on compile time decisions.
In an automated job the programmer should given in the same way as the operation to perform.
I don't hang on the syntax and can change it.
To view, visit change 72656. To unsubscribe, or for help writing mail filters, visit settings.