Results 28 issues of Paul Smith

scp doesn't check the exit code of the remote scp operation. Unfortunately the scp command that comes with Windows 10 apparently doesn't provide any error messages at all on failure:...

bug
hacktoberfest

The previous scp single-quote algorithm for pathnames worked well for POSIX servers but had problems on Windows servers, where single quotes are not recognized (just treated like normal characters). Use...

bug

I was having a problem with scp hanging copying files to Windows (using the Windows-provided Windows 10 OpenSSH server on the remote). After a number of hours of debugging I...

bug
pr exists

### Observed behavior Everything works great when I compile ccls against versions of Clang up to and including 11.1.0. When I compile ccls against anything newer (well, tested with 12.0...

I don't know what, if anything, can be done about this but if you build on OS X with clang from Apple LLVM 7.3.0 (which comes with Xcode 7.3.1) and...

It would be really great if we could expand the test coverage of the package to test more combinations of things: for example, if we can build/run tests with C++14...

I expect you're aware already but trying to compile test_all_includes.cpp with either clang 3.8 or g++ 5.4 or 6.2 gives errors about redefinitions of in_place* symbols: ``` [ 30%] Building...

By changing the test program to allocate exactly the correct amount of space for the decode buffer, we can see (using valgrind) that the previous algorithm would (depending on the...

I was using quelpa plus quelpa-use-package to install the latest cc-mode for a long time but sometime around last October it stopped working: I realized I've just been re-using the...

The standard make variable for C++ compiler flags is CXXFLAGS, and the standard make variable for extra link libraries is LDFLAGS. Use these to make integration with larger build systems...