Closed Fenixin closed 13 years ago
Looks good - Do you have time to try it out?
Yes, but I'm finishing something new for mian before trying this.
Sounds great, I think all the proposals for command line options should wait on this.
I'm going to give a try to optparse now.
Since there are at least 3 people working on mian now, I think we should make labels for ourselves, and assign them to an issue we're working on.
cool, great idea.
Maybe we should divide the code in different files (mian.py nbt.py plot.py), so different works are easier merged. What do you think?
I think this is something to add to the OO ticket, but it is a sound plan.
pull request done.
The new stuff is in my branch optparse. Test it please!
Umm, this is obsolete from 2.7, to be replaced by argparse. But I'll still merge if it's simpler than the current solution.
Mmmh... true, but I think is going to last a lot, 2.7 is going to be here for a long time (I hope so).
Hey! Just curious, how is this going?
Sorry, I've been on a bit of a programming holiday lately, and this summer is looking real busy. Can't promise anything, but maybe this weekend.
Sorry, I don't want to rush.
Maybe, if you are not going to be able to do things here for a long time you can add to the contributors list to @pepijndevos, so we can keep doing things here (I would offer myself, but I'm sure both you are much better programmers than I am). Is just an idea, don't feel forced to.
I believe I already have access to this repo. So if it's okay with Victor, I could merge some stuff. I do think that GTD is more important that Python knowledge, so I'd grant you access, because you seem to be much more active ATM than Victor and me.
I can't do anything right now, but after I merged pepijndevos/PyMouse#8 and wrote some pepijndevos/Begame I can have a look at Mian.
@pepijndevos: Sounds good; running the stuff through pep8
and massaging it a bit should take care of any low-hanging fruit, and should be plenty for this kind of commit.
:) ... Ok. I'll do my best.
I'm sorry guys, I haven't yet done anything on Mian. Meanwhile, I haven't played Minecraft in weeks, so Mian has little priority for me now.
Long time no Minecraft coding, but I've merged the pull request. If someone has the time to test it and put up a note here, I can close the issue and create a new PyPI release.
I've just tested it and doesn't work at the moment, I'll try to fix this in the next days.
AFAIK this is fixed right now.
As the number of options for mian increase the handling in
main
is going to be harder. Why not using optparse?http://docs.python.org/library/optparse.html?highlight=optparse#module-optparse
What do you think?