Re: vim9class: accessing statics from outside the class

2023-09-02 Fir de Conversatie Doug Kearns
On Sun, 3 Sept 2023 at 02:31, Ernie Rael wrote: > AFAICT, it doesn't work. Is anyone working on this? > > I've run into it while working https://github.com/vim/vim/pull/13007. > > I am taking a look, but I don't want duplicate efforts. > You can read them and write them at top-level but, from a

Commit: patch 9.0.1846: [security] crash in fullcommand

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1846: [security] crash in fullcommand Commit: https://github.com/vim/vim/commit/4c6fe2e2ea62469642ed1d80b16d39e616b25cf5 Author: Christian Brabandt Date: Sat Sep 2 19:30:03 2023 +0200 patch 9.0.1846: [security] crash in fullcommand Problem: crash in fullcommand

Commit: patch 9.0.1843: xxd color test flaky

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1843: xxd color test flaky Commit: https://github.com/vim/vim/commit/b2422f75408a41c77620c0d0f956b9728810c6ef Author: Christian Brabandt Date: Sat Sep 2 16:01:18 2023 +0200 patch 9.0.1843: xxd color test flaky Problem: xxd color test flaky Solution: Filter

Commit: patch 9.0.1844: doc helptags may not be up to date

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1844: doc helptags may not be up to date Commit: https://github.com/vim/vim/commit/8b202031412a5de43a9c8257118ff99a018afabf Author: Yee Cheng Chin Date: Sat Sep 2 16:03:04 2023 +0200 patch 9.0.1844: doc helptags may not be up to date Problem: doc helptags may not be

Re: vim9class: accessing statics from outside the class

2023-09-02 Fir de Conversatie Yegappan Lakshmanan
On Sat, Sep 2, 2023 at 9:31 AM Ernie Rael wrote: > AFAICT, it doesn't work. Is anyone working on this? > > I've run into it while working https://github.com/vim/vim/pull/13007. > > I am taking a look, but I don't want duplicate efforts. > I am not working on this. - Yegappan -- -- You

Commit: patch 9.0.1848: [security] buffer-overflow in vim_regsub_both()

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1848: [security] buffer-overflow in vim_regsub_both() Commit: https://github.com/vim/vim/commit/ced2c7394aafdc90fb7845e09b3a3fee23d48cb1 Author: Christian Brabandt Date: Sat Sep 2 21:15:52 2023 +0200 patch 9.0.1848: [security] buffer-overflow in vim_regsub_both()

vim9class: accessing statics from outside the class

2023-09-02 Fir de Conversatie Ernie Rael
AFAICT, it doesn't work. Is anyone working on this? I've run into it while working https://github.com/vim/vim/pull/13007. I am taking a look, but I don't want duplicate efforts. -ernie -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text

Re: Commit: patch 9.0.1842: Need more accurate profiling

2023-09-02 Fir de Conversatie Ernie Rael
On 23/09/02 6:15 AM, Christian Brabandt wrote: patch 9.0.1842: Need more accurate profiling Commit:https://github.com/vim/vim/commit/21d3212361f687704acb52cad7c1b9228e7c83f0 Author: Ernie Rael Date: Sat Sep 2 15:09:18 2023 +0200 patch 9.0.1842: Need more accurate profiling

Re: Commit: patch 9.0.1833: [security] runtime file fixes

2023-09-02 Fir de Conversatie Christian Brabandt
On Sa, 02 Sep 2023, Anton Sharonov wrote: > Just to point out to one (probably not so desired?) sideffect: > after this patch my do not contain any of the @INC > directories of perl, if vim was started from /usr/bin (where > _real_ perl executable is sitting). Yes, I am aware of this. But I

Typo(s) in channel.txt

2023-09-02 Fir de Conversatie Adri Verhoef
Originally, I reported this back in 2018. Since then, the documentation for job_start() moved from eval.txt to channel.txt and the text that I'm describing is still there. In the documentation for job_start() it shows: On MS-Windows, job_start() makes a GUI application hidden. If

Commit: patch 9.0.1850: Vim9: wrong line number where options set

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1850: Vim9: wrong line number where options set Commit: https://github.com/vim/vim/commit/32f3461465a26192172734584c4cbab6e55e2b7f Author: LemonBoy Date: Sat Sep 2 21:52:05 2023 +0200 patch 9.0.1850: Vim9: wrong line number where options set Problem: Vim9: wrong line

Commit: patch 9.0.1851: breakindent missing by virt text

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1851: breakindent missing by virt text Commit: https://github.com/vim/vim/commit/3c3cf1d6892103a1ce6bab7f3546447d85fb5d1c Author: zeertzjq Date: Sat Sep 2 21:55:00 2023 +0200 patch 9.0.1851: breakindent missing by virt text Problem: Virtual text at a column causes

Commit: patch 9.0.1849: CI error on different signedness in ex_cmds.c

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1849: CI error on different signedness in ex_cmds.c Commit: https://github.com/vim/vim/commit/c8a034210f043639f27b6f346c5a9933f17e7159 Author: Christian Brabandt Date: Sat Sep 2 21:48:46 2023 +0200 patch 9.0.1849: CI error on different signedness in ex_cmds.c Problem:

New test problem: test_crash.vim: Found errors in Test_crash1():

2023-09-02 Fir de Conversatie Ernie Rael
New problem? Or is it just me? -ernie -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the

Commit: patch 9.0.1845: xxd: Test_xxd_color start failing

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1845: xxd: Test_xxd_color start failing Commit: https://github.com/vim/vim/commit/e0bfb7d3016ccd6c2186b9cd74cee6538eea9b5e Author: Christian Brabandt Date: Sat Sep 2 19:12:31 2023 +0200 patch 9.0.1845: xxd: Test_xxd_color start failing Problem: xxd: Test_xxd_color

Commit: patch 9.0.1847: [security] potential oob write in do_addsub()

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1847: [security] potential oob write in do_addsub() Commit: https://github.com/vim/vim/commit/889f6af37164775192e33b233a90e86fd3df0f57 Author: Christian Brabandt Date: Sat Sep 2 19:43:33 2023 +0200 patch 9.0.1847: [security] potential oob write in do_addsub() Problem:

Commit: patch 9.0.1852: i_CTRL-O does not reset Select Mode

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1852: i_CTRL-O does not reset Select Mode Commit: https://github.com/vim/vim/commit/d69aecf141ff05a645d02f39f1cbf6381ed7d0c0 Author: pierreganty Date: Sat Sep 2 21:59:52 2023 +0200 patch 9.0.1852: i_CTRL-O does not reset Select Mode Problem: i_CTRL-O does not reset

Commit: patch 9.0.1853: CI error on different signedness in regexp.c

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1853: CI error on different signedness in regexp.c Commit: https://github.com/vim/vim/commit/15cbaae31382f17c96a4519e334dd7ba4a90ecba Author: Christian Brabandt Date: Sat Sep 2 22:08:43 2023 +0200 patch 9.0.1853: CI error on different signedness in regexp.c Problem:

Vim9 class/object member access control

2023-09-02 Fir de Conversatie Yegappan Lakshmanan
Hi all, The access control to readonly, read-write and private members in a class/object discussed in https://github.com/vim/vim/discussions/12979 should all work now. Let us know if there are any cases where the access control is not correctly enforced. When testing these, I found an existing

Re: Vim9 class/object member access control

2023-09-02 Fir de Conversatie Yegappan Lakshmanan
On Sat, Sep 2, 2023 at 5:02 AM Yegappan Lakshmanan wrote: > > Hi all, > > The access control to readonly, read-write and private members in a > class/object discussed in https://github.com/vim/vim/discussions/12979 > should all work now. Let us know if there are any cases where the > access

Commit: patch 9.0.1840: [security] use-after-free in do_ecmd

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1840: [security] use-after-free in do_ecmd Commit: https://github.com/vim/vim/commit/e1dc9a627536304bc4f738c21e909ad9fcf3974c Author: Christian Brabandt Date: Sat Sep 2 14:40:13 2023 +0200 patch 9.0.1840: [security] use-after-free in do_ecmd Problem: use-after-free in

Commit: translation(en_GB): Update UK English translation (#13011)

2023-09-02 Fir de Conversatie Christian Brabandt
translation(en_GB): Update UK English translation (#13011) Commit: https://github.com/vim/vim/commit/397e356d7b7693d06caacb08b28f219c6d69e36a Author: Mike Williams Date: Sat Sep 2 14:04:51 2023 +0100 translation(en_GB): Update UK English translation

Commit: patch 9.0.1841: style: trailing whitespace in ex_cmds.c

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1841: style: trailing whitespace in ex_cmds.c Commit: https://github.com/vim/vim/commit/9d093fd05626aa19e5d9ff6d4b738a0f8f5deccb Author: Christian Brabandt Date: Sat Sep 2 15:07:24 2023 +0200 patch 9.0.1841: style: trailing whitespace in ex_cmds.c Problem: style:

Commit: patch 9.0.1842: Need more accurate profiling

2023-09-02 Fir de Conversatie Christian Brabandt
patch 9.0.1842: Need more accurate profiling Commit: https://github.com/vim/vim/commit/21d3212361f687704acb52cad7c1b9228e7c83f0 Author: Ernie Rael Date: Sat Sep 2 15:09:18 2023 +0200 patch 9.0.1842: Need more accurate profiling Problem: Need more accurate profiling

Commit: translation(it): updated Italian xxd manpage

2023-09-02 Fir de Conversatie Christian Brabandt
translation(it): updated Italian xxd manpage Commit: https://github.com/vim/vim/commit/67b0ecf754565ff4c09a1128677e9c6e83fcc1c2 Author: Antonio Giovanni Colombo Date: Sat Sep 2 15:11:58 2023 +0200 translation(it): updated Italian xxd manpage Signed-off-by: Christian Brabandt

Re: Commit: patch 9.0.1833: [security] runtime file fixes

2023-09-02 Fir de Conversatie Anton Sharonov
On Fri, Sep 01, 2023 at 12:00:02AM +0200, Christian Brabandt wrote: > patch 9.0.1833: [security] runtime file fixes > > Commit: > https://github.com/vim/vim/commit/816fbcc262687b81fc46f82f7bbeb1453addfe0c > Author: Christian Brabandt > Date: Thu Aug 31 23:52:30 2023 +0200 > > patch