[issue12344] Add **kwargs to get_reinitialized_command

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: No, thank you for contributing :) I don’t know all internals by heart either, I just needed to step back from the patch and look hard at the tests to make them look good. I didn’t say that the patch was finished by the way, I haven’t covered all combinations (

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-14 Thread Thomas Holmes
Thomas Holmes added the comment: It's quite alright. Thanks for finishing it up. I realize I ended up a by out of my depth with regards to packaging's internals and the nuance involved in this fix. Thanks for all the help. -- ___ Python tracker

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-14 Thread Éric Araujo
Éric Araujo added the comment: BTW, sorry I did not make a patch that could be applied on top of your repo; I intended to, but your patch did not apply cleanly, so when merging conflicts I also did other editions and then it was too late. I hope you appreciate how I solved the issue of going

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-13 Thread Éric Araujo
Éric Araujo added the comment: This patch has tests that look sensible and pass. -- Added file: http://bugs.python.org/file23395/d2-get_reinitialized_command-kwargs.diff ___ Python tracker ___

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-12 Thread Thomas Holmes
Thomas Holmes added the comment: Still working with Éric to determine the proper behavior of get_reinitialized_commands. Latest patch is known incorrect but a step closer to our destination. -- ___ Python tracker

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-12 Thread Thomas Holmes
Changes by Thomas Holmes : Added file: http://bugs.python.org/file23390/1bb1132840e6.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-12 Thread Thomas Holmes
Changes by Thomas Holmes : Added file: http://bugs.python.org/file23388/7db732ac6796.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12344] Add **kwargs to get_reinitialized_command

2011-10-06 Thread Éric Araujo
Changes by Éric Araujo : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue12344] Add **kwargs to get_reinitialized_command

2011-09-19 Thread Thomas Holmes
Thomas Holmes added the comment: I got a bit distracted and I think had some questions on the review. I will go back over the state of this patch and get some feedback to you tonight or tomorrow evening. -- ___ Python tracker

[issue12344] Add **kwargs to get_reinitialized_command

2011-09-19 Thread Éric Araujo
Éric Araujo added the comment: I’d like to commit this; do you need help to address the review I did, or do you want me to take over if you don’t have the time? -- ___ Python tracker _

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Thomas Holmes
Changes by Thomas Holmes : Added file: http://bugs.python.org/file22625/115c0c10b3ba.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Thomas Holmes
Changes by Thomas Holmes : Removed file: http://bugs.python.org/file22624/7c61eba07f3f.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Thomas Holmes
Changes by Thomas Holmes : Added file: http://bugs.python.org/file22624/7c61eba07f3f.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Thomas Holmes
Thomas Holmes added the comment: I have added a test and made some additional modifications. I had to modify the very simple MyCmd object in test_command_cmd.py so that it would have some user options with default values and support finalization. -- __

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Éric Araujo
Éric Araujo added the comment: > The patch I attached does not violate the style guidelines that you > indicate in the comments. Then it’s good. I was hurrying for my train, so I didn’t check your patch but wanted to reference my comments somewhere before I forgot them. -- _

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Thomas Holmes
Thomas Holmes added the comment: > See also three comments about style on > http://bugs.python.org/review/8668/diff2/2845:3011/7845 I'm not sure I follow? The patch I attached does not violate the style guidelines that you indicate in the comments. The only failing I see is that get_reinitia

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-11 Thread Éric Araujo
Éric Araujo added the comment: > In Distributions.get_reinitialized_command should the > reinitialization of the subcommands also get passed the kwargs? Yes, the kwargs need to be passed all the way. > Unfortunately my understanding of the (sub)command flow is not rock > solid. Some methods on

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-08 Thread Thomas Holmes
Changes by Thomas Holmes : Added file: http://bugs.python.org/file22615/d863f392c094.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-08 Thread Thomas Holmes
Thomas Holmes added the comment: I have made a patch based on your suggestions made to higery, Éric. I have two questions: 1) In Distributions.get_reinitialized_command should the reinitialization of the subcommands also get passed the kwargs? Unfortunately my understanding of the (sub)comma

[issue12344] Add **kwargs to get_reinitialized_command

2011-07-08 Thread Éric Araujo
Éric Araujo added the comment: I don’t know if you’ve seen the review I made (there is a bug with user names on the code review site, sometimes mail does not get sent). -- ___ Python tracker _

[issue12344] Add **kwargs to get_reinitialized_command

2011-06-16 Thread higery
higery added the comment: Not yet tested. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue12344] Add **kwargs to get_reinitialized_command

2011-06-16 Thread higery
Changes by higery : -- keywords: +patch Added file: http://bugs.python.org/file22390/6b68c2835d6e.diff ___ Python tracker ___ ___ Pyth

[issue12344] Add **kwargs to get_reinitialized_command

2011-06-16 Thread higery
higery added the comment: >No, that’s why I did not close this report but asked you if you could make a >patch to update this method. OK, I think I can try to fix it later. -- ___ Python tracker

[issue12344] Add **kwargs to get_reinitialized_command

2011-06-16 Thread Éric Araujo
Éric Araujo added the comment: > But can the get_reinitialized_command function reinitialize a command > with a key-value pair? No, that’s why I did not close this report but asked you if you could make a patch to update this method. > BTW,how to set the repository URI? If there is no way to e