Bycelium / PyFlow

An open-source tool for visual and modular block programming in python
GNU General Public License v3.0
1.27k stars 52 forks source link

Separate graphs should have different variables spaces #301

Open AlexandreSajus opened 2 years ago

AlexandreSajus commented 2 years ago

Graphs that are not connected together should work on separate kernels so that if the same variable name exists in both graphs, changing the variable in one graph should not change the variable in the other graph

For example: image

This seems wrong

MathisFederico commented 2 years ago

There is a lot to discuss about this, do not implement anything around this for now