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
Then, when we perform the internal calls to add_service, add_getter or add_setter, we should check in the in-memory list to find out if the service/getter/setter has tags waiting for it.
I'm not sure about the error type.
In a followup issue, we'll think about saving tags as they are added/removed, or associating tags to
The text was updated successfully, but these errors were encountered:
For the moment, tags live only in memory. We should be able to save them to disk. Basically, each id may be associated to a list of strings.
This means adding to
manager::AdapterManager
methodsThen, when we perform the internal calls to
add_service
,add_getter
oradd_setter
, we should check in the in-memory list to find out if the service/getter/setter has tags waiting for it.I'm not sure about the error type.
In a followup issue, we'll think about saving tags as they are added/removed, or associating tags to
The text was updated successfully, but these errors were encountered: