Ben Jackson

Results 424 comments of Ben Jackson
trafficstars

@MergifyIO rebase

@mergifyio rebase

Seems abandoned, and I'm not sure that the risk of this warrants the benefit we get from it.

The python style is not PEP8 by choice: from CONTRIBUTING.md. ![Screenshot 2022-08-22 at 15 57 08](https://user-images.githubusercontent.com/10584846/185952801-9e231040-3f48-4fe5-b8bc-2e07d01478f3.png) This predates my involvement, but I stand by the choice; Val's style is much...

> /home/runner/work/ycmd/ycmd/build.py:1:15: E999 SyntaxError: invalid syntax

BTW you can run the check locally with something like: ``` $ python3 -m venv test-env $ source test-env/bin/activate $ pip install -r test_requirements.txt $ ./run_tests --skip-build ``` This will...

> > > /home/runner/work/ycmd/ycmd/build.py:1:15: E999 SyntaxError: invalid syntax > > Which runner is spitting this? I'm not seeing it locally... That's the shebang line too... Ugh, that's... omfg. I've approved...