[pacman-dev] [PATCH 1/2] Enabled new interactive prompt and updated some tests.
Sebastian Nowicki
sebnow at gmail.com
Sun Feb 22 07:55:44 EST 2009
On 22/02/2009, at 8:33 PM, Bryan Ischo wrote:
> Sebastian Nowicki wrote:
>>
>> On 22/02/2009, at 7:25 PM, Bryan Ischo wrote:
>>
>>> @@ -371,7 +371,8 @@ typedef enum _pmtransconv_t {
>>> PM_TRANS_CONV_REPLACE_PKG = 0x02,
>>> PM_TRANS_CONV_CONFLICT_PKG = 0x04,
>>> PM_TRANS_CONV_CORRUPTED_PKG = 0x08,
>>> - PM_TRANS_CONV_LOCAL_NEWER = 0x10
>>> + PM_TRANS_CONV_LOCAL_NEWER = 0x10,
>>> + PM_TRANS_CONV_REMOVE_PKGS = 0x20,
>>> } pmtransconv_t;
>>
>> Would be nice to document this.
>
> Yes, it would be nice if all of them were documented. But none of
> them are.
>
> I'm not trying to solve every existing problem with the pacman
> source. I'm just trying to add a new feature without making the
> code any 'worse' than it was ...
>
> And to be honest, I would be happy to add this documentation,
> but ... I've already constructed and re-constructed my git patches
> so many times to satisfy requests on this list, I'm afraid I have no
> more energy to do it all over again just to add some comments in a
> place where no comments existed previously. Sorry :(
I wasn't talking about fixing any problems, but rather not creating
more. I only suggested that you document the field that you added, so
that there would be less to document in the future. If everyone were
to document code when they modify/add it, the documentation would
slowly improve. I'm not a developer so my nitpicking can be safely
ignored :P.
More information about the pacman-dev
mailing list