[#4346] Segmentation fault — Andrew Walrond <andrew@...>
FYI, just got this random unexpected crash
On 01 Feb 2005, at 07:33, Andrew Walrond wrote:
[#4360] Adding lastlog info to etc — "Berger, Daniel" <Daniel.Berger@...>
Hi all,
[#4368] 'when (cond):' causes SyntaxError — "NAKAMURA, Hiroshi" <nakahiro@...>
Hi,
[#4385] add color_set support to curses.c — Paul Duncan <pabs@...>
I'm not sure why this is missing from the Curses binding, but the
[#4392] HTTP Basic authentication for open_uri — Kent Sibilev <ksibilev@...>
Can somebody apply the following patch for open_uri in order to enable
[#4402] BUG: Struct.new(:a?).instance_methods — "Cs. Henk" <csaba-ml@...>
Hi, getting an ArgumentError with "NULL pointer given" doesn't seem to
[#4403] Re: Unknown OS X 10.2 Socket constants (+script to generate) — Sam Roberts <sroberts@...>
Quoteing matz@ruby-lang.org, on Tue, Feb 08, 2005 at 01:21:18PM +0900:
[#4427] Re: windows socket connection freeze — ville.mattila@...
[#4432] curses + threads = non-blocking getch — William Morgan <wmorgan-ruby-core@...>
Hello experts,
In article <20050214231544.GE26414@masanjin.net>,
[#4439] Thread-safe Ruby Status? — Vincent Isambart <vincent.isambart@...>
Hello,
[#4448] add persistent history to irb — "David A. Black" <dblack@...>
Hi --
[#4453] bug in IRB with $_ matching a range of regexps — Ryan Davis <ryand-ruby@...>
> % ruby -v
[#4468] Re: Strange argc check in stable snapshot — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
[#4475] Re: Strange argc check in stable snapshot — "Berger, Daniel" <Daniel.Berger@...>
> -----Original Message-----
[#4479] Requesting addition to IRB (configurable standard output) — Sascha Ebach <se@...>
Hello,
Quoting se@digitale-wertschoepfung.de, on Fri, Feb 25, 2005 at 01:22:34AM +0900:
On 24 Feb 2005, at 19:51, Sam Roberts wrote:
Quoting drbrain@segment7.net, on Sat, Feb 26, 2005 at 02:43:31AM +0900:
On 25 Feb 2005, at 16:03, Sam Roberts wrote:
Quoting drbrain@segment7.net, on Sat, Feb 26, 2005 at 10:24:52AM +0900:
On 25 Feb 2005, at 18:55, Sam Roberts wrote:
Quoting drbrain@segment7.net, on Sat, Feb 26, 2005 at 03:49:49PM +0900:
Re: bug in IRB with $_ matching a range of regexps
On Wed, 23 Feb 2005 nobu.nokada@softhome.net wrote: > At Tue, 22 Feb 2005 04:28:37 +0900, > Ryan Davis wrote in [ruby-core:04458]: > > Can we make the fact that it is of limited use more obvious? Like, > > maybe add a warning if that shorthand is used? > $ echo 'while gets; print if /^b/../^c/;end' > foo.rb > $ ruby -w foo.rb > foo.rb:1: warning: range literal in condition > > What enables it to work in the shorthand (-e) from, but not in regular > > use? > In old versions, it worked in regular use, as well as Perl. How old? I recall it's in the Pickaxe 1 (Ruby 1.6.2) and it was not even deprecated back then. I'd rather have a feature generalised instead of confined like this. However I understand that some features have to be weeded out, lest it looks like PERL-6. http://www.ozonehouse.com/mark/blog/code/PeriodicTable.pdf However, I am wondering whether that code (the flipflop regexp code) could be mostly extracted out of eval.c and put in a class. It's usually better to have complexity outside of the evaluator than inside. (That's what BASIC does too little and LISP does too much... if there's a "too much") What I really *don't* like is that the semantics are different depending on whether the code is in -e or not. I'd vote for either making a generalised feature out of it, or removing it completely right now. (BTW: I think that every time I used that feature in Ruby, Perl, or Awk, it always was for multiline scripts, typically 10-30 lines, so the current situation sounds quite stupid to me) _____________________________________________________________________ Mathieu Bouchard -=- Montr饌l QC Canada -=- http://artengine.ca/matju