Oliver Bristow

Results 26 issues of Oliver Bristow

Redis changelog seems negligible for the upgrade: https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES This is as that latest GitLab (e.g. https://github.com/sameersbn/docker-gitlab) reports it does not support 4.x when running the check tool (` sudo -u...

This is to fix #49

test patch ```patch diff --git a/tests/fixtures/remove_class/assertEqual_in.py b/tests/fixtures/remove_class/assertEqual_in.py index a84867b..2635814 100644 --- a/tests/fixtures/remove_class/assertEqual_in.py +++ b/tests/fixtures/remove_class/assertEqual_in.py @@ -7,3 +7,7 @@ class TestAssertNotEqual(TestCase): def test_you(self): self.assertNotEqual(abc, 'xxx') + + @property + def test_me(self):...

I had to use `commit = "7e6890ff5f806dcc3790b86e4acfed9ad3a82ee7"` instead of `tag = "0.3.0"` in the `load(…)` as the tag is out of date ([from 2016, 28 commits ago](https://github.com/benley/bazel_rules_pex/releases)) and misses changes...

#3422: add explicit `rustfmt::sort` attribute which causes case sensitive sorting * enum variants * struct structs This does not raise if `rustfmt::sort` is applied in an unhandled place (e.g. struct,...

pr-not-reviewed