[Cython] Away: automagical (c)import plans

2011-08-23 Thread Stefano
Hi folks, I'm not dead, I'm just on holiday :) Meanwhile, I've started investigating the CEP I'll be working on (http://wiki.cython.org/enhancements/overlaypythonmodules). Brainstorming: if I understood well (code is not documented) I'll have to work on Cython.Compiler.SymTab, in particular, on

Re: [Cython] What now?

2011-08-18 Thread Stefano Sanfilippo
Sounds really interesting to me. Thanks for your proposal :) I may have to dig the internals, so, first I'll study the Compiler code. --SKS ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] What now?

2011-08-11 Thread Stefano
Thursday 11th August 2011 19:51:14, Dag Sverre Seljebotn wrote: > Error testcases in tests/errors are currently rather inconvenient, since > changing anything often shifts a lot of error message line numbers. > Something like this format might be better, where the line number is > implied from the

[Cython] What now?

2011-08-11 Thread Stefano
Hi, now that I've nailed Cython code, I'd like to get into something more funny. Currently, I'm working on a set of macros to seamlessy integrate Cython into CMake build process (in fact, I love CMake). But, I'd like to work also on something more essential, so... Is there any updated TODO list?

Re: [Cython] CmdLine.py refactoring

2011-08-09 Thread Stefano
Tuesday 9th August 2011 10:15:14, Stefan Behnel wrote: > However, I also see the problem that optparse is deprecated and may get > removed in a future 3.x version. So, switching to optparse now means that > we may have to switch to something else later, whereas that's not the case > with the cur

Re: [Cython] CmdLine.py refactoring

2011-08-08 Thread Stefano
Sunday 7th August 2011 16:21:06, Stefan Behnel wrote: > argparse is new and not supported by anything but 2.7 and recent 3.x > versions. Cython currently runs on Python 2.4, which rules out a dependency > on argparse. I never tried it, so I can't tell what exactly the advantages > over optparse are

Re: [Cython] CmdLine.py refactoring

2011-08-07 Thread Stefano
Sunday 7th August 2011 16:21:06, Stefan Behnel wrote: > Will you put it up somewhere on github? Here's my branch for command line refactoring. There's still nothing interesting on, but changes will be pushed soon. https://github.com/satufk/cython/tree/_commandline > I'm also not sure how well t

[Cython] CommandLine.py refactoring

2011-08-07 Thread Stefano
> Then I'll try to address the Bugzilla ticket mentioned in the source file. Well, I meant Trac ticket. --SKS ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

[Cython] CmdLine.py refactoring

2011-08-07 Thread Stefano
Hi, I've cloned GitHub repo and started working on it. First, I'm rewriting Compiler/CmdLine.py to use the optparse/argparse module. Then I'll try to address the Bugzilla ticket mentioned in the source file. Question: optparse has been deprecated since 2.7 (which adopts optparse module). So, w

[Cython] Willing to contribute

2011-08-03 Thread Stefano
Hi everybody, I've been a enthusiast Python programmer for 3 years now, and I've hailed Cython project with great interest. Now, I'm willing to contribute. I've would say I'm an quite an expert Python programmer and I've some-year-long experience with C, modern C++ and its cousin Java. Sidenote