From: "ko1 (Koichi Sasada)" Date: 2012-06-26T05:29:09+09:00 Subject: [ruby-core:45854] [ruby-trunk - Feature #5088][Closed] Refactor and Document vm_method.c / method.h Issue #5088 has been updated by ko1 (Koichi Sasada). Status changed from Assigned to Closed I think we need to discuss about each spec, before implementation (of course, a proposal with an implementation is welcome). Please persuade matz before you try to commit your patch. ---------------------------------------- Feature #5088: Refactor and Document vm_method.c / method.h https://bugs.ruby-lang.org/issues/5088#change-27441 Author: lazaridis.com (Lazaridis Ilias) Status: Closed Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: =begin (not a "Feature" but a "Task") Refactoring and documentation of the following files: * source:vm_method.c * source:method.h * other indirectly affected files This will not alter the functionality in any way, but will change only whitespace, structure and naming. The goals are * to make the method handling easier to understand. * to enable more developers to maintain the code * To simplify processing/implementation of issues: #4893, #5005 * To simplify the completition/extension of the method-handling * to prepare for a later redesign of vm_method.c (towards "methods are objects") (patches follow by time, if no objecting is given) =end -- http://bugs.ruby-lang.org/