mikestok (Mike Stok)
- Login: mikestok
- Email: mike@stok.ca
- Registered on: 10/06/2008
- Last sign in: 09/16/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
05/20/2012
-
10:53 PM Ruby Bug #6474: Substitution bug in String # gsub
- Maybe you are bing confused by the way irb displays results as double quoted strings. If you explicitly use puts:
ratdog:~ mike$ irb
1.9.3-p125 :001 > s = 'a&b'
=> "a&b"
1.9.3-p125 :002 > puts s.gsub '&', '\&'
a&b
=> nil
1...
09/21/2009
-
07:34 PM Ruby Bug #2128 (Rejected): sample/test.rb:gc failure & unknown encoding messages OS X 10.6.1 (25015)
- =begin
Recently I have been getting build failures from ruby 1.9.2 on OS X 10.6.1. Here is the end of the output from version 25015:
sample/test.rb:assignment ..........................................................................
06/19/2009
-
11:14 AM Ruby Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
- =begin
This failure still happens with ruby 1.9.2dev (2009-06-19 trunk 23741) [i386-darwin9.7.0] on OS X 10.5.7
ratdog:~ mike$ uname -a
Darwin ratdog.local 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu...
06/04/2009
-
08:51 PM Ruby Bug #1568 (Closed): Revision 23639 build error OSX 10.5.7
- =begin
In the past couple of days my builds from subversion have failed on OS X 10.5.7 with this error:
compiling bigdecimal
/usr/local/ratdog/src/ruby-trunk/rbconfig.rb:185:in `gsub!': can't modify frozen string (RuntimeError)
...
01/28/2009
-
09:48 PM Ruby Bug #1066 (Rejected): Frequent failure: test_io.rb test 2 on OS X 10.5.6
- =begin
Many times when I build the ruby trunk downloaded from http://svn.ruby-lang.org/repos/ruby/trunk the test_io.rb output is:
test_io.rb .F......................................................
and at the end of the tests...