Am 03.03.2012 21:11 schrieb Stefan Tauner:
You could replace that construct with a switch(), and it might make sense to count untested boards as well.
The ?3 looks odd, but I assume you tested it.
Is it possible that this patch made the board table one or two tabs wider? The patch looks like that, and while I agree that some files/sections should not have line length limits, adding another 16 columns of whitespace is something I'd like to avoid.
print_wiki related code is something I rarely touch (except for programmer additions), so please don't expect in-depth reviews from me. A cursory review suggests that the patch at least doesn't make the code worse and I don't have any strong feelings about this code. If you feel this patch is beneficial, I can send a weak Acked-by, more like Meh-by.
Regards, Carl-Daniel
On Sat, 03 Mar 2012 23:32:23 +0100 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
in general the url is the source of length problem. does making the table longer by putting the URL in a line of its own make sense? i personally would drop the URL anyway.. useless, partially misleading (for boards with multiple variants) and work for me (only, as i must emphasize :) iirc uwe was strongly against this, but i would be lying if would say that his matters much to me in this case (because the tested stuff branch is the most boring work i do for this project, not because i dont respect his view).
Am 28.07.2012 16:30 schrieb Stefan Tauner:
It's certainly a novel idea, and it has some appeal.
Yes, now that Uwe is essentially a fulltime sigrok developer, he's not maintaining that stuff anymore. What do you think about asking someone else to do the tested_stuff maintenance?
Back then the policy was accepted because he handled the board testing maintenance. We might have to rethink this.
Regards, Carl-Daniel
On Sat, 03 Mar 2012 23:32:23 +0100 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
i could, but it would increase the line count by 100%, untested board count was added.
it is a mediawiki template: http://flashrom.org/index.php?title=Template:%3F3&action=edit
reverted that part...
i have committed a refined version now in r1555, thanks for your suggestions!