Alexander Bakhtin

Results 19 comments of Alexander Bakhtin

@cyberw I believe it is possible to pickup the arguments both ways and then just merge the lists before passing it on. We can just leave the old way there...

Hello! Since the `SequentialTaskSet` still stores the list of all `tasks`, it should be possible to modify the custom class definition: ``` class MeasuredSequentialTaskSet(TaggedSequentialTaskSet): one_iteration_only = False def __init__(self, *args,...

@cyberw I commented out the deprecation warning for now. About the testemonial, you can email `[email protected]` to discuss this.

@cyberw I have updated the test to use the long-form `users` in the config file, since config files only support long options according to documentation anyway (short options will be...

I volunteer to make the PR if the feature is approved

I just noticed a related issue - `ProcessMetric` subclass only implements some of `Repository` filters. I think at the same time that class can be changed so that whatever can...

> Hi [@bakhtos](https://github.com/bakhtos) ! Thanks for pointing this out. As you may know, the difference between `git rev-list A..B`and `git rev-list --ancestry-path=B ^A`is subtle, but still it's there. I found...

The only test that failed is `test_commit.test_metrics_python` also on my system, but it does not seem to be related to the change.

> Yeah the test is not your fault. I fixed it now, can you please rebase your branch to master? > > Also, can you please add a couple of...