rock-core / tools-roby

The roby plan manager
Other
3 stars 11 forks source link

interface: fails to detect a new job if the plan pattern was added in a transaction #88

Closed alcantara09 closed 6 years ago

alcantara09 commented 6 years ago

We're adding a new job from within an action (i.e. within a transaction) and the IDE does not see it.

Getting through a debugging session, the problem seem to be that the interface never generates the MONITORED event at https://github.com/rock-core/tools-roby/blob/roby3/lib/roby/interface/interface.rb#L367. It might be related to https://github.com/rock-core/tools-roby/commit/039d8bc2260c20afa53ec16fd149c22c2b8ad7bc.

doudou commented 6 years ago

Fixed on master