btzy / circuit-sandbox

GNU General Public License v3.0
3 stars 1 forks source link

Requiring a reset to load files into file input communicators might be awkward #34

Closed btzy closed 6 years ago

btzy commented 6 years ago

Currently, after selecting a file for the file input communicator, a reset is required to start reading from the selected file.

This is because:

The most straightforward way to satisfy these requirements is to only load the selected files on reset, which is the current implementation.

Some possible alternatives that could be considered:

btzy commented 6 years ago

This has been closed by a9c9b194b97ad7d2ca5e91ec7bffcce9f0c2d399.