Franken

Results 5 comments of Franken

@alecthomas , @radman0x Hi there! I just leave my 5 cent here. We may implement the selection of construction type using the code like that: ```.cpp template< typename TComponent, typename......

@alexec why should one commit something in stable and complete repo? There are a lot of cool, popular and stable stuff around here, where the last commit was made a...

I found code inside `MRunner` that execute `teardown` list per every process/thread. https://github.com/pydoit/doit/blob/master/doit/runner.py#L512 Looks like valid code for multiprocess launches, isn't it? But it seems to be a lot for...

I watch this issue and firstly thought about decision @Hinidu said. Indeed, what you discussing here is more like semaphore. So it must be configured separately from tasks. I suggest...

@schettino72 First variant looks more flexible as for doit customers as for it's development. Looks like a kind of envelope where object is stored by one task to be taken...