84412-84946
84184-84419 subjects 84605-85253
^ ruby-dev summary 21608-21636
84412 [maki rubycol] This is a summary of ruby-dev mailing list last week.
^ [ANN] sys-proctable 0.6.0
84415 [djberge qwes] I'm happy to announce the release of sys-proctable 0.6.0. This is an
^ Struggling with variable arguments to block
84420 [gsinclair so] I'm having trouble dealing with a block that yields one parameter but
+ 84421 [djd15 po.cwr] Which version of ruby are you using?
| + 84423 [gsinclair so] Ah, good question.
| + 84424 [chr_mail gmx] Weird,
+ 84426 [chr_mail gmx] Actually it is the other way around - the second ``sum''
+ 84428 [matz ruby-la] I smell something wrong. Hmm...<thinking it a while>
84430 [chr_mail gmx] You mean Hash#each and Hash::each_pair will behave
84431 [matz ruby-la] Yes.
84432 [austin halos] What will Hash#each behave like?
84433 [matz ruby-la] The only notable change will be that hash.each{|*a| p a} will produce
84434 [dblack super] irb(main):005:0> *a = 1,2
84435 [decoux moulo] svg% ./ruby -ve '*a = 1,2; p a; *a = [1,2]; p a; *a = [[1,2]]; p a'
84438 [dblack super] OK... that's a start :-) Just so you know I wasn't being
84439 [matz ruby-la] This is what I get
84440 [bg-rubytalk ] irb(main):001:0> *a = 1,2
84441 [michael_s_ca] I get the same result as ben with a windows cygwin compiled version,
84442 [chr_mail gmx] Me too - but I start seeing some light:-) Here is what
84445 [gsinclair so] *throws hands up in air*
84448 [chr_mail gmx] /Christoph
^ [ANN] Rubyx - A first look
84422 [andrew walro] Rubyx is a ruby based linux distro. It is also the name of the script which
84436 [andrew walro] I have been asked some questions off-list which might be generally useful, so
^ RubyConf Registration Extension
84425 [chad chadfow] Due to yesterday's http://rubyconf.org outage, we will be extending
^ RubyConf: alternative registration method if site isn't responding
84427 [dblack super] Just our luck -- right at the end of conference registration
84429 [chad chadfow] # Hi --
^ [ANN] win32-etc 0.1.0
84437 [djberg96 yah] I'm happy to announce the release of win32-etc. This
^ ruby dbi error
84443 [lists debona] Does anyone know what causes this error?
84446 [mneumann nte] This warning is fixed in CVS -current.
^ Re: Subscribe confirmation request (ruby-talk ML)
84444 [racoon kb3.s] ...
^ [ANN] yip v0.8
84447 [bruce codedb] All,
^ Question for http experts
84449 [andrew walro] I have to type
84450 [billk cts.co] There's - I suspect - a more elegant way to do this, but here's
84451 [andrew walro] It certainly did; works perfectly!
^ Re: Overloading to_s in a class of my own
84452 [flgr ccan.de] Moin!
84456 [flgr ccan.de] Moin!
^ News->Mailing list still broken
84453 [andrew walro] I am still seeing messages on comp.lang.ruby that don't appear on the mailing
84463 [dave pragpro] Yes - I've passed over the code to the gateway to a kind volunteer who
^ Rubyx init system
84454 [andrew walro] With bitkeeper, just do
^ [ANN] Ruby/GNOME2 music player (initial release)
84455 [galt gothpoo] I'm making a first public release of a music player I've been working
^ You need a good webhost!
84457 [help uzipp.c] You need a good webhost!
^ You need a good webhost!
84458 [help uzipp.c] You need a good webhost!
^ You need a good webhost!
84459 [help uzipp.c] You need a good webhost!
^ You need a good webhost!
84460 [help uzipp.c] You need a good webhost!
^ You need a good webhost!
84461 [help uzipp.c] You need a good webhost!
^ Suggestion for an XML and ZLIB library?
84462 [dcarrera mat] Greetings all,
84464 [jamesUNDERBA] Welcome back.
84465 [dcarrera mat] =)
84466 [nobu.nokada ] Why don't you use zlib of 1.8.0 standard libraries?
^ Rubyx logo idea
84467 [andrew walro] I've been thinking about a logo for Rubyx, my ruby based linux distro.
+ 84470 [mailij31s-ja] Is this? (14x14 bitmap mimic.)
| 84472 [andrew walro] Yes - thats it.
| 84484 [hal9000 hype] I understand where you're coming from. :) I've read some very amusing
+ 84473 [nobu.nokada ] I don't know what you like and imagine, but challenged a bogus
+ 84489 [kingsley ice] I'm quite interested in your ruby OS. Perhaps I can help out somewhere
84494 [andrew walro] Cool! Lots of jobs need doing; Keeping track of package releases springs to
84495 [kingsley ice] Thanks for answering all my questions - reading that back - it was a bit of a
^ How to delete a directory?
84468 [dcarrera mat] I've read through the Pickaxe documentation, and the output from 'ri'. I
84469 [emiel il.fon] emiel@marvin:/usr/lib/ruby/1.8> ri Dir.delete
^ Problems mixing regular form fields with file uploads
84471 [david loudth] I'm trying to build a form that includes both regular form fields, such
84516 [david loudth] I've narrowed the problem down even further. It appears to be a problem
^ Building Ruby 1.8.1 on Panther
84474 [rich infoeth] I just posted a entry to my (new) weblog on building the latest CVS of
84517 [chris m-audi] Cool, thanks! I've been meaning to install 1.8 myself.
^ [ANN] dbi-dbrc 0.3.0
84475 [djberg96 yah] I'm happy to announce dbi-dbrc 0.3.0
84476 [botp delmont] Is the password encrypted?
84478 [djberge qwes] It doesn't require that your password be encrypted, if that's what you're asking. You're certainly free to use an encrypted password, but it's up to you to then decrypt it as needed.
^ [Q] Legal for separate threads to do I/O on same socket?
84477 [billk cts.co] I'd like to have one thread doing, essentially, gets() from
^ matz: Which programming languages are you capable of?
84479 [Robert.Koepf] It's just, I'm rather interested in different kinds of p-languages and
84510 [matz ruby-la] I'm a fluent C, Ruby speaker. I know much of Lisp (CommonLisp,
^ How to include zip in a program.
84480 [dcarrera mat] Yay! I'm now subscribed to this list. =)
+ 84488 [rodrigo.berm] Daniel,
+ 84490 [dcarrera mat] Recent ruby distributions come with ruby/zlib?
+ 84491 [chad chadfow] # >
+ 84492 [dcarrera mat] I think that my Ruby is broken. I did compile it from source, but I'm
+ 84499 [dali insula.] Maybe the zlib library on your machine is in a non-standard directory. Ruby
+ 84524 [ian caliban.] Look at the date of your version: 2002-12-24. It's an ancient copy, not
84525 [dcarrera mat] Yeah, that must have been it. This explains why downloading it and compiling again
^ problem with \s in unicoded regular expressions
84481 [olonichev sc] I have found a problem with character classes definition in unicoded
84513 [olonichev sc] I have forgotten "!" after "gsub" here in this letter but not when I
^ test, ignore
84482 [hfulton aust] Still more email problems.
^ how to handle 64 bit variables on 32 bit machines ?
84483 [a.neundorf-w] I'd like to use the ruby/dl library to access function in a C library from
84511 [ljlane debia] Array#pack, String#unpack
^ Win32OLE issue in 1.8.0
84485 [STUCKNER MUL] I am having a problem using Win32OLE events with 1.8.0. I have tried it
84486 [austin halos] It seems to me that WIN32OLE in 1.8.0 is much *less* stable than that in
84487 [STUCKNER MUL] Well those frees of objects allocated by ole_wc2mb (which calls ALLOC_N) are
84496 [STUCKNER MUL] More information..
^ Whoohoo! I got Zip
84498 [dcarrera mat] Thanks all for the help.
^ Error in REXML
84500 [dcarrera mat] $ ruby -v
+ 84506 [dcarrera mat] I moved my ~/lib/ruby directory some place else and reinstalled ruby.
+ 84507 [dblack super] The line looks OK to me; my guess is that it's matching part of
+ 84509 [dcarrera mat] Oh. Thanks. That also explains why that regex is not there anymore in
^ File class doesn't work!
84501 [dcarrera mat] $ ls *.xml
+ 84502 [hal9000 hype] Isn't it "exist?" rather than "exists?"?
| 84503 [dcarrera mat] They both exist =)
| 84504 [hal9000 hype] Ahhh.
| 84505 [dcarrera mat] Okay, I am oficially dyslexic. This isn't the first time I confuse two
+ 84508 [dblack super] "context" != "content" :-)
^ BA-rb ( Bay Area Ruby Users Group ) - 'Generating Code in Ruby' by Jack Herrington.
84512 [grant agenti] BA-rb (Bay Area Ruby language Users Group) is pleased to announce that it
84556 [grant agenti] BA-rb ( Bay Area Ruby Users Group ) - 'Generating Code in Ruby' by Jack Herrington.
^ Formatting (ANSI) highlighted strings
84514 [gsinclair so] Using the 'text/highlight' package on RubyForge, you can emit coloured
+ 84515 [austin halos] s = "string".ljust(10).bold.red.on_white
| 84519 [gsinclair so] Hmmm... might get a bit hairy with some more complex formats, but I
+ 84682 [andrew walro] I would like to use this package in my rubyx linux distro to replace my own
84684 [jpace incava] Thanks for the suggestion. This has been released as version 1.0.2.
84687 [andrew walro] Excellent! I'll add the package to rubyx now.
^ XOR operator?
84518 [dcarrera mat] I'm trying to figure out what the boolean "xor" operator is in Ruby. I
+ 84520 [jim freeze.o] irb(main):001:0> 1 ^ 0
+ 84521 [dali insula.] Neither Ruby in a Nutshell mentions one. However I made a quick tests and it
+ 84522 [dcarrera mat] Thanks everyone. Yeah, ^ seems to work.
+ 84526 [dave pragpro] etc
^ Ruby Download options
84523 [dcarrera mat] I have finished the first draft of "ooo_extract". A program to extract/search data
84527 [dcarrera mat] Alright, good to know. I have mentioned that on the website. This brings up another
84528 [achou tealea] OS X will only have a compiler if either the Apple Developer Tools have
84535 [david.dandre] I haven't installed this myself (I compiled mine) so I can't tell you
^ Win32OLE again
84529 [STUCKNER MUL] I am having trouble trying to figure out what is wrong with the Win32ole
84546 [decoux moulo] Well there is nothing wrong with calling free with ALLOC_N because like
84548 [STUCKNER MUL] Ok here are some bizarre results.
+ 84550 [chr_mail gmx] I haven't had any problems with the value = 100035 for ruby -v
+ 84552 [chr_mail gmx] Hm, maybe that's the problem - try the makefile generate by
^ Crash in ruby 1.8.0
84530 [brett_willia] This doesn't look right...
+ 84532 [rpav mephle.] rpav@central:~% ruby -e 'next()'
| 84536 [kapheine hyp] It crashes on break() and return() too.
| 84539 [akr m17n.org] % ./ruby -e '() and 1'
+ 84541 [matz ruby-la] This patch should work. Thank you.
^ [ANN] OOoExtract v0.1
84531 [dcarrera mat] Greetings,
84533 [harryo qiqso] What's all that embedded "binary" at the end of the script?
84537 [dcarrera mat] It's a tar archive. The script is a self-extracting archive. I made it with
84540 [harryo qiqso] Brilliant!
^ [BUG] Fatal recycling of SystemStackErrors
84534 [flgr ccan.de] Moin!
84542 [matz ruby-la] Thank you for the report. I will fix this soon, but the
84628 [flgr ccan.de] Moin!
^ Reading in MP3 files in Ruby
84538 [atribole coe] I'm pretty new to Ruby, and I came across the Ruby bindings
^ [Q] Ruby and XUL?
84543 [dcarrera mat] It's about writing GUIs with Mozilla's XUL. I must say I'm very
+ 84544 [spectra debi] Hm... implementing XUL in Ruby would be very easy. The problem have,
| + 84545 [dcarrera mat] That's a very interesting idea. I hadn't thought of that. I could write
| | 84567 [spectra debi] Exactly. Something like (sorry about the metaphor) DBI/DBDs. Could we
| + 84622 [m_libby ands] Fascinating discussion. Sorry I'm joining a little late, but I've actually
| 84623 [kapheine hyp] =20
+ 84547 [drbrain segm] =2E..
| 84549 [ oct zoy.org] sorry to sound like a bad boy, but XPCOM bindings only allows you to
+ 84551 [feldt ce.cha] I've also looked at XUL and think its promising (especially since I
+ 84614 [jamesUNDERBA] <snip/>
84624 [drbrain segm] =20
84625 [jamesUNDERBA] I'm not so familiar with either to say which would be the better choice
^ Installing .h files from extconf.rb?
84553 [rpav mephle.] Hey, anyone have an elegant way they use to make extconf (with the
84738 [nobu.nokada ] $INSTALLFILES = [["include/*.h", "$(RUBYLIBDIR)/foo", "include"]]
^ getoption long question
84554 [lists debona] opts = GetoptLong.new(_
+ 84560 [dcarrera mat] opts = GetoptLong.new(
| + 84561 [achou tealea] On a tangent, for even more flexibility I modified GetoptLong to be able
| + 84565 [lists debona] Thank you. I swear I tried this before asking, and I got errors. Once
+ 84566 [mwilson13 co] I recommend using optparse rather than GetoptLong, but you may decide
^ [BUG] system() isn't safe on win32
84555 [flgr ccan.de] Moin!
84569 [matz ruby-la] It shouldn't happen. Does anyone confirm this?
+ 84570 [usa osb.att.] It's bug of mswin32 (and mingw32, bccwin32). Sorry.
+ 84571 [chr_mail gmx] Cygwin seems to be save but mswin32 and mingw32
+ 84575 [lists zara.6] Yes, same output here. Ruby 1.8.0 (mswin32), CMD.EXE, Win2k+SP2. Also
^ Re: Win32OLE again - solved
84557 [STUCKNER MUL] You were right! Thank you Thank you Thank you :-) (I am smiling widely).
84562 [chr_mail gmx] It was just only wild guess, but I am happy that this worked out.
84568 [STUCKNER MUL] Note that the win32ole in the Prag Programmers distribution for 1.8.0 is
^ Re: [RCR] #inject, #partition expand array if arity > 2
84558 [flgr ccan.de] Moin!
84563 [harryo qiqso] I've not seen that syntax/semantics before. Is the |(k,v)| syntax documented somewhere?
84564 [djd15 po.cwr] I believe it's just assignment semantics.
^ Re: database row in a hash
84559 [flgr ccan.de] Moin!
^ [ANN] win32-file 0.1.0
84572 [djberg96 yah] I am happy to announce the release of win32-file
+ 84573 [gsinclair so] Good work.
+ 84579 [chad chadfow] # Hi all,
84585 [djberge qwes] Thanks :)
84589 [chad chadfow] #
84594 [chr_mail gmx] Just throwing in a curve ball on this frivolous matter, but
+ 84598 [chad chadfow] # Just throwing in a curve ball on this frivolous matter, but
+ 84601 [sean celsoft] Actually, shouldn't these be constants of the File class?
84602 [djberge qwes] For this particular method I don't think it's necessary. It's certainly
^ Problem with seeking in existing files.
84574 [agemoagemo y] I'm trying to write a program that will be writing
84576 [matz ruby-la] I don't know what platform you are working on. But in general, stdio
84582 [agemoagemo y] Win32.
+ 84583 [wkb airmail.] Morgan,
| 84593 [agemoagemo y] Well, I don't know about technical incorrectness, but
| + 84595 [Ephaeton gmx] File.new/open(filename, File::CREAT|File::RDWR) ...
| + 84597 [austin halos] begin
+ 84584 [Ephaeton gmx] Dunno about win32 in general, but why not simply use File.open/new ?
^ ruby 1.8.1 preview1
84577 [matz ruby-la] It's out.
+ 84578 [joey joeygib] cl -nologo -MD -Zi -O2b2xg- -G6 -I.
| 84590 [gour mail.in] make[1]: Entering directory `/home/gour/ruby-1.8.1/ext/syck'
+ 84580 [tom infoethe] Yours,
^ [ANN] Standard library documentation available
84581 [gsinclair so] Folks,
^ Rublog Problems
84586 [mccallister ] As Dave doesn't have a -users list for Rublog I am asking here, sorry
+ 84588 [tom infoethe] Although I admit that probably a posting here is more likely to be seen
+ 84591 [dave pragpro] Hmm.. I'm running it every day under 1.8.0 and 1.8.1.
+ 84592 [chad chadfow] # As Dave doesn't have a -users list for Rublog I am asking here, sorry
84596 [mccallister ] I have mod_ruby installed but am running it under cgi at the moment --
84599 [mccallister ] Entertainingly enough, the frozen string was it, the following patch
84600 [mccallister ] @@ -147,9 +147,8 @@
^ Disregarding cookies in 302 requests with CGI.rb under mod_ruby
84587 [david loudth] It seems that cookies set with CGI#header are thrown away when using
^ 1.8.1 failure
84603 [djberge qwes] Solaris 9
84607 [ruby-talk wh] Sorry about that (Matz and others). I was warned of these errors, but the
84608 [matz ruby-la] It's the purpose of previews, but I still should have told you the
84609 [djberge qwes] There are some more RCR's since the 1.8.0 release (on RubyGarden). Can
84610 [matz ruby-la] Yes, but they will be considered for 1.8.2 or 1.9.0 anyway.
^ ruby-dev summary 21637-21729
84604 [ttate ttsky.] I present you a summary of the ruby-dev mailing list.
84787 [pbrannan atd] So what will the result of the above two lines of code be?
84789 [matz ruby-la] Plain syntax error in 1.9.x.
84792 [pbrannan atd] Is the syntax error because of the first line or because of the second?
+ 84794 [matz ruby-la] Both. Sequence of strings will no longer be valid.
| + 84808 [pbrannan atd] This works, but the concatenation is done at run-time instead of at
| | + 84809 [ rc pgdn.org] Or so you assume. I don't know how Matz will handle this, but there's
| | | 84810 [drbrain segm] You can redefine String#+, so no such optimization must be made at
| | + 84814 [nobu.nokada ] In 1.8, this is concatenated at compile-time. :)
| | | 84816 [vjoel PATH.B] Very cool! It doesn't need the "", though, does it?
| | | 84818 [nobu.nokada ] It needs for compile-time concatenation, because nil.to_s might
| | + 84826 [matz ruby-la] Don't worry. It's done at run-time anyway.
| + 84812 [sean celsoft] My 1 cent: I really wish "" \ style concatenation wouldn't go away.
| | 84827 [matz ruby-la] Why?
| | 84844 [sean celsoft] Well, isn't "" \ load/compile-time concatenation and "" + run-time
| + 84829 [laurent data] s = "this is a string "
| + 84830 [tim bates.id] Because of Ruby's line-based syntax, Ruby guesses that if you have hit
| + 84831 [matz ruby-la] There's always trade-off. Newline sensitive syntax do not allow
| + 84833 [transami run] shades of %L and kin
| | 84834 [transami run] how will this 'fect HERE docs?
| | 84840 [michael_s_ca] (code
| + 84842 [laurent data] Because the String class does not provide the `+@' method?
| 84852 [wkb airmail.] Laurent,
+ 84946 [gsinclair so] require 'extensions/all' # http://extensions.rubyforge.org
threads.html
top