Re: [webkit-dev] On Mac and iOS ports, you may need to trigger clean rebuilds after r203337

2016-07-21 Thread Brian Burg
It was reproducible for me, but I nuked my build directory and moved on. Looking at the Makefile, it seems we don't prefix the bindings files with $(WEBCORE) so it might not even be looking at the right files. Let's continue investigation here: https://bugs.webkit.org/show_bug.cgi?id=160031 >

Re: [webkit-dev] On Mac and iOS ports, you may need to trigger clean rebuilds after r203337

2016-07-21 Thread Darin Adler
> On Jul 20, 2016, at 4:08 PM, Ryosuke Niwa wrote: > > It looks like the binding generator doesn't re-generate .cpp files when > CodeGeneratorJS.pm is modified even though that dependency is explicitly > expressed in DerivedSources.make. Is that reproducible everywhere, or

Re: [webkit-dev] On Mac and iOS ports, you may need to trigger clean rebuilds after r203337

2016-07-20 Thread Ryosuke Niwa
It looks like the binding generator doesn't re-generate .cpp files when CodeGeneratorJS.pm is modified even though that dependency is explicitly expressed in DerivedSources.make. - R. Niwa On Mon, Jul 18, 2016 at 9:50 AM, Darin Adler wrote: >> On Jul 17, 2016, at 5:57 PM,

Re: [webkit-dev] On Mac and iOS ports, you may need to trigger clean rebuilds after r203337

2016-07-18 Thread Darin Adler
> On Jul 17, 2016, at 5:57 PM, Ryosuke Niwa wrote: > > Objective-C bindings files may fail to re-generate after > https://trac.webkit.org/changeset/203337. Do you know why? Can we fix it so we don’t have this problem again in the future? — Darin

[webkit-dev] On Mac and iOS ports, you may need to trigger clean rebuilds after r203337

2016-07-17 Thread Ryosuke Niwa
Objective-C bindings files may fail to re-generate after https://trac.webkit.org/changeset/203337. Simply trigger clean rebuilds or delete files under DerivedSources/WebCore/ and it should go away. - R. Niwa ___ webkit-dev mailing list