Bug 123096 - Report error if unknown class template is used in the message receiver generation.
Summary: Report error if unknown class template is used in the message receiver genera...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 07:53 PDT by Tamas Gergely
Modified: 2013-11-07 12:17 PST (History)
8 users (show)

See Also:


Attachments
Report error instead of producing backtrace. (1.71 KB, patch)
2013-10-21 08:01 PDT, Tamas Gergely
no flags Details | Formatted Diff | Diff
Report error instead of producing backtrace (update). (1.72 KB, patch)
2013-11-06 00:12 PST, Tamas Gergely
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Gergely 2013-10-21 07:53:25 PDT
When processing the .messages.in files the generate-message-receiver.py will exit with a backtrace if an unknown class template is used in the input file. We should fix this and report an error instead.
Comment 1 Tamas Gergely 2013-10-21 08:01:39 PDT
Created attachment 214740 [details]
Report error instead of producing backtrace.
Comment 2 Tamas Gergely 2013-11-06 00:12:19 PST
Created attachment 216144 [details]
Report error instead of producing backtrace (update).
Comment 3 Csaba Osztrogonác 2013-11-06 08:25:37 PST
LGTM, but it needs a WK2 owner review.
Comment 4 WebKit Commit Bot 2013-11-07 12:17:15 PST
Comment on attachment 216144 [details]
Report error instead of producing backtrace (update).

Clearing flags on attachment: 216144

Committed r158863: <http://trac.webkit.org/changeset/158863>
Comment 5 WebKit Commit Bot 2013-11-07 12:17:18 PST
All reviewed patches have been landed.  Closing bug.