From: Josh Cheek Date: 2010-07-01T17:05:13+09:00 Subject: Re: pathname.rb:270: warning: `*' interpreted as argument prefix --00c09f8017d9dcc1d7048a4eed3e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/7/1 Jes=FAs Gabriel y Gal=E1n > 2010/7/1 Jes=FAs Gabriel y Gal=E1n : > > On Thu, Jul 1, 2010 at 8:46 AM, Josh Cheek wrote= : > >> On Thu, Jul 1, 2010 at 12:55 AM, R.. Kumar 1.9.1 OSX < > sentinel1879@gmail.com > >>> wrote: > >> > >>> Josh Cheek wrote: > >>> > >>> > Anyway, if it bothers you, you can go put parens around it so it > becomes > >>> > yield(*args) and is not ambiguous. But you don't need to worry abou= t > it, > >>> > look where it got those args from: > >>> > >>> Okay, i've put a parens around the *args. I no longer get the warning= . > >>> However, why i did not do this earlier, is that when i was googling a= nd > >>> i saw the commit (change) for this issue, there seemed to be several > >>> lines of change involved. > >>> > >>> I hope i am not altering the behavior by putting the parens. > >>> -- > >>> Posted via http://www.ruby-forum.com/. > >>> > >>> > >> You aren't, you probably see them because your warning levels are > different > >> than other people's > >> > >> > >> $ ruby -we "def x; yield *[12] end; puts x{|n|n}" > >> -e:1: warning: `*' interpreted as argument prefix > >> 12 > >> > >> $ ruby -e "def x; yield *[12] end; puts x{|n|n}" > >> 12 > >> > >> ----- > >> > >> Also, I appear to not be receiving Brian's posts. I only realized that > >> anyone other than R. Kumar and I were in this thread by seeing Kumar > reply > >> to him, and checking ruby-forum, where I saw that Brian had responded.= I > >> checked my mail with the filter from:b.candler@pobox.comand don't have > >> anything since 15 June. > >> > >> I'm on gmail. Does anyone else on gmail not see his posts? > > > > I'm on gmail too, and I see 7 posts in this thread: 3 from RKumar and > > 2 each from Brian and you. > > It has sometimes happened to me that some people get flagged as > > spammers by Gmail. Check your Trash folder, maybe Gmail is sending > > Brian's emails there. Several times I've had to go there and flag them > > as not spam. > > Sorry, I meant the Spam folder, not the Trash. > > Jesus. > > Yes, that is what happened, the query "label:spam from:b.candler@pobox.com" gets about 30 responses. I created a filter to never send his responses to spam, hopefully that will resolve this issue. Thank you. --00c09f8017d9dcc1d7048a4eed3e--