You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace / implement spec points as described below.
CHA-RC1d (upon release, remove room from room map immediately) and CHA-RC1e (ordering of room removal from room map, RELEASE operation, completion of release() call) have been replaced by CHA-RC1f (async room fetch) and CHA-RC1g (replacement spec point for room release)
CHA-RC1a
Innocuous spec point that says that fetching a room gives you a room with that ID; replaced by CHA-RC1f (async room fetch)
That is, CHA-RC1f and CHA-RC1g.
Note that I’ve taken a slightly different approach to "one operation
waits for another" here than that which I took in the room lifecyle
manager. I’m using Task instances to represent the operation’s work
instead of using subscriptions; this new way feels easier to work with
and seems more intuitive, but I guess it means that I maybe create Tasks
where I wouldn’t need to otherwise; let’s see which we prefer working
with over time.
Resolves#152.
That is, CHA-RC1f and CHA-RC1g.
Note that I’ve taken a slightly different approach to "one operation
waits for another" here than that which I took in the room lifecyle
manager. I’m using Task instances to represent the operation’s work
instead of using subscriptions; this new way feels easier to work with
and seems more intuitive, but I guess it means that I maybe create Tasks
where I wouldn’t need to otherwise; let’s see which we prefer working
with over time.
Resolves#152.
Split from #66.
Replace / implement spec points as described below.
RELEASE
operation, completion ofrelease()
call) have been replaced by CHA-RC1f (async room fetch) and CHA-RC1g (replacement spec point for room release)┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: