Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

leromarinvit
Copy link

No description provided.

Martin, Oliver and others added 3 commits August 17, 2018 12:05
{% call(arg1, arg2) some_macro(some_parameters) %}
    arg1 = {{ arg1 }}
    arg2 = {{ arg2 }}
{% endcall %}
@leromarinvit
Copy link
Author

I'm a bit confused by the findbugs message:

[INFO] Redundant nullcheck of argName which is known to be null in com.hubspot.jinjava.lib.tag.CallTag.interpret(TagNode, JinjavaInterpreter) [com.hubspot.jinjava.lib.tag.CallTag] Redundant null check at CallTag.java:[line 118] RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE

CallTag.java:118 is a closing tag of a try-with-resources, and interpret doesn't seem to contain any explicit null checks at all. Running mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V locally doesn't yield any errors either...

@mattcoley
Copy link
Collaborator

I can try pulling your branch later today and see what I find.

@codecov-io
Copy link

Codecov Report

Merging #224 into master will increase coverage by 0.12%.
The diff coverage is 85.18%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ Complexity Δ
...main/java/com/hubspot/jinjava/lib/tag/CallTag.java 84.84% <85.18%> (-5.16%) 9 <6> (+5)
.../hubspot/jinjava/interpret/JinjavaInterpreter.java 78.18% <0%> (+0.6%) 49% <0%> (+1%) ⬆️
...hubspot/jinjava/el/ext/AbstractCallableMethod.java 94.11% <0%> (+5.88%) 12% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update def74f9...95f6daf. Read the comment docs.

@leromarinvit
Copy link
Author

Found it: https://sourceforge.net/p/findbugs/bugs/1169/
Supposedly it's fixed, but at least the workaround listed there works.

@tillsc
Copy link

tillsc commented Jun 14, 2022

Shouldn't this be merged? Call block arguments are such a cool jinja feature...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants