[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

Rb_class_tbl - Odd Behavior

From: Charles Thornton <ceo@...>
Date: 2006-12-22 01:01:08 UTC
List: ruby-core #9771
I was looking thru the code for defining a class.

1) I had a ruby program that generates two classes and a singular class.

2) Then I inserted into the code a direct call to rb_define_class().

NOW - The rb_class_tbl ONLY contains a reference to the class from 2)
              It does not contain references for the two classes from 1) 

Am I right is assuming this has to do with how the syntax tree is handled?
The references for 1) are in the syntax tree?

           Thanks

In This Thread

Prev Next