-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QOI status table #44
Comments
@cwschilly prior to vt 1.5 (and vt-tv) release, please review and update as necessary, thanks |
@cwschilly from what I was able to test, the table appears up-to-date. @cwschilly @tlamonthezie why are QOIs such as, e.g., |
@ppebay I think that "not easy to implement" just means that there isn't a dedicated "getSharedID" function for an object. For any QOI other than the core "easy to implement" options (load, id, sent/recv volume, etc.) the user would pass the information as an attribute of the object, and then we would use the generalized attribute "getters" (implemented with lambda functions) to access it. While the treatment behind the scenes differs, the user experience is the same as LBAF--you specify |
In the following table, QOI that are directly supported have green checks (✅).
All other QOI (e.g.
shared_block_id
) are supported via theattributes
oruser_defined
fields of the JSON.The text was updated successfully, but these errors were encountered: