Re: [E-devel] Developer access suggestion for yohoho and jsuya

2019-09-03 Thread Mike Blumenkrantz
+1 +1 On Tue, Sep 3, 2019 at 12:44 AM cnook wrote: > +1024 > > 2019년 9월 3일 (화) 오전 10:38, Hermet Park 님이 작성: > > > Hi, > > > > I'd like to give developer access two developers, Yohoho and Jsuya. > > Until now, I checked their activities, I think they contributed a lot of > > good patches many tim

Re: [E-devel] Developer access suggestion for yohoho and jsuya

2019-09-03 Thread The Rasterman
On Tue, 3 Sep 2019 10:37:46 +0900 Hermet Park said: ++ > Hi, > > I'd like to give developer access two developers, Yohoho and Jsuya. > Until now, I checked their activities, I think they contributed a lot of > good patches many times. > Specifically, Yohoho is good at efl ui, interfaces and Jsu

[E-devel] Discussions here.

2019-09-03 Thread The Rasterman
I've noticed over time - the last few years a lot of discussion has broken down for various reasons. It's being moved to phab as tickets or review where it SHOULD be a discussion here on the mailing list. Years ago we agreed on how to work. Phab would be for review and bug tickets. Mailing list wo

Re: [E-devel] 1.23 work items list

2019-09-03 Thread Mike Blumenkrantz
Hi, I've finished evaluating the remainder of the tickets. There is now a sidebar query for the 1.23 tasks which should be considered for this release: https://phab.enlightenment.org/maniphest/query/0Wwev4LUdG3y/ For anyone with time, please consider examining a task or two to help with release

Re: [E-devel] evas_canvas_image_cache_flush segfault problem

2019-09-03 Thread Hermet Park
Hi, It looks some memory corruptions in the end. Maybe valgrind could give us more hints where something wrongly access the memory and bring it screw up. If the preloading patch introduces this issue, it might have something to do with unsafe threading access. Could u please run valgrind and check