Mansfield Mark

Results 11 comments of Mansfield Mark

Hi, could I be added as well? To both email and Slack? mansfield.r.mark (at) gmail.com

Is it too much scope creep to also support dynamic feature modules (`plugin: com.android.dynamic-feature`)? I have a feeling it would be a similar fix to application modules, but let me...

I can work on resolving this issue, but I'm not too clear on how eslint formatters work as implemented in `eslint-formatter-arcanist`. It seems like it's a matter of whether we...

For backwards compatibility, I think we'll need to split the the logic otherwise we will break existing setups that do not have `eslint-formatter-arcanist` installed. I think we should re-open issue...

^ Agree. I just updated my comment to reflect that. I think we can add a new flag like `eslint.format`, and branch the logic in `parseLinterOutput` based on that.

@longlho I am working locally to try and use `eslint-formatter-arcanist`. I ran: ``` yarn add -D eslint-formatter-arcanist ``` This warned: ``` warning " > [email protected]" has incorrect peer dependency "eslint@^7.3.1"....

Issue appears to be with `eslint` where the `cwd` can't be overridden, which is impacting its ability to resolve installed packages. I filed https://github.com/eslint/eslint/issues/14731.

I'm currently working on parallel retries to deflake tests. The plan is: 1. Run all tests once, with no retries 2. Run all failures 2x Flaky tests are all tests...

I was able to add parallel execution of repeats with a fairly small change. I will make a PR. That said, parallel retries seems a bit more complicated. A task...