stepheneb (Stephen Bannasch)
- Login: stepheneb
- Email: stephen.bannasch@deanbrook.org
- Registered on: 11/23/2008
- Last sign in: 10/08/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 4 | 4 |
Activity
09/26/2011
-
07:31 AM Ruby Bug #5345: error running make for 1.9.2-p290: Generating RI => 'marshal data too short'
- Also have the same problem with ruby_1_9_3_rc1
-
07:12 AM Ruby Bug #5345: error running make for 1.9.2-p290: Generating RI => 'marshal data too short'
- I'm now getting the same error when building 1.9.2-p302 (which worked last week):
When using miniruby to generate the rdoc and ri the RI generation fails:
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb...
09/21/2011
-
11:40 AM Ruby Bug #5345 (Closed): error running make for 1.9.2-p290: Generating RI => 'marshal data too short'
- Can't successfully build ruby 1.9.2-p290 from a git clone on RedHat Enterprise 5.5, make fails while generating RI with the error 'marshal data too short'
Can successfully build 1.9.2-p302 and ruby_1_9_3 on the same system.
I don't...
07/20/2011
-
05:27 AM Ruby Feature #5054: Compress a sequence of ends
- I like being able to visually match the indentation so I wanted to see what a variation of this proposal might look like if 'e' was an substitute for 'end'.
I use two space chars as indentation for my Ruby code so instead of this:
...
02/12/2011
-
11:43 AM Ruby Bug #4373: http.rb:677: [BUG] Segmentation fault
- =begin
At 7:04 AM +0900 2/12/11, Christian Fazzini wrote:
>Issue #4373 has been updated by Christian Fazzini.
>
>
>I am still confused. If it is an openssl problem, then shouldn't rvm install 1.9.2 --with-openssl-dir=/usr/local
> f...
09/08/2010
-
07:15 PM Ruby Bug #3780: RDoc::Parser.binary? broken for some utf8 files longer than 1024 bytes
- =begin
Interesting ... the problem does not occur when running rdoc included in ruby built with the v1_9_2_0 tag. I had thought it would -- but the RDoc::Parser.binary? method I reference above which I believe causes the problem: http:...
09/02/2010
-
06:21 AM Ruby Bug #3780 (Closed): RDoc::Parser.binary? broken for some utf8 files longer than 1024 bytes
- =begin
RDoc truncates files at 1024 bytes when checking if the file is binary. This will invalidate the file encoding if the file is truncated in the middle of a utf8 char and cause RDoc to exit.
I found this problem when running r...
09/11/2009
-
06:41 AM Ruby Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
- =begin
Kirk,
Can you let me know if there is anything else I need to do to get this patch into 1_8_6?
I'd like to use git to manage the deployment of ruby to several servers and it would be easier to be able to refer to a tag ...
08/22/2009
-
06:37 AM Ruby Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
- =begin
While the dependence on the subversion keyword expansion has been present for a while the crash only started after this commit by shyouhei:
svn rev: 22283
branch: ruby_1_8_6
Fri Feb 13 2009 05:18:12 GMT-0500 ... -
06:26 AM Ruby Bug #1978 (Closed): fixed crash in lib/logger.rb from dependency on svn keywork expansion
- =begin
When I build Ruby 1_8_6 from a git checkout logger.rb crashes because it operates on a string that it expects to be expanded when the sources are checked out with Subversion.
This is a problem when building Ruby from source...