Re: vim testsuite: Test_keep_pty_open

2025-02-04 Thread Zhaoming Luo
On Tue, Feb 04, 2025 at 09:12:18AM +0100, Samuel Thibault wrote: > > Only out_io and err_io are supposed to be readable. Or did they mean > from the point of view of the executed process. Again, it means check > what exactly happens to end up with "all readable fds are closed" > Try to keep the

[RFC PATCH Vim] Add support for Hurd

2025-02-04 Thread Zhaoming Luo
Please have a look, I hope the semantics are correct :). Zhaoming --- runtime/doc/builtin.txt| 1 + src/evalfunc.c | 9 - src/testdir/test_functions.vim | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/runtime/doc/builtin.txt b/runtime/doc/bu

Re: [PATCH 0/1] Exclude GNU/Hurd from has('bsd') feature

2025-02-04 Thread Zhaoming Luo
On Mon, Feb 03, 2025 at 04:41:13PM +0800, Zhaoming Luo wrote: > > Zhaoming Luo (1): > Exclude GNU/Hurd from has('bsd') feature > > src/evalfunc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > As it seems not to be the correct way of submitting patch to Vim, so I opened a RP at git

Re: Upgrade rumpkernel package to rump 10.99.12

2025-02-04 Thread Nathan Dehnel
Congrats! Getting closer to Hurd LiveUSB...

Re: [PATCH gnumach v3] Implement per task virtual memory limit

2025-02-04 Thread Samuel Thibault
Samuel Thibault, le ven. 10 janv. 2025 19:40:05 +0100, a ecrit: > Diego Nieto Cid, le mar. 07 janv. 2025 18:48:49 +, a ecrit: > > I've been running gnumach with this patch for some time, doing other > > porting/debugging tasks and suffered from sporadic filesystem corruption. > > Probably ext2

Re: tty has to be manually created after installed with LiveCD

2025-02-04 Thread Yuqian Yang
I tried many cases. qemu-kvm never reproduced however I tried. I get a working one in VirtualBox by not pushing enter immediately after grub is installed and it prompts me to reboot. So I guess the problem is indeed that the filesystem does not complete syncing in VirtualBox environment. Did fs

Re: vim testsuite: Test_keep_pty_open

2025-02-04 Thread Samuel Thibault
Zhaoming Luo, le mar. 04 févr. 2025 16:01:09 +0800, a ecrit: > On Mon, Feb 03, 2025 at 01:21:44PM +0100, Samuel Thibault wrote: > > Zhaoming Luo, le lun. 03 févr. 2025 20:05:38 +0800, a ecrit: > > > I did the experiments using my own C waiting program and `sleep` shell > > > command respectively. T

Re: vim testsuite: Test_keep_pty_open

2025-02-04 Thread Zhaoming Luo
On Mon, Feb 03, 2025 at 01:21:44PM +0100, Samuel Thibault wrote: > Zhaoming Luo, le lun. 03 févr. 2025 20:05:38 +0800, a ecrit: > > I did the experiments using my own C waiting program and `sleep` shell > > command respectively. They gave me the same result. It seems the sleep > > program was not e