From eea16da9f859d0e876fd331066a230a44b9a6a50 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 Dec 2000 06:29:27 +0000 Subject: 001225 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 5d46a525e..5f67a42b2 100644 --- a/ToDo +++ b/ToDo @@ -51,6 +51,7 @@ Hacking Interpreter * export rb_io_{addstr,printf,puts,print} * autoload should work with threads [ruby-talk:4589] * remove stdio dependency from IOs. +* warn for inconsistent local variable usage (lv m and method m at the same time). Standard Libraries -- cgit