[#44036] [ruby-trunk - Feature #6242][Open] Ruby should support lists — "shugo (Shugo Maeda)" <redmine@...>

20 messages 2012/04/01

[#44084] [ruby-trunk - Bug #6246][Open] 1.9.3-p125 intermittent segfault — "jshow (Jodi Showers)" <jodi@...>

22 messages 2012/04/02

[#44156] [ruby-trunk - Feature #6265][Open] Remove 'useless' 'concatenation' syntax — "rosenfeld (Rodrigo Rosenfeld Rosas)" <rr.rosas@...>

45 messages 2012/04/06

[#44163] [ruby-trunk - Bug #6266][Open] encoding related exception with recent integrated psych — "jonforums (Jon Forums)" <redmine@...>

10 messages 2012/04/06

[#44303] [ruby-trunk - Feature #6284][Open] Add composition for procs — "pabloh (Pablo Herrero)" <pablodherrero@...>

57 messages 2012/04/12

[#44349] [ruby-trunk - Feature #6293][Open] new queue / blocking queues — "tenderlovemaking (Aaron Patterson)" <aaron@...>

10 messages 2012/04/13

[#44402] [ruby-trunk - Feature #6308][Open] Eliminate delegation from WeakRef — "headius (Charles Nutter)" <headius@...>

20 messages 2012/04/17

[#44403] [ruby-trunk - Feature #6309][Open] Add a reference queue for weak references — "headius (Charles Nutter)" <headius@...>

15 messages 2012/04/17

[#44533] [ruby-trunk - Bug #6341][Open] SIGSEGV: Thread.new { fork { GC.start } }.join — "rudolf (r stu3)" <redmine@...>

24 messages 2012/04/22

[#44630] [ruby-trunk - Feature #6361][Open] Bitwise string operations — "MartinBosslet (Martin Bosslet)" <Martin.Bosslet@...>

31 messages 2012/04/26

[#44648] [ruby-trunk - Feature #6367][Open] #same? for Enumerable — "prijutme4ty (Ilya Vorontsov)" <prijutme4ty@...>

16 messages 2012/04/26

[#44704] [ruby-trunk - Feature #6373][Open] public #self — "trans (Thomas Sawyer)" <transfire@...>

61 messages 2012/04/27

[#44748] [ruby-trunk - Feature #6376][Open] Feature lookup and checking if feature is loaded — "trans (Thomas Sawyer)" <transfire@...>

13 messages 2012/04/28

[ruby-core:44477] Re: [Backport93 - Backport #6314] Backport r35374 and r35375

From: Evan Phoenix <evan@...>
Date: 2012-04-19 21:39:27 UTC
List: ruby-core #44477
Looks good to me. 

-- 
Evan Phoenix // evan@phx.io


On Thursday, April 19, 2012 at 11:15 AM, drbrain (Eric Hodel) wrote:

> 
> Issue #6314 has been updated by drbrain (Eric Hodel).
> 
> 
> Commits are:
> 
> https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/35374
> 
> https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/35375
> ----------------------------------------
> Backport #6314: Backport r35374 and r35375
> https://bugs.ruby-lang.org/issues/6314#change-26009
> 
> Author: drbrain (Eric Hodel)
> Status: Open
> Priority: Normal
> Assignee: 
> Category: 
> Target version: 
> 
> 
> =begin
> This will update 1.9.3 to RubyGems 1.8.22 which is primarily bug fixes or interoperability and performance enhancements. The full list of updates since 1.8.11 follows:
> 
> === 1.8.22 / 2012-04-13
> 
> * 4 bug fixes:
> 
> * Workaround for psych/syck YAML date parsing issue
> * Don't trust the encoding of ARGV. Fixes #307
> * Quiet default warnings about missing spec variables
> * Read a binary file properly (windows fix)
> 
> === 1.8.21 / 2012-03-22
> 
> * 2 bug fixes:
> 
> * Add workaround for buggy yaml output from 1.9.2
> * Force 1.9.1 to remove it's prelude code. Fixes #305
> 
> === 1.8.20 / 2012-03-21
> 
> * 4 bug fixes:
> 
> * Add --force to `gem build` to skip validation. Fixes #297
> * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
> * Treat the source as a proper url base. Fixes #304
> * Warn when updating the specs cache fails. Fixes #300
> 
> === 1.8.19 / 2012-03-14
> 
> * 3 bug fixes:
> 
> * Handle loading psych vs syck properly. Fixes #298
> * Make sure Date objects don't leak in via Marshal
> * Perform Date => Time coercion on yaml loading. Fixes #266
> 
> === 1.8.18 / 2012-03-11
> 
> * 4 bug fixes:
> 
> * Use Psych API to emit more compatible YAML
> * Download and write inside `gem fetch` directly. Fixes #289
> * Honor sysconfdir on 1.8. Fixes #291
> * Search everywhere for a spec for `gem spec`. Fixes #288
> * Fix Gem.all_load_path. Fixes #171
> 
> === 1.8.17 / 2012-02-17
> 
> * 2 minor enhancements:
> 
> * Add MacRuby to the list of special cases for platforms (ferrous26)
> * Add a default for where to install rubygems itself
> 
> * 3 bug fixes:
> 
> * Fixed gem loading issue caused by dependencies not resolving.
> * Fixed umask error when stdlib is required and unresolved dependencies exist.
> * Shebang munging would only take one arg after the cmd
> * Define SUCKAGE better, ie only MRI 1.9.2
> * Propagate env-shebang to the pristine command if set for install.
> 
> === 1.8.16 / 2012-02-12
> 
> * 3 bug fixes:
> 
> * Fix gem specification loading when encoding is not UTF-8. #146
> * Allow group writable if umask allows it already.
> * Uniquify the spec list based on directory order priority
> 
> === 1.8.15 / 2012-01-06
> 
> * 1 bug fix:
> 
> * Don't eager load yaml, it creates a bad loop. Fixes #256
> 
> === 1.8.14 / 2012-01-05
> 
> * 2 bug fixes:
> 
> * Ignore old/bad cache data in Version
> * Make sure our YAML workarounds are loaded properly. Fixes #250.
> 
> === 1.8.13 / 2011-12-21
> 
> * 1 bug fix:
> 
> * Check loaded_specs properly when trying to satisfy a dep
> 
> * 2 minor enhancements:
> 
> * Remove using #loaded_path? for performance
> * Remove Zlib workaround for Windows build.
> 
> === 1.8.12 / 2011-12-02
> 
> * Bug fix:
> * Handle more cases where Syck's DefaultKey showed up in requirements
> and wasn't cleaned out.
> 
> =end
> 
> 
> 
> -- 
> http://bugs.ruby-lang.org/
> 
> 


In This Thread