Re: [pacman-dev] [PATCH 1/3] makepkg: restrict usage of errexit to user functions

2012-02-15 Thread Allan McRae
On 15/02/12 04:57, Dave Reisner wrote: It's expected that this will lead to unwanted behavior, and needs widespread testing. It's desirable to commit this for a few reasons: - there's no reason we can't do our own error checking for code that we write. - it avoids the need for ||true

Re: [pacman-dev] [PATCH 1/3] makepkg: restrict usage of errexit to user functions

2012-02-15 Thread Dave Reisner
On Wed, Feb 15, 2012 at 7:05 AM, Allan McRae al...@archlinux.org wrote: On 15/02/12 04:57, Dave Reisner wrote: It's expected that this will lead to unwanted behavior, and needs widespread testing. It's desirable to commit this for a few reasons: - there's no reason we can't do our own

Re: [pacman-dev] [PATCH 1/3] makepkg: restrict usage of errexit to user functions

2012-02-15 Thread Allan McRae
On 16/02/12 02:26, Dave Reisner wrote: On Wed, Feb 15, 2012 at 7:05 AM, Allan McRae al...@archlinux.org wrote: On 15/02/12 04:57, Dave Reisner wrote: It's expected that this will lead to unwanted behavior, and needs widespread testing. It's desirable to commit this for a few reasons: -

[pacman-dev] [PATCH 1/3] makepkg: restrict usage of errexit to user functions

2012-02-14 Thread Dave Reisner
It's expected that this will lead to unwanted behavior, and needs widespread testing. It's desirable to commit this for a few reasons: - there's no reason we can't do our own error checking for code that we write. - it avoids the need for ||true hacks scattered about in the code. - it makes us