[Webkit-unassigned] [Bug 162055] Improve binding generator organization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 01:18:05 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162055

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
The python generators have a more modular approach. Maybe this could be a source of inspiration.

There might be some initial steps we could do like:
- Have separate files for generating headers, generating sources and common utilities
- Further split into dedicated files for specific generation steps like constructor generation
- Have specific dedicated steps, like a single place where all includes would be done for headers, another for the sources includes.
- Extract the template CPP code to some places so that the script logic is easier to understand

It may also help if we would like to switch progressively to python for this code generator.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160916/d5ad2af7/attachment.html>


More information about the webkit-unassigned mailing list