Łukasz Wawrzyk
Łukasz Wawrzyk
Currently, if someone want to read a protocol class from config, say ApplicationRunConfiguration, it is required to import macro to generate it and include ConfigFormat in the test class. These...
Take a look at this test: https://github.com/VirtusLab/intellij-pants-plugin-tests/blob/master/tests/src/test/scala/org/virtuslab/tests/pants/RerunFailedTestsTest.scala#L29 The call to runTestsFromGenerated should return 1 failed and one passed test, but it returns only the failed. There must be something wrong...
We have at least 3 places that refer to git that I recall: - Setting workspace from git - Fetching pants from git (in pants plugin repo) - Fetching a...
Git machete intellij plugin has some tests here: https://github.com/VirtusLab/git-machete-intellij-plugin/tree/develop/uiTests that use remote robot directly. This is nice set of scenarios we didn't cover so far I think the ultimate goal...
User should be able to specify list of allowed dependencies that should be updated (to opt in to bazel-steward for limited set of deps) and/or a list of ignored dependencies....
Background: Bazel Steward should now what kind of dependency management rules are in given workspace and only run the extraction logic if it makes sense. As the first step, we...
We should select 2-3 repositories that bazel steward can support and that may be open to use it. Then we should verify if it works correctly through forks. Then we...
Each dependency kind should have configurable list of applied huristics in specific order. Usually they should be applied from most strict and specific to most general. In the first stage,...