[#686] Wall compilation — Michal Rokos <michal@...>
Hi everybody,
[#688] mkmf.rb - add files to clean and distclean targets — Michal Rokos <michal@...>
Hi,
On Thu, 16 Jan 2003, Michal Rokos wrote:
Hi,
Hi,
On Tue, Jan 21, 2003 at 11:16:39AM +0900, Yukihiro Matsumoto wrote:
Hi,
On Tue, Jan 21, 2003 at 06:38:00PM +0900, Yukihiro Matsumoto wrote:
Hi,
On Tue, Jan 21, 2003 at 11:37:35PM +0900, Yukihiro Matsumoto wrote:
Hi,
Hello,
Hi,
Hi,
Hi,
Hi,
[#708] Documentation for thread.rb — Gavin Sinclair <gsinclair@...>
Hi ruby-core,
[#719] nd_end and NODE_NEWLINE (fwd) — Chad Fowler <chad@...>
[#724] Symbols: More Functionality Wanted — Ryan Pavlik <rpav@...>
I've been discussing this for a bit on #ruby-lang on OPN (or freenode or
Hi,
On 20 Jan 2003 at 15:49, Yukihiro Matsumoto wrote:
Hi --
On Thursday, January 23, 2003, 6:28:04 AM, dblack wrote:
Gavin Sinclair <gsinclair@soyabean.com.au> writes:
Hi,
matz@ruby-lang.org (Yukihiro Matsumoto) writes:
Hi,
On Fri, 24 Jan 2003 03:34:46 +0900
[#730] Comments on matrix.rb — Gavin Sinclair <gsinclair@...>
Hi -core,
[#757] Extensions for Time and ParseDate — Ryan Davis <ryand-ruby@...>
Eric and I have been hacking around and we can't stand the lack of
[#759] Adding Test::Unit to CVS — "Nathaniel Talbott" <nathaniel@...>
Matz has already given me the go-ahead to add Test::Unit to CVS, but I
Nathaniel Talbott wrote:
On Wednesday, January 22, 2003, at 07:56 AM, Dave Thomas wrote:
local_variables: exception "NULL pointer given"
Hi!
I am new to the mailing list and I hope that the topic is appropriate
and hasn't been discussed recently.
I am a member of the "ruby development tool" project (an eclipse plugin)
and write the debugger interface. Because of some limitations of ruby
1.6.7 on windows I moved on to the ruby 1.8 preview version and found
a bug (or a feature, if someone can explain it to me) when evaluating
"local_variables" inside a block, which is given to Thread.new:
1:def testBlock
2: yield
3:end
4:
5:testBlock {
6: a = 5
7: puts "block : local_variables : #{eval('local_variables')}"
8:}
9:
10:Thread.new {
11: a = 5
12: begin
13: puts "block : local_variables : #{eval('local_variables')}"
14: rescue StandardError => bang
15: puts "Exception: #{bang}"
16: end
17:}
-- ruby 1.8.0 (2002-12-24) [i686-linux] --
block : local_variables : a
Exception: (eval):1:in `local_variables': NULL pointer given
--
-- ruby 1.6.7 (2002-03-19) [i386-linux] --
block : local_variables : a
block : local_variables : a
--
Is this "NULL pointer given" exception already known or does a workaround
exist?
thanks
Markus
--
Markus Barchfeld Tel: 0049-6142-794021
Helmholtzweg 11
65428 Rselsheim