Reimer Behrends

Results 25 comments of Reimer Behrends

I had the same issue once. It turned out that the daemon of the previous version was still alive and was incompatible with the new version. Try stopping the daemon...

I'm afraid not. I'm now getting a different error message when trying to clone a local repo. ``` $ sl clone https://github.com/docker/roadmap exa $ sl clone exa exa2 abort: No...

It is not a huge priority, since (1) `sl share` covers a number of use cases and (2) `cp -a` is a workaround in most other cases. That said, I...

Hooks are documented in `sl help config` under the `hooks` section. Note that the documentation is still written for Mercurial, so there are some differences (e.g. Sapling does not have...

> Let us know your use-case so we can consider them when making trade-off decisions. Concrete use cases that I have are running `clang-format` (or other code formatters) and `mypy`...

I found that `remotenames.publicheads` (and many other `remotenames` configs) cannot by set in the user level config because the `%include builtin:git.rc` at the top of the local config overrides it....

Not a solution, but `sl --kill-chg-daemon` should at least stop it without having to hunt for it through the process table.

For now, I'm leaving the optimization level at -O2, as -O3 doesn't give me a significant speedup and slows down compilation. This has to be benchmarked more extensively, of course.

@ChrisJefferson Sorry, I did forget to mention re2c. It's possible to package unward with the generated C++ sources (and the Makefile should work in that case, too), but I hadn't...

The current status is that HPC-GAP should compile and run up to the prompt (and it doesn't blow up for at least the basic operations). As an additional featured, if...