NWChemEx / NWChemEx/PluginPlay
macro for load_modules
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13
- Forks
- 1
- Avg merge
- 43m
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
All of the downstream repos declare a function load_modules(sde::ModuleManager& mm). If this API ever needs to change we'll need to change it in multiple places.
Describe the solution you'd like
Ideally there should be macros for declaring and defining load_modules so that all of the downstream dependencies are kept in synch if the API ever needs to change.
Contributor guide
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.
Research direction
Start by locating the downstream load_modules(sde::ModuleManager& mm) declarations and definitions, then inspect how PluginPlay exposes related module-loading APIs. Done means macros can declare and define load_modules while keeping the downstream API synchronized; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100