-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
While I have commented on several other issues about what's needed before a final v1 release, I just realized that a single issue that centralizes this knowledge would make this info more visible, so here goes.
Before releasing v1.0.0 of hwlocality and expending more energy on advertising this project to the world, I want to...
- Fix the enum forward compatibility issue described in Got unknown object type from hwloc_get_depth_type #259 for good
- Have tests for all modules.
- Do a last round of API review to make sure I'm comfortable with stabiizing this API.
- Error handling in particular could use some extra care, IIRC I still have some panics in places that should return
Result
. - Cross-check that common traits are implemented where sensible/possible for idiomatic ergonomics and add static assertions for that.
- Error handling in particular could use some extra care, IIRC I still have some panics in places that should return
- Add community-oriented docs.
- Changelog.
- Contribution guide.
- Architecture overview.
- See openSSF best practices checklist for more inspiration.
- Have more usage examples in the docs.
- Have a checklist for future releases.
...and I think that's it. Will expand if anything else comes to mind.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request