qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

feat(transform): Control flow graphs built by starlark analyzer #1951

Closed dustmop closed 2 years ago

dustmop commented 2 years ago

Biggest next step IMHO is laying out the public API contract before diving into handling all the conditional edges

I think the next thing I want to add is the actual dataflow analysis, at least some basic version of it that works in an interesting case, since I have a version of that sitting in a branch. After that, completely agree it's time to focus on the public facing API, and after that handling all the edge cases and other TODOs.

b5 commented 2 years ago

ah lovely! given that you have a branch yes let's flip the order & move to that next. Public API can wait