Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Improve control dependencies when using `source` #826

Open Ellpeck opened 1 month ago

Ellpeck commented 1 month ago

Ok, so the dataflow graph is correct although we should add links to identify that all sourced nodes have a cd on the source call

See related issue #822