On Wed, Jul 17, 2019 at 10:43:55AM -0500, Kevin Hilman wrote:
"Guillaume Tucker" guillaume.tucker@gmail.com writes:
run | platform | arch | lab | compiler | defconfig | errors ----+--------------------------+--------+--------------------------+----------+---------------------------------------------------+------- 1 | rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y | 1/61
which obviously makes the table quite a bit wider.
The width of each column is currently fixed but it could be dynamically computed based on the results to avoid superfluous spaces:
run | platform | arch | lab | compiler | defconfig | errors ----+-------------------+------+---------------+----------+---------------------------------------------------+------- 1 | rk3288-veyron-jaq | arm | lab-collabora | gcc-8 | multi_v7_defconfig+CONFIG_EFI=y+CONFIG_ARM_LPAE=y | 1/61
Is that still readable enough, or does it get so wide that it's becoming too hard to read?
IMO, that's readable, but any more columns, and were going to soon be in the realm of "not useful to view in email"
Both of those are *way* over 80 columns so it's already a bit of an issue, I do tend to agree with Kevin that it's still usable as is if you expand the window but won't scale much further.