-
Notifications
You must be signed in to change notification settings - Fork 11
First Public release Check list
Hemant Kumar edited this page Jan 14, 2015
·
11 revisions
This Wiki documents things we need to do for first public release:
Fix and merge handshake Pull request. https://github.com/code-mancers/rbkit/pull/86 (Owner : Emil)merge https://github.com/code-mancers/rbkit/pull/83 (Owner: Yuva)Merge https://github.com/code-mancers/rbkit-client/pull/134 (Owner : Yuva)There is a bug in GC generation info I think. This information is almost always reset whenever a snapshot is taken. I also think that Ruby itself keeps track of object's generation btw, so we should modify object snapshot protocol to send object's generation as well, rather than ourselves keeping track of that (Owner: Hemant & Emil)Fix a crash in desktop client that happens when you disconnect without connecting from a Process. (Owner : Hemant)- ~~Currently when you disconnect and connect, current state of profiler is not entirely cleared. Many things are not cleared when profiler disconnects from Ruby process:
- Charts rendered via JS (https://github.com/code-mancers/rbkit-chartjs/issues/15) (Owner : kashyap)
- Snapshot counter and snapshots held in Sqlite We should clear all of this stuff and enable clean slate after user connects again. (Owner : Hemant)~~
Test and verify rbkit gem installation on various platforms, even without using rbkit method. (Owner : Emil)Make Static build for OSX. (Owner : Hemant)Make static build for Linux. (Owner : Hemant)- Document basic usage at http://rbkit.readme.io/ (Owner : Hemant, Emil, Yuva)
- Make first public release. (Owner : Hemant)