Skip to content

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:
  • 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)