Skip to content

Conversation

lplewa
Copy link
Contributor

@lplewa lplewa commented Aug 19, 2025

cont: #1467

Description

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly
  • CI workflows, not executed per PR (e.g. Nightly), execute properly
  • New tests added, especially if they will fail without my changes
  • Added/extended example(s) to cover this functionality
  • Extended the README/documentation
  • All newly added source files have a license
  • All newly added source files are referenced in CMake files
  • Logger (with debug/info/... messages) is used
  • All API changes are reflected in docs and def/map files, and are tested

@lplewa lplewa requested a review from a team as a code owner August 19, 2025 12:59
Split between initialize and post-initialize function is necessary
for properly handling CTL defaults.
Comment on lines +199 to +201
/// * Called by UMF **after** @ref initialize during umfPoolCreate().
/// * Between @ref initialize and @ref ext_post_initialize there **may** be
/// multiple calls to @ref ext_ctl for early configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is unclear how pool/provider developer should decide how initialization steps should be split between initialize and ext_post_initialize

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, I think it is an error-prone approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants