shell to cybook - Videogames Blogs

shell to cybook



I got the z-list issue fixed. The error was what I suspected, but what is more interesting is that I have been able to write a test case that reproduced the bug systematically, and thus that demonstrate that the problem is gone with the fix.

I had to change my approach for investigating that because I've been doing so much on-line activities these last days that my eyes started to "panic". So rather than staring at my laptop top understand the outcome of a test, I pushed it into a .html file that I could browse with my e-ink cybook.

python -m SimpleHTTPServer 8000 &

(echo "<html><body><pre>" ;
./testme ;
echo "</pre></body></html>") > /tmp/html/out.html
(echo "<html><body><pre>" ;
grep -h -C14 prepare libgeds/source/*
| sed -e 's:&:&amp;:g;'
| sed -e "s:<:&lt;:g;"
| sed -e 's:>:&gt;:g;' ;
echo "</pre></body></html>") > /tmp/html/code.html

Bon, ça n'a pas été une semaine simple, mais j'ai réussi à pouvoir prouver que le bug d'affichage de Bilou est corrigé tout en reposant suffisamment mes yeux qui criaient "au secours" la semaine d'avant. J'ai notamment utilisé assez abondamment ma liseuse pour passer en revue les résultats des tests (puisque oui, j'ai choisi l'approche "test automatique plutôt que l'approche "debugging interactif raffiné", la ...

--------------------------------
 
Diablo III: Eternal Collection - RedCube @ gamescom 2018 (Nintendo Switch)

-------------------------------------