cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9e8ece571b2b2cad24a3270f5d7b1d5584d3ad36
commit 9e8ece571b2b2cad24a3270f5d7b1d5584d3ad36 Author: Cedric BAIL <[email protected]> Date: Thu Aug 21 11:16:01 2014 +0200 edje: edje_cc - warn people when they do bad things. --- src/bin/edje/edje_cc_out.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index b51c82f..1cb8865 100755 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -1421,6 +1421,8 @@ data_thread_script(void *data, Ecore_Thread *thread EINA_UNUSED) Eina_List *ll; Code_Program *cp; + WRN("You are removing source from Edje file. This may break some use case. Be aware of your choice and the poor kitten you are arming with it !"); + if (sc->cd->original) { snprintf(buf, PATH_MAX, "edje/scripts/embryo/source/%i", sc->i); --
