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

Missing prefix/"namespace" in C code #55

Open
inkeliz opened this issue Aug 1, 2023 · 0 comments
Open

Missing prefix/"namespace" in C code #55

inkeliz opened this issue Aug 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@inkeliz
Copy link
Contributor

inkeliz commented Aug 1, 2023

Affected plugin
Most all of them

Describe the bug
Some plugins uses C code and C doesn't have concept of "namespace". Some functions is exported without any prefix, which may lead to collisions.

Expected behavior
We need to add some prefix, maybe the name of the library in Go. So, instead of fileRead it must be explorer_fileRead, or even gio_explorer_fileRead, and similar.

@inkeliz inkeliz added the bug Something isn't working label Aug 1, 2023
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