AMIOL7 / ELME

Apache License 2.0
0 stars 1 forks source link

Implement the simulation #35

Closed AMIOL7 closed 1 year ago

vismate commented 1 year ago

I'd like to link issue #38.

vismate commented 1 year ago

What I did so far:

On the linked branch you'll soon be able to see these changes. I highly consider this an experimental branch/solution so I request your ideas, alternatives and opinion on these changes.

pszi commented 1 year ago
  • Changed how InputNode.connect(port) behaves: It now only connects to port, if it is in a disconnected state atm

This will alter behavior of my use of it in the view, it is easily fixable though, consider this only as a "note to self".

As for the rest, they will come extremely handy, thank you.

vismate commented 1 year ago
  • Changed how InputNode.connect(port) behaves: It now only connects to port, if it is in a disconnected state atm

This will alter behavior of my use of it in the view, it is easily fixable though, consider this only as a "note to self".

As for the rest, they will come extremely handy, thank you.

I can also fix this issue on my side in 2 lines. At the time of writing the comment above it was easier to change the behaviour, especially because I though it would not affect anything.

Since then I have the infrastructure to change it back in no time.