Message208417
I believe the feature you starred resolves this enhancement issue, in which case my patches are obsolete. And yes, the 'as' syntax makes a lot more sense. Here's how I hope it works (the arg parsing wrapper remains unchanged):
foo: int
...
_impl(..., int foo)
can become
foo: int as bar
...
_impl(..., int bar) |
|
Date |
User |
Action |
Args |
2014-01-18 21:12:12 | rmsr | set | recipients:
+ rmsr, georg.brandl, larry, zach.ware, serhiy.storchaka |
2014-01-18 21:12:12 | rmsr | set | messageid: <1390079532.94.0.781627791967.issue20227@psf.upfronthosting.co.za> |
2014-01-18 21:12:12 | rmsr | link | issue20227 messages |
2014-01-18 21:12:12 | rmsr | create | |
|