Dans le cas du LIST_PULL_END le code n'a pas été modifié correctement
(en fait c'est la meme chose qu'avant):
http://cvsweb.droids-corp.org/cgi-bin/viewcvs.cgi/aversive/modules/base/list/list.h?r1=1.14.2.2&r2=1.14.2.3

Sinon ça me va. Si tu corriges le bug, je pense qu'il faudrait en
profiter pour réindenter LIST_ARRAY_PULL_*()

christoph wrote:
> 
> salut
> 
> j'utilis intensivement le module list.
> 
> un pti truc me soule un peu :
> 
> quand on fait un LIST_PULL_START (ou end), et qu'on veut simplement 
> deleter n element sans le regarder ( ce qui m'arrive ) il faut faire :
> 
> int dummy;
> LIST_PULL_START(liste_de_int, &dummy);
> 
> 
> alors qu'il serait tellement plus simple de faire:
> LIST_PULL_START(liste_de_int, NULL);
> 
> 
> la modif mineure dans ma branche, non testees.
> 
> ya t il des objections a ce type de comportement ?
> 
> 
> tof
> 
> _______________________________________________
> Avr-list mailing list
> Avr-list@droids-corp.org
> CVSWEB : http://cvsweb.droids-corp.org/cgi-bin/viewcvs.cgi/aversive
> WIKI : http://wiki.droids-corp.org/index.php/Aversive
> DOXYGEN : http://zer0.droids-corp.org/doxygen_aversive/html/
> BUGZILLA : http://bugzilla.droids-corp.org
> COMMIT LOGS : http://zer0.droids-corp.org/aversive_commitlog



_______________________________________________
Avr-list mailing list
Avr-list@droids-corp.org
CVSWEB : http://cvsweb.droids-corp.org/cgi-bin/viewcvs.cgi/aversive
WIKI : http://wiki.droids-corp.org/index.php/Aversive
DOXYGEN : http://zer0.droids-corp.org/doxygen_aversive/html/
BUGZILLA : http://bugzilla.droids-corp.org
COMMIT LOGS : http://zer0.droids-corp.org/aversive_commitlog

Répondre à