Re: Bash-4.3-beta2 available for FTP
On Tue, Oct 15, 2013 at 10:44 PM, Joshuah Hurst wrote: > On Tue, Oct 15, 2013 at 10:36 PM, Chet Ramey wrote: >> On 10/15/13 4:27 PM, Joshuah Hurst wrote: >> > What happened to the patch for cd -@ to handle NFSv4+Windows alternate > streams? ksh93 already has this feature since quite some time and > they're now even extending support even further to the builtin POSIX > commands... >> >> I have not added it to bash yet. > > How long does it take? > >> Do you mean cd -@ as this one in ksh? - - - - - - - - -@ Change into the hidden attribute directory of directory which may also be a file. CDPATH is ignored. Hidden attribute directories are file system and operating system specific. - - - - - - - - That would be great. Where's the patch? >>> >>> Just to be sure, this does use the extended attributes with O_XATTR, right? >> >> Yes, Cedric's patch uses O_XATTR. > > *Great*! :) > > Chester/Cedric: Can you send the patch around so we can ask the Debian > GNU/kOpenSolaris, Solaris and Illumos folks to integrate the patch in > their next bash patch update, please? I'm interested in the patch if cd -@ file works like in ksh. Or whatever, just send the patch that I can test it. Thank you. Simon
Re: Bash-4.3-beta2 available for FTP
On Thu, Oct 17, 2013 at 2:30 PM, Simon Toedt wrote: > On Tue, Oct 15, 2013 at 10:44 PM, Joshuah Hurst wrote: >> On Tue, Oct 15, 2013 at 10:36 PM, Chet Ramey wrote: >>> On 10/15/13 4:27 PM, Joshuah Hurst wrote: >>> >>>>>> What happened to the patch for cd -@ to handle NFSv4+Windows alternate >>>>>> streams? ksh93 already has this feature since quite some time and >>>>>> they're now even extending support even further to the builtin POSIX >>>>>> commands... >>> >>> I have not added it to bash yet. >> >> How long does it take? >> >>> >>>>> >>>>> Do you mean cd -@ as this one in ksh? >>>>> - - - - - - - - >>>>> -@ Change into the hidden attribute directory of directory >>>>> which >>>>> may also be a file. CDPATH is ignored. Hidden attribute >>>>> directories are file system and operating system >>>>> specific. >>>>> - - - - - - - - >>>>> >>>>> That would be great. Where's the patch? >>>> >>>> Just to be sure, this does use the extended attributes with O_XATTR, right? >>> >>> Yes, Cedric's patch uses O_XATTR. >> >> *Great*! :) >> >> Chester/Cedric: Can you send the patch around so we can ask the Debian >> GNU/kOpenSolaris, Solaris and Illumos folks to integrate the patch in >> their next bash patch update, please? > > I'm interested in the patch if cd -@ file works like in ksh. Or > whatever, just send the patch that I can test it. > > Thank you. Again. Any patch or git pull tarball which we could try? Simon
Re: Bash-4.3-beta2 available for FTP
On Tue, Nov 5, 2013 at 10:56 PM, Chet Ramey wrote: >> > I'm interested in the patch if cd -@ file works like in ksh. Or >> > whatever, just send the patch that I can test it. >> > >> > Thank you. >> >> Again. Any patch or git pull tarball which we could try? > > The cd -@ option is available in the `devel' branch of the git tree on > savannah: > > http://git.savannah.gnu.org/cgit/bash.git/?h=devel > > It first appears in the bash-20131025 snapshot. Thank you. But, it does not build. Is that a known problem? Simon
Re: Bash-4.3-beta2 available for FTP
On Thu, Nov 7, 2013 at 12:21 PM, Simon Toedt wrote: > On Tue, Nov 5, 2013 at 10:56 PM, Chet Ramey wrote: >>> > I'm interested in the patch if cd -@ file works like in ksh. Or >>> > whatever, just send the patch that I can test it. >>> > >>> > Thank you. >>> >>> Again. Any patch or git pull tarball which we could try? >> >> The cd -@ option is available in the `devel' branch of the git tree on >> savannah: >> >> http://git.savannah.gnu.org/cgit/bash.git/?h=devel >> >> It first appears in the bash-20131025 snapshot. > > Thank you. But, it does not build. Is that a known problem? Never mind. Lionel's patch fixes the problem. Thank you both! Simon
Re: Bash-4.3-beta2 available for FTP
On Thu, Nov 7, 2013 at 3:10 PM, Chet Ramey wrote: > On 11/7/13 6:21 AM, Simon Toedt wrote: >> On Tue, Nov 5, 2013 at 10:56 PM, Chet Ramey wrote: >>>>> I'm interested in the patch if cd -@ file works like in ksh. Or >>>>> whatever, just send the patch that I can test it. >>>>> >>>>> Thank you. >>>> >>>> Again. Any patch or git pull tarball which we could try? >>> >>> The cd -@ option is available in the `devel' branch of the git tree on >>> savannah: >>> >>> http://git.savannah.gnu.org/cgit/bash.git/?h=devel >>> >>> It first appears in the bash-20131025 snapshot. >> >> Thank you. But, it does not build. Is that a known problem? > > Yes. There are a few issues with the bash-20131025 snapshot. I've > attached a patch that fixes them. Chet, can you push the patch to git to avoid that other people stumble over that build issue, please? Simon