Attention is currently required from: Felix Singer, Angel Pons.
3 comments:
File meson.build:
Patch Set #4, Line 641: programmers_available = []
Is it possible to concatenate a string instead? so that we don't have to
parse things like the colons later in the shell?
File test_build.sh:
Does it run in a shell? Meson docs don't seem to specify this :-/
If it does, we could make this much shorter, like `echo \$FLASHROM_ALL_PROGRAMMERS`.
If it doesn't, we could still squash the rest of the pipe into a single sed
call, e.g. `sed -n -e 's/:/ /g' -e 's/^FLASHROM_ALL_PROGRAMMERS=//p'`.
Patch Set #4, Line 53: echo ${programmer_list}
We don't need this indirection with the variable. As there is no other
output expected, we can let the meson command / pipe above print directly.
To view, visit change 68068. To unsubscribe, or for help writing mail filters, visit settings.