Hi all,

EFL single tree is almost ready, now just missing Ethumb and Emotion, which
should come easily and maybe I can finish them next week.

I need your help to review the warnings and remove them. Some libraries
didn't use to build with all warnings on, and now they do. Some are bit
annoying but can be fixed easily such as "parameter not used". Some need
more care in order to avoid breakages during the fixes (shadow warnings, if
you rename the inner variable and forget to replace every place, you'll get
rid of the warning but will have a bug! be careful!)

Also tests were forced into distcheck as they should be. But we need to fix
tests in multiple fronts:
 - make them pass (some evas tests are not passing!)
 - make them silent (some tests wisely trigger error conditions, causing
EINA_SAFETY or ENA_MAGIC or EINA_LOG to kick in and be loud. In these cases
we must replace eina_log print callback and check if the error was issued,
failing if not, hiding the message if it pass)

Eina used to do that for all tests, but now we have some for binshare and
the eina magic, simple xml and eina value timeval are wrong. The eina
timeval test is also bad, because it doesn't use CHECK's string comparison
test and the error message is quite useless: strcmp(str, "...") == 0. where
it could print both strings.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to