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
Currently connection tags (file Taggable.hpp) are written in very OOP style with a lot of classes to follow OOP practices. It could be simplified. Also probably taggable could be a wrapper above log class doing logging with tag. Such design would guaranty that we didn't forget to put a tag somewhere.
The text was updated successfully, but these errors were encountered:
Current tags implementation may have an undefined behaviour if parent tag lives less than a child one. I'm adding bug label here. And also removing milestone to reconsider the urgency of this issue.
Summary
Currently connection tags (file
Taggable.hpp
) are written in very OOP style with a lot of classes to follow OOP practices. It could be simplified. Also probably taggable could be a wrapper above log class doing logging with tag. Such design would guaranty that we didn't forget to put a tag somewhere.The text was updated successfully, but these errors were encountered: