PilotLightTech / PilotLightTech/pilotlight
[FEATURE]: load_symbol() Function for Library API
Open
@nreagan is already working on this.
Since May 14, 2025.
system: OS
type: Feature
type: Improvement
- Dominant language
- C
- Stars
- 118
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Contact Details
No response
What is the feature?
There currently exists a load_function() API to load a symbol from a DLL. This should really be renamed to load_symbol(), since it also supports variables. So ideally we'd rename load_function() to load_symbol(), and have load_function() simply call load_symbol() for backward compatibility.
Desribe alternatives you have considered?
Using load_function() in the meantime
Extension
None
Libraries
None
System
Library API
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.