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
Perhaps the default part could be dropped, leaving this part only for additional by_ptr subtree.
I would like this API to be as explicit and clear as possible - imo if a parser sees "default" then this explicitly means that a further part should be used to set/get default props, without any extra "ifs". Also in UMF, we use "handles" not pointers. So we end up with:
umf.pool.disjoint.default.SlabMinSize
umf.pool.disjoint.by_handle.%p.SlabMinSize
umf.pool.disjoint.by_name.%s.SlabMinSize // or by_id or similar
CTL - setting global namespace
Rationale
Intention of this issue is to discuss and summarize the implementation for default part of the CTL.
This issue is a part of: #1036
Description
The CTL for global namespace is the way to set default values for pool, providers etc.
API Changes
API to be added:
Examples of use
Implementation details
The implementation should be split into 2 parts, first is the main CTL tree:
After encountering SUB_TREE there should be located a proper CTL tree, appropriate for the mentioned type:
Meta
The text was updated successfully, but these errors were encountered: