Skip to content
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

add fixed provider #976

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add fixed provider #976

wants to merge 1 commit into from

Conversation

lplewa
Copy link
Contributor

@lplewa lplewa commented Dec 6, 2024

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

@lplewa lplewa requested a review from a team as a code owner December 6, 2024 14:56
@@ -0,0 +1,330 @@
#include "base.hpp"
Copy link
Contributor

Choose a reason for hiding this comment

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

missing copyright

please keep system indludes first, then umf public API, then local

Copy link
Contributor Author

Choose a reason for hiding this comment

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

copyright - added. An order of the includes are consistent with other provider tests. So unless we will fix it in all files, it should stay the same

src/coarse/coarse.c Outdated Show resolved Hide resolved
Copy link
Contributor

@ldorau ldorau left a comment

Choose a reason for hiding this comment

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

This PR depends on #981 and should be merged after it.

After having applied the requested changes the tests starts to fail and they should be fixed accordingly.

src/coarse/coarse.c Outdated Show resolved Hide resolved
src/provider/provider_fixed_memory.c Show resolved Hide resolved
src/provider/provider_fixed_memory.c Show resolved Hide resolved
src/provider/provider_fixed_memory.c Show resolved Hide resolved
src/provider/provider_fixed_memory.c Outdated Show resolved Hide resolved
src/provider/provider_fixed_memory.c Outdated Show resolved Hide resolved
src/provider/provider_fixed_memory.c Outdated Show resolved Hide resolved
src/provider/provider_fixed_memory.c Show resolved Hide resolved
src/provider/provider_fixed_memory.c Outdated Show resolved Hide resolved
src/provider/provider_fixed_memory.c Show resolved Hide resolved
@ldorau
Copy link
Contributor

ldorau commented Dec 10, 2024

#981 has been merged. Rebase please.

umfFileMemoryProviderOps
umfFileMemoryProviderParamsCreate
umfFileMemoryProviderParamsDestroy
umfFileMemoryProviderParamsSetPath
umfFileMemoryProviderParamsSetProtection
umfFileMemoryProviderParamsSetVisibility
umfFixedMemoryProviderOps
Copy link
Contributor

Choose a reason for hiding this comment

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

please add new functions to LIBUMF_0.11 set (requires #974 merged + rebase)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

if it will be merged....

@lplewa lplewa force-pushed the fixed branch 4 times, most recently from e9f92ca to 4e91bc9 Compare December 12, 2024 13:48
README.md Outdated Show resolved Hide resolved
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.

6 participants