-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Mako instead of Jinja2 #1527
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good and works like a charm :)
The only thing you still have to do is pass the code checks. Simply run make checkall
and fix the things it complains about. Our CI does not have mako
yet, so don't worry about the red Xs on GitHub.
Done. I fixed all the warnings for the files I changed. |
LGTM :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! very glad to get rid of jinja, i like mako so much more :)
Okay, the ci build now basically works, but there's some errors left, which seem unrelated to your changes and due to updates in the CI environment. It's clang only, so we can merge anyway :) |
I'm glad I could help :) |
Pretty descriptive title. This closes #1273.