Message260701
Looks like by signed CLA just made it through, so that should be settled.
For the other bugs, it seems that overloading run_module & run_path seems to be getting a bit cumbersome, so it might make sense to have some sort of Runner object that has things like `Runner(module=..., code=..., path=...)` and then has properties like `argv = ...`, `module_dict = ...` and maybe attributes for the loader and the filepath. "Advanced" usage can use that over the vanilla run_module & run_path.
Either way, I think that's outside the scope of this change. Unfortunately this is already shaving a yak for me (https://github.com/facebook/buck/pull/651#issuecomment-185030156) and I'd rather not go deeper. |
|
Date |
User |
Action |
Args |
2016-02-22 22:02:04 | mikekap | set | recipients:
+ mikekap, ncoghlan, eric.snow |
2016-02-22 22:02:04 | mikekap | set | messageid: <1456178524.04.0.218168281743.issue26388@psf.upfronthosting.co.za> |
2016-02-22 22:02:04 | mikekap | link | issue26388 messages |
2016-02-22 22:02:03 | mikekap | create | |
|