From cca2e7d46a52353238659cca715b57fd2541b3ae Mon Sep 17 00:00:00 2001 From: Adam Sanderson Date: Fri, 10 Dec 2010 23:31:32 -0800 Subject: [PATCH] Gathering some thoughts after using qw to export the standard lib. --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 88232e1..850028b 100644 --- a/TODO +++ b/TODO @@ -4,4 +4,8 @@ TODO, or perhaps not... - Allow better customization of repositories - Customize collection phase (see LibraryRepository) - Customize naming phase -- Match multiword args, ie: 'activerec 3.' => 'activerec*3.*' => 'activerecord-3.0.3' @done \ No newline at end of file +- If the user is using rvm, add the ruby src directory to the search path, maybe merge it with the normal ruby + - Examples: opening digest could get you both the ruby and the C sources. +- For editors that don't support multi opening collections of files (ie: ./digest.rb and ./digest/) we could trick them by adding symlinks in a temp dir. + - Could be an option... might be a terrible idea :) +- Instead of requiring users to find and configure other languages, small scripts for perl, python, etc. could introspect on their load paths. \ No newline at end of file