John McFarlane

Results 149 comments of John McFarlane

I've observed this problem and reducing jobs to one doesn't help. It seems to be a problem with files from my *cmake* build directory (which got pulled in when I...

That's a good catch, thanks. I'm working on a change that adds [uncrustify](https://github.com/uncrustify/uncrustify) support or I'd address that case right now. That branch already has the fix. If it don't...

I've removed the reference to ASCII and replaced it with UTF-8. That should fix it but I'm running Debian/Bash so it's tricky for me to confirm. Fixed in master as...

One thing I can do is improve error reporting to display the name of the file which is being decoded. If you have any idea which file it is and...

As far as I can tell, this is a UTF-8 character in a UTF-8 file. I can open it from multiple GUI and CL tools under Ubuntu 16.04 without trouble...

Thanks for those suggestions. Yes, they could potentially make the search run a lot quicker. A few comments: * Firstly, as a workaround to get the speed benefits you mention,...

That sounds worthwhile. Any ideas of how this would be presented to the user? Perhaps a second config file with setting that couldn't change? Bear in mind I'd like to...

The problem with annotations is that this would need to work and be implemented for any config file format. There is currently only one but hopefully multiple autoformatter tools will...

Could this be due to a different version of ClangFormat? What version are you using currently? Did you upgrade recently?

Thanks for the suggestion. It's not making progress. It's quite possible that there simply isn't a config file that perfectly matches your existing code but determining whether that's the case...