Re: Request new Ruby release

2018-05-04 Thread Steven Penny
On Sat, 5 May 2018 07:27:22, Marco Atzeri wrote: I am still waiting that you show your code. i did, here, i can do it again: http://github.com/svnpenn Jon Yong is doing an hell of job taming a monster program, no one is arguing that, i agree its a tough package to maintain and your comme

Re: Request new Ruby release

2018-05-04 Thread Marco Atzeri
On 5/5/2018 2:56 AM, Steven Penny wrote: On Fri, 4 May 2018 15:16:49, Marco Atzeri wrote: I do not see you doing any package activity release, so you should refrain to comment on how we (package maintainers) use our own spare time for this project. such comments are perfectly acceptable if ma

Re: grep does not work with [^...]

2018-05-04 Thread Brian Inglis
On 2018-05-04 16:20, Dmitry Lanin wrote: > Friday, May 4, 2018, 5:03:32 PM, Michel LaBarre wrote: >>> On May 4, 2018 4:32 PM Dmitry Lanin wrote: >>> Bug: grep does not work with [^...] >>> Run the following command: >>> echo qwe | grep -E '[^r]' >>> Expected result: >>> qwe >>> Actual result: >>> -

Re: Request new Ruby release

2018-05-04 Thread Brian Inglis
On 2018-05-04 18:56, Steven Penny wrote: > sorry, did you really just invoke fortran as a serious argument? fortran is > arguably the oldest programming language still in use, if you can even call it > that. you can't even do HTTP with it: > http://rosettacode.org/wiki/HTTPS#Fortran That's what we

Re: Request new Ruby release

2018-05-04 Thread Steven Penny
On Fri, 4 May 2018 15:16:49, Marco Atzeri wrote: I do not see you doing any package activity release, so you should refrain to comment on how we (package maintainers) use our own spare time for this project. such comments are perfectly acceptable if maintainers are acting in bad faith with rega

Re: grep does not work with [^...]

2018-05-04 Thread Dmitry Lanin
Hello Michel, Thank you. Yes, I guessed it is a special character, so I tried (did not work): echo qwe | grep -E '[\^r]' I have finally figured out. Using double-quotes work: echo qwe | grep -E "[^r]" Kind regards, Dmitry Friday, May 4, 2018, 5:03:32 PM, you wrote: ML> Run it in bash instead.

RE: grep does not work with [^...]

2018-05-04 Thread Michel LaBarre
Run it in bash instead. ^ is a quote character in CMD. > -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On > Behalf Of Dmitry Lanin > Sent: May 4, 2018 4:32 PM > To: cygwin@cygwin.com > Subject: Bug: grep does not work with [^...] > > Bug: grep does no

Bug: grep does not work with [^...]

2018-05-04 Thread Dmitry Lanin
Bug: grep does not work with [^...] Run the following command: echo qwe | grep -E '[^r]' Expected result: qwe Actual result: -nothing- --- cygwin DLL version: 2.10.0 base-cygwin 3.8-1 bash 4.4.12-3 coreutils8.26-2 cygutils

Re: cygwin not showing afp files since update

2018-05-04 Thread Eric Blake
On 05/04/2018 12:39 AM, Marco Atzeri wrote: We expect people that post on this mailing list are also reading it. That's a very rude/silly expectation: that to discuss something, you have to subscribe to receive discussions about topics you don't care about. (Topics which are being archived in q

Re: Request new Ruby release

2018-05-04 Thread Marco Atzeri
On 5/4/2018 2:09 PM, Steven Penny wrote: On Fri, 4 May 2018 00:05:23, Brian Inglis wrote: For an understaffed, all-volunteer effort, Cygwin does a tremendous job providing us with a compatible, reliable, stable subsystem working environment, running in a less stable environment. Cygwin seems t

Re: Request new Ruby release

2018-05-04 Thread Steven Penny
On Fri, 4 May 2018 00:05:23, Brian Inglis wrote: For an understaffed, all-volunteer effort, Cygwin does a tremendous job providing us with a compatible, reliable, stable subsystem working environment, running in a less stable environment. Cygwin seems to keep up to date with stable releases of im