Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

More jinja #24

Closed mardy closed 6 years ago

mardy commented 6 years ago

Use jinja to generate the proxy. If someone manages to make the tests pass without modifying the test data, I'd be thrilled; I've wasted hours of time just to try to add one empty line before the _set() methods, but I couldn't find a way out. :-)

mardy commented 6 years ago

No idea why Travis is not reporting about this PR, but you can find that it was successfully built here: https://travis-ci.org/Pelagicore/gdbus-codegen-glibmm/builds/413602284

mardy commented 6 years ago

Yes, the unit tests are doing a byte-by-byte comparison with the generated code.