deis / workflow-manager

Deis Workflow Manager: Cluster First Aid
MIT License
14 stars 15 forks source link

bug(k8s): unintentional variable shadowing #92

Closed jackfrancis closed 8 years ago

jackfrancis commented 8 years ago

Enforce block scope heap reference when referring to for-loop enumerated variables by address; otherwise all internal assignments inside for loop refer to the same address: the address of the enumerated variable in the final iteration.

fixes #91

codecov-io commented 8 years ago

Current coverage is 43.77% (diff: 100%)

Merging #92 into master will increase coverage by 13.38%

@@             master        #92   diff @@
==========================================
  Files             8         11     +3   
  Lines           362        578   +216   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            110        253   +143   
- Misses          224        281    +57   
- Partials         28         44    +16   

Powered by Codecov. Last update 6aa120a...3d22604