On 07/01/15 09:18, Daniel Zaoui wrote: > Yo Miki, > > Run elm_test->check (not related to check but to icons so a lot may fall > on it). You will see a lot of bloody Eo errors. If you revert your > patch, you won't see these errors anymore. > > Tom, please confirm. Edje_Object and Elm_Widget are regular objects, and > Eo forbids inheritance from more than one regular class. Meaning you > can't do that. > > I even don't think that from Elm side, it is right to have this kind of > inheritance. >
I don't know about the errors and etc, but inheriting from multiple regular classes is allowed, it's just that they are treated as interfaces. We use it for composite objects, and it's OK to use it for other things too. With that being said, I haven't looked at this case specifically, and I agree with your last statement that it smells a bit off. -- Tom. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel