-
Notifications
You must be signed in to change notification settings - Fork 170
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
Support arguments for macro block callbacks #224
base: master
Are you sure you want to change the base?
Support arguments for macro block callbacks #224
Conversation
{% call(arg1, arg2) some_macro(some_parameters) %} arg1 = {{ arg1 }} arg2 = {{ arg2 }} {% endcall %}
I'm a bit confused by the findbugs message:
|
I can try pulling your branch later today and see what I find. |
Codecov Report
@@ Coverage Diff @@
## master #224 +/- ##
============================================
+ Coverage 71.46% 71.59% +0.12%
- Complexity 1376 1383 +7
============================================
Files 218 218
Lines 4356 4379 +23
Branches 691 696 +5
============================================
+ Hits 3113 3135 +22
+ Misses 1001 1000 -1
- Partials 242 244 +2
Continue to review full report at Codecov.
|
Found it: https://sourceforge.net/p/findbugs/bugs/1169/ |
Shouldn't this be merged? Call block arguments are such a cool jinja feature... |
No description provided.