Re: [SOLVED] Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 11:37 PM Christian Brabandt wrote: > > Note: I am not sure yet how well the hg bridge will be working on the > new server. I need to monitor it a bit for the future. Hopefully it will > work fine however. > > On Sun, 19 Jan 2025, Tony Mechelynck wrote: > > P.S. After adding

Re: [SOLVED] Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Christian Brabandt
Note: I am not sure yet how well the hg bridge will be working on the new server. I need to monitor it a bit for the future. Hopefully it will work fine however. On Sun, 19 Jan 2025, Tony Mechelynck wrote: > P.S. After adding some symlinks (as follows) to take care of my shadow > directories, no

[SOLVED] Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 10:44 PM Tony Mechelynck wrote: > > On Sun, Jan 19, 2025 at 10:29 PM Christian Brabandt > wrote: > > > > > > On Mon, 13 Jan 2025, Tony Mechelynck wrote: > > > > > P.S. When I try "hg in" from http://hg.vim.org/ (my new default server > > > address) I get 403 Forbidden, an

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 10:29 PM Christian Brabandt wrote: > > > On Mon, 13 Jan 2025, Tony Mechelynck wrote: > > > P.S. When I try "hg in" from http://hg.vim.org/ (my new default server > > address) I get 403 Forbidden, and from hg://256bit.org/vim (which I > > just tried, just in case) I get 404

Commit: patch 9.1.1039: Vim9: comments are outdated

2025-01-19 Fir de Conversatie Christian Brabandt
patch 9.1.1039: Vim9: comments are outdated Commit: https://github.com/vim/vim/commit/a81cf8b99ede7b07152695469e24568a86c91537 Author: Yegappan Lakshmanan Date: Sun Jan 19 22:20:34 2025 +0100 patch 9.1.1039: Vim9: comments are outdated Problem: Vim9: comments are outdated So

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Christian Brabandt
On Mon, 13 Jan 2025, Tony Mechelynck wrote: > P.S. When I try "hg in" from http://hg.vim.org/ (my new default server > address) I get 403 Forbidden, and from hg://256bit.org/vim (which I > just tried, just in case) I get 404 Not found. It has just been re-enabled, see: https://www.vim.org/hgweb

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 19, 2025 at 9:56 PM Eric Pruitt wrote: > > On Sun, Jan 12, 2025 at 04:33:28PM +0100, Tony Mechelynck wrote: > > So I'm faced with a dilemma : either remain (maybe forever) with the > > 9.1.873 which I configured myself and didn't change since your > > Mercurial server went down, or use

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Eric Pruitt
On Sun, Jan 12, 2025 at 04:33:28PM +0100, Tony Mechelynck wrote: > So I'm faced with a dilemma : either remain (maybe forever) with the > 9.1.873 which I configured myself and didn't change since your > Mercurial server went down, or use the openSUSE version, which will > always be a little behind

Re: Any ETA for a Mercurial server ?

2025-01-19 Fir de Conversatie Tony Mechelynck
On Sun, Jan 12, 2025 at 8:23 PM Christian Brabandt wrote: […] > It's great to be smart 'cause then you know stuff. The advantage of being smart is that you can play dumb. The opposite is totally impossible. — Attributed to Woody Allen. -- -- You received this message from the "vim_dev" maillis

Commit: patch 9.1.1038: tests: test_channel.py fails with IPv6

2025-01-19 Fir de Conversatie Christian Brabandt
patch 9.1.1038: tests: test_channel.py fails with IPv6 Commit: https://github.com/vim/vim/commit/2a5312e7389b23f096715b15836266c0ba5669cc Author: Christian Brabandt Date: Sun Jan 19 14:50:31 2025 +0100 patch 9.1.1038: tests: test_channel.py fails with IPv6 Problem: tests: test_c

Re: [vim/vim] Force help to open in current window. (#7534)

2025-01-19 Fir de Conversatie tooth pik
if one wanted help in the same window why not use something like command! -nargs=+ H execute "silent help " | only in their .vimrc then invoke help with :H On Sun, Jan 19, 2025 at 4:04 AM Christian Brabandt < vim-dev-git...@256bit.org> wrote: > Except that the help has always been o

Commit: runtime(vim): Update base-syntax, fix is/isnot operator matching

2025-01-19 Fir de Conversatie Christian Brabandt
runtime(vim): Update base-syntax, fix is/isnot operator matching Commit: https://github.com/vim/vim/commit/8dec6c2e6c2b5157334398e2e6ab7daa91999d80 Author: Doug Kearns Date: Sun Jan 19 14:02:06 2025 +0100 runtime(vim): Update base-syntax, fix is/isnot operator matching - Match is

Commit: patch 9.1.1037: Vim9: confusing error when using abstract method via super

2025-01-19 Fir de Conversatie Christian Brabandt
patch 9.1.1037: Vim9: confusing error when using abstract method via super Commit: https://github.com/vim/vim/commit/bce60c4742a125c070c3c4214332842cb861061c Author: Ernie Rael Date: Sun Jan 19 10:03:00 2025 +0100 patch 9.1.1037: Vim9: confusing error when using abstract method via super

Commit: patch 9.1.1036: make install fails when using shadowdir

2025-01-19 Fir de Conversatie Christian Brabandt
patch 9.1.1036: make install fails when using shadowdir Commit: https://github.com/vim/vim/commit/5abc44e3c1d51b9a14be2a9cb679b294f4758287 Author: Christian Brabandt Date: Sun Jan 19 10:00:40 2025 +0100 patch 9.1.1036: make install fails when using shadowdir Problem: make instal

Commit: patch 9.1.1035: Vim9: memory leak with blob2str()

2025-01-19 Fir de Conversatie Christian Brabandt
patch 9.1.1035: Vim9: memory leak with blob2str() Commit: https://github.com/vim/vim/commit/90b397586decc3751f92fd2f84271a6b431b56bc Author: Yegappan Lakshmanan Date: Sun Jan 19 09:37:07 2025 +0100 patch 9.1.1035: Vim9: memory leak with blob2str() Problem: Vim9: memory leak with