Skip to content

Add context hierarchy to adiak metadata #35

@mplegendre

Description

@mplegendre

Add hierarchy to adiak metadata. For example,

adiak::push_context(“mylib”)
adiak::value("version", ...)
adiak::value("foo", ...)
adiak::value(…)
adiak::pop_context()

Produces names like “mylib::version”, “mylib::foo”, …

Some metadata should probably always go to the root context. For example, 'user' or 'launchday' does not make sense in a lower-level hierarchy.

Also, we have been asked to provide tool callbacks when context is popped.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions