RE: Gnulib homepage and CVS mirror

2013-05-03 Thread ghostma...@gmail.com
Hello everyone! It really meets my needs, since I haven't added full support for CVS yet. :-) If it doesn't have any meaning, I'll remove any "tails" to SVS and will keep only git support in pygnulib. ---Исходное сообщение--- От: Karl Berry Отправлено: 04.05.2013, 00.57 Кому: stefano.lattar..

Re: Gnulib homepage and CVS mirror

2013-05-03 Thread Karl Berry
Hi Stefano, You can use CVS in a read-only way, to retrieve the latest version from the Git repository, using a command like this: I deleted that text from the web page, thanks. Since I reckon nobody in his sane mind is still using CVS to access to the Gnulib repository, Be

Gnulib homepage and CVS mirror

2013-05-03 Thread Stefano Lattarini
On the Gnulib homepage , I read You can use CVS in a read-only way, to retrieve the latest version from the Git repository, using a command like this: cvs -d :pserver:anonym...@pserver.git.sv.gnu.org:/gnulib.git co \ -d gnulib HEAD But then, if

Regression in development version of bash w.r.t. associative hashes

2013-05-03 Thread Stefano Lattarini
[+cc bug-gnulib, see below for a reason] Minimal reproducer of the regression: $ cat foo.bash echo "$BASH_VERSION" declare -A hash echo ${hash[a/b]} echo $? $ /bin/bash foo.bash 4.2.45(1)-release 0 $ ~/bleeding/bin/bash foo.bash 4.3.0(1)-alpha foo.bash: line 3: a/b: divis

Re: test-fdutimensat racy?

2013-05-03 Thread Bernhard Voelker
On 05/02/2013 06:16 PM, Paul Eggert wrote: > On 05/02/13 00:53, Bernhard Voelker wrote: >> On my VM (where that test failed ~380 out of 1000 times before), >> the failure rate is now down to ~120/1000. > > Thanks, what are the failure symptoms now? Which assertions fail? Sorry, I should've menti