Re: Patch for autoload.v3 to allow export of function

2017-07-02 Thread Chet Ramey
On 7/1/17 5:50 PM, Matthew Persico wrote: > Greetings! > > I have finally gotten around to working on autoload again to ensure that > there are no issues. But I have a question about the _AUTOLOADS array, > which is used to track what has been autoloaded and is the source of > information for the

Re: How to run bash test suite

2017-07-02 Thread Chet Ramey
On 7/2/17 3:30 AM, Phi Debian wrote: > I grabed the latest source code available with my ubunto distro and > made a bash build. All is fine. I'd like to run the test suite, and I > found no docco about it. Did a brute "make test" from the build src > dir, but I don't understand how to decipher all

Re: Very minor fixes thanks to cppcheck

2017-07-02 Thread Nicola Spanti
Le 05/06/2017 14:06, Eric Blake a écrit : On 06/04/2017 11:39 AM, Nicola Spanti wrote: Hi. I used that: cppcheck --verbose --quiet --enable=all --force --language=c --std=c89 . I fixed some errors that were reported by cppcheck. I published that on GitLab.com. https://gitlab.com/RyDroid/bash

How to run bash test suite

2017-07-02 Thread Phi Debian
Hi All, I tried to subscribe to bug-bash but never got the confirmation mail. I grabed the latest source code available with my ubunto distro and made a bash build. All is fine. I'd like to run the test suite, and I found no docco about it. Did a brute "make test" from the build src dir, but I don