-
Notifications
You must be signed in to change notification settings - Fork 303
/
TODO.txt
46 lines (34 loc) · 1.44 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Laundry Checklist
Release Candidate 2
[X] User requested features (http://answers.polldaddy.com/poll/2233856/)
[X] Split batch files for irb, erb, etc under Ruby 1.9 release (Luis)
[X] Installer
[X] Allow installer to accept flags in silent installations (Jon)
[X] Better management of user-level PATHEXT variable (Jon)
Roadmap Features / No ETA
[ ] Documentation
[ ] Write better README than one in repository. State virtues and limitations
[ ] move config stuff from recipes/tools/docs.rake to config/ruby_installer.rb
[ ] Installer
[ ] Detect previous installation of application and offer removal
[ ] Integrate modular installer recipes
[ ] Better Links for Documentation folder (use GitHub Issues and rank them)
[ ] Make #define RubyBuildPlatform dynamic rather than hard-coded
[ ] Website
[X] Complete HTML + CSS templates (Pavel)
[*] Prototype HTML + CSS templates and solicit final feedback
[ ] Infrastructure
[ ] Complete and test new recipe DSL
[ ] Development Kit (DevKit gem)
[ ] Update recipes for GCC 3.4.5 r3 and MSYS 1.0.11 (using new DSL)
[ ] Wrap recipes in DevKit gem
[ ] Installation mechanism independent of Ruby installation
[ ] Simplified update
[ ] Simplified switch of different GCC versions
[ ] Testing
[ ] Binary debug RubyInstaller builds to aid bug root cause identification
[ ] Ruby
[ ] Extend build process to cover other extensions from Setup.nt
--
X = Completed
* = Partially implemented