fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
257 stars 41 forks source link

fix: associate block from Function result #280

Closed gnikit closed 1 year ago

gnikit commented 1 year ago

I think the signature is still not ideal i.e. LOGICAL FUNCTION but I chose it since it indicates that the associate block variable is the result of a function.

Fixes #269

codecov[bot] commented 1 year ago

Codecov Report

Merging #280 (59f4402) into master (eb6f618) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #280   +/-   ##
=======================================
  Coverage   86.94%   86.95%           
=======================================
  Files          12       12           
  Lines        4566     4569    +3     
=======================================
+ Hits         3970     3973    +3     
  Misses        596      596           
Impacted Files Coverage Δ
fortls/objects.py 83.99% <100.00%> (+0.03%) :arrow_up:
fortls/parse_fortran.py 89.10% <100.00%> (ø)