UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Memory channels are the wrong way round #80

Closed MattWindsor91 closed 2 years ago

MattWindsor91 commented 2 years ago

Both sides of the memory channel-set are trying to write to and read from the same channels, guaranteeing deadlock the moment a channel becomes depended-upon. This is obviously less than ideal, and needs to be fixed immediately.