Closed JulienRemy closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.86%. Comparing base (
d92f13f
) to head (b974455
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @JulienRemy, I can't remember what you said about PRs on Monday. Was this the one that's ready for a review?
Hi @arporter, this one is indeed ready to review when you have time for this.
Integration tests were green.
Currently pointer assignments of the form
var =[>] this[%...]%procedure(...)
areCodeBlock
s wrapping fparserFunction_Reference
objects. This converts them to assignments with a call on the rhs.Notes:
Intrinsic_Function_Reference
, wrongly parsed asFunction_Reference
fparser/#447 and associated TODO comments.Structure_Constructor
case mentioned here so it does not close #2586.