[#76442] [Ruby trunk Feature#11741] Migrate Ruby to Git from Subversion — naruse@...
Issue #11741 has been updated by Yui NARUSE.
3 messages
2016/07/19
[#76515] [Ruby trunk Bug#12610] webrick: protect from httpoxy — nagachika00@...
Issue #12610 has been updated by Tomoyuki Chikanaga.
3 messages
2016/07/22
[ruby-core:76482] [CommonRuby Feature#12546][Assigned] Remove UnicodeNormalize::UNICODE_VERSION
From:
usa@...
Date:
2016-07-20 23:39:16 UTC
List:
ruby-core #76482
Issue #12546 has been updated by Usaku NAKAMURA. Status changed from Closed to Assigned `lib/unicode_normalize/tables.rb` is automatically generated from `template/unicode_norm_gen.tmpl`. You have to change not only the former but also the latter. ---------------------------------------- Feature #12546: Remove UnicodeNormalize::UNICODE_VERSION https://bugs.ruby-lang.org/issues/12546#change-59722 * Author: Martin D端rst * Status: Assigned * Priority: Normal * Assignee: Martin D端rst ---------------------------------------- UnicodeNormalize::UNICODE_VERSION is defined in lib/unicode_normalize/tables.rb, but we now also have RbConfig::CONFIG['UNICODE_VERSION'], which is more general. Therefore, UnicodeNormalize::UNICODE_VERSION can be removed. I'm opening an issue on this just in case somebody is depending on this. I have searched all of Ruby proper (incl. standard libraries) and removed any uses that I found. I'll implement this feature if I don't get some pushback in a week or so. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>