Support arguments for macro block callbacks#224
Support arguments for macro block callbacks#224leromarinvit wants to merge 5 commits intoHubSpot:masterfrom
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.