Saúl Germán Gutiérrez Calderón

Results 44 comments of Saúl Germán Gutiérrez Calderón

Besides killing the server, setting `CHGDISABLE` prenvents the server from being used, so `CHGDISABLE=1 ./sl --help` usually works

Could you try a more recent version of Rust? 1.64 or later seems to work

Currently there isn't a way of disabling this behavior or to integrate templates into this, as far as I know. Let me see what we can do about this.

At some point we might start doing distro independent releases, as mentioned in #160 . Python compatibility is however, a non-trivial issue, as you can see in #144 . We...

If you are editing Python files it's usually not necessary to run `make oss` again. Setting the `CHGDISABLE` environment variable to 1 (e.g. `CHGDISABLE=1 ./sl`) could help with your Python...

One thing I forgot to mention: `make RUST_DEBUG=1 oss` runs faster, but it won't prevent the rebuild of modules.

I think at the moment the outputs of `sl export` and `sl export --git` are pretty much the same, so it seems that we actually dropped support for the non-git...

@nemith Extensions are also a thing in Sapling (see https://github.com/facebook/sapling/tree/main/eden/scm/edenscm/ext ) I'm not sure how compatible would that extension be with Sapling, however.

@minaashraf146 sorry about the issue, I can reproduce. We use Python 3.11 for the bottles on our release page, and 3.10 on the one in homebrew-core, which seems to be...