From: "drbrain (Eric Hodel)" Date: 2013-01-26T06:34:15+09:00 Subject: [ruby-core:51672] [ruby-trunk - Feature #7708] support for patches list Issue #7708 has been updated by drbrain (Eric Hodel). Target version set to next minor ---------------------------------------- Feature #7708: support for patches list https://bugs.ruby-lang.org/issues/7708#change-35639 Author: mpapis (Michal Papis) Status: Open Priority: Low Assignee: Category: Target version: next minor Often as maintainer of RVM I have to work with multiple ruby patches, but it's hard to tell what patches were used for compiling ruby. As a temporary solution I have started using a file `patches.list` in the root of source and installation directory. It would be nice if Ruby would include this list also in RbConfig::CONFIG. Here is example content of the file I have for ruby-1.9.3-p362: ruby-multilib segfault_fix_7629 If that would be implemented I could understand if it would be required the files to be URLs to online patches which can be easily downloaded and analyzed. -- http://bugs.ruby-lang.org/