specs
specs copied to clipboard
Specs 1.0 roadmap
This is the tracking issue for the 1.0 release.
Alpha phase
Goal: Get the API to a level that's supposedly stable and robust.
Steps
- [ ] Check error handling for consistency
- [x] Make
Worldan extension ofResources(#523) (worked on by @TimonPost) - [ ] Evaluate
System::setup(see #525, #437) (worked on by @LucioFranco)- [x] How much should we keep? (everything ~~/
Defaultonly / no automatic setup~~) - [ ] Work out good practices
- [ ] Look into initialization story in general
- [x] How much should we keep? (everything ~~/
- [ ]
RestrictedStorage(worked on by @distransient)- [x] Is it actually useful? How applicable?
- [ ] With which APIs does it intersect?
- [ ] Can its uage be improved?
- [x] Remove
commonmodule - [ ] Remove experimental modules / move them out
- [ ] Allow joining over
FlaggedStoragein parallel (worked on by @Moxinilian) - [x] Audit uses of
unsafe(https://github.com/slide-rs/specs/issues/548) - [ ] Close, fix or postpone all existing issues
- [x] Try to cut down on dependencies where appropriate; document public dependencies and stabilize them before the alpha release
- [x] Migrate to Rust 2018
Reflection
- [ ] Summarize all changes
- [ ] Release alpha version & create post
Beta phase
Goal: Fix last inconsistencies / problems reported, improve docs quality, increase test coverage and create bigger demo.
Fixes
- [ ] Plan eight weeks starting with the post for collecting problem reports.
- [ ] Fix bugs, fix problems / close issues which are out of scope; document what is in scope and what isn't.
Documentation
- [ ] Improve top-level documentation; include only reference-style information and keep all explanations in the book; link to the book when appropriate.
- [ ] Ensure the following items are part of every item (where applicable)
- [ ]
# Errorssection - [ ]
# Panicssection - [ ]
# Examplessection
- [ ]
Tests
- [ ] Set up codecov.io to measure code coverage
- [ ] Try to cover uncovered lines where appropriate
- [ ] Add larger simulation test
Demo
- [ ] Create bigger demo with good documentation serving the example, showing best practices, common patterns and general usage
- [ ] Make README example more useful / point to demo
End of beta phase
- [ ] Release beta version and make another post
- [ ] Help a couple of projects upgrading
1.0
- [ ] If nothing goes horribly wrong, release
1.0and make an announcement.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to comment if this is still relevant.
@torkleyy I dont think we want to close this?
Considering the multiple breaking changes, it might be worth adding a "Migrating from 1.0" page in the tutorial as a point in the Beta Phase's Documentation list
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to comment if this is still relevant.
Not to be closed
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to comment if this is still relevant.