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

Do not export private symbols(symbols not declared in public headers) #566

Open
lplewa opened this issue Jun 25, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@lplewa
Copy link
Contributor

lplewa commented Jun 25, 2024

Current State:

We are currently exporting symbols that are not declared in public headers. These symbols are listed in map/def files and seem to be exported primarily for use in tests when UMF is compiled as a shared library.

Identified Issue:

A specific instance of this problem was addressed in issue #564, but it is likely that there are additional symbols improperly exported.

Tasks Before Major Release:

  • Review Exported Functions:
    Conduct a comprehensive audit of all symbols currently exported in the project.
    Verify whether each exported symbol should be publicly available or if they were exported inadvertently.
@lplewa lplewa added the bug Something isn't working label Jun 25, 2024
@lplewa lplewa changed the title Inconsistent Exporting of Symbols Across Platforms Do not export private symbols(symbols not declared in public headers) Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant