Lutz Justen

Results 15 issues of Lutz Justen

Adds a ServerArch class whose job it is to encapsulate differences between Windows and Linux cdc_rsync_servers. It detects the type based on a heuristic in the destination path. This is...

sftp allows to batch remote copy commands together with rename, chmod and mkdir commands, see https://man.openbsd.org/sftp. This way, the remote components can be deployed atomically with one sftp command. For...

enhancement

Replace gamelet/instance by destination or target. Make sure the help text of cdc_rsync works for both local and remote copies. Make sure cdc_rsync doesn't assume Windows (requires Windows -> Windows...

documentation

Because forward_output_to_log_ is set to false in RemoteUtil. We shouldn't just set it to true, though, as that should show unnecessary ssh output.

bug

`cdc_fuse_fs` assumes it is the only writer to the cache. This is not true anymore, so caching might have to be adjusted. Maybe use shared memory to store cache stats?

bug

file_finder_test uses test data. When the test is run with bazel test, the test files are created as symlinks, but our test ignores symlinks.Instead, create test files manually in tmp....

bug

I'm using VS Code and this plugin on the (huge) Chromium code base and I'm noticing that over time more and more instances of gtags processes accumulate in my system...

On Linux (Ubuntu 14.04) the scrollbar in blame view vanishes after a short while. Also, goto-line (CTRL+G) doesn't work. This makes working with large files painful. Is it possible to...