Re: [PATCH] build system: prevent duplicate applet names

2018-11-27 Thread Denys Vlasenko
Applied, thanks! On Sun, Nov 25, 2018 at 12:46 PM Ron Yorston wrote: > > The embedded script feature makes it easier to create applets with > duplicate names. Currently in such cases the build succeeds but > the resulting executable doesn't work as the developer intended. > > Catch duplicate

[PATCH] build system: prevent duplicate applet names

2018-11-25 Thread Ron Yorston
The embedded script feature makes it easier to create applets with duplicate names. Currently in such cases the build succeeds but the resulting executable doesn't work as the developer intended. Catch duplicate names when the applet tables are being generated and make the build fail.