Re: Support for Private class/object methods

2023-08-24 Fir de Conversatie Ernie Rael
On 23/08/24 9:10 PM, Doug Kearns wrote: On Fri, 25 Aug 2023 at 13:18, Yegappan Lakshmanan wrote: Hi all, The following item is in the todo.txt file for implementing private methods in a class:  - Private methods?         either: private def Func()             or: def

Re: Support for Private class/object methods

2023-08-24 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Aug 24, 2023 at 9:11 PM Doug Kearns wrote: > > On Fri, 25 Aug 2023 at 13:18, Yegappan Lakshmanan wrote: >> >> Hi all, >> >> The following item is in the todo.txt file for implementing private >> methods in a class: >> >> - Private methods? >> either: private def Func() >>

Re: Support for Private class/object methods

2023-08-24 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Aug 24, 2023 at 8:50 PM Ernie Rael wrote: > > On 23/08/24 8:18 PM, Yegappan Lakshmanan wrote: > > Hi all, > > > > The following item is in the todo.txt file for implementing private > > methods in a class: > > > > - Private methods? > > either: private def Func() > >

Re: Support for Private class/object methods

2023-08-24 Fir de Conversatie Doug Kearns
On Fri, 25 Aug 2023 at 13:18, Yegappan Lakshmanan wrote: > Hi all, > > The following item is in the todo.txt file for implementing private > methods in a class: > > - Private methods? > either: private def Func() > or: def _Func() > Perhaps use "private" keyword instead

Re: Support for Private class/object methods

2023-08-24 Fir de Conversatie Ernie Rael
On 23/08/24 8:18 PM, Yegappan Lakshmanan wrote: Hi all, The following item is in the todo.txt file for implementing private methods in a class: - Private methods? either: private def Func() or: def _Func() Perhaps use "private" keyword instead of "_" prefix?

Support for Private class/object methods

2023-08-24 Fir de Conversatie Yegappan Lakshmanan
Hi all, The following item is in the todo.txt file for implementing private methods in a class: - Private methods? either: private def Func() or: def _Func() Perhaps use "private" keyword instead of "_" prefix? Function and method names always start with an uppercase

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie Ernie Rael
On 23/08/24 2:44 AM, Tony Mechelynck wrote: [...] Well, if the Mercurial mirror goes puff, I'll have to decide either to fall back on the Vim from my distro (always somewhat behind, currently 9.0.1632 and with a slightly different choice of features than I would have chosen) or to start

Commit: runtime(todo): Update todo.txt to remove recently addressed issues (#12910)

2023-08-24 Fir de Conversatie Christian Brabandt
runtime(todo): Update todo.txt to remove recently addressed issues (#12910) Commit: https://github.com/vim/vim/commit/e750f8c330bc28ee9f3b7dce06481311a090972f Author: Yegappan Lakshmanan <4298407+yegap...@users.noreply.github.com> Date: Thu Aug 24 07:07:05 2023 -0700 runtime(todo): Update

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie Enan Ajmain
On Thu, 24 Aug 2023 01:00:39 -0700 "akspecs" wrote: > Long time vim operator here (for more than half my life). > > I believe sourcehut [1][2] would be a great service to consider to host > and/or mirror vim's source code. > > On Thu Aug 24, 2023 at 12:33 AM PDT, mattn wrote: > > OSDN hosting has

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie Marvin Renich
* Tony Mechelynck [230824 05:45]: > On Wed, Aug 23, 2023 at 10:18 PM Christian Brabandt > wrote: > [...] > > For a similar reason and because of the mess I created with the > > mercurial mirror, I am thinking to retire the mercurial repository. I > > think it is pretty clear that nowadays git

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie Tony Mechelynck
On Wed, Aug 23, 2023 at 10:18 PM Christian Brabandt wrote: [...] > For a similar reason and because of the mess I created with the > mercurial mirror, I am thinking to retire the mercurial repository. I > think it is pretty clear that nowadays git is the preferred VCS of > choice for most

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie akspecs
Long time vim operator here (for more than half my life). I believe sourcehut [1][2] would be a great service to consider to host and/or mirror vim's source code. On Thu Aug 24, 2023 at 12:33 AM PDT, mattn wrote: > OSDN hosting has already become unacceptable. > The console screen appears only

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie mattn
OSDN hosting has already become unacceptable. The console screen appears only once every few times. Also, shell.osdn.net rarely connects. 2023年8月24日木曜日 15:34:45 UTC+9 Ken Takata: > Hi Christian, > > > For a similar reason and because of the mess I created with the > > mercurial mirror, I am

Re: Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-24 Fir de Conversatie Tony Mechelynck
On Thu, Aug 24, 2023 at 8:01 AM Christian Brabandt wrote: > > > On Do, 24 Aug 2023, Christian Brabandt wrote: > > > > > On Mi, 23 Aug 2023, Tony Mechelynck wrote: > > > > > Discontinuous tagging again : notice the second line below. > > > > > > VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 23

Re: Updates on the Vim project

2023-08-24 Fir de Conversatie Ken Takata
Hi Christian, > For a similar reason and because of the mess I created with the > mercurial mirror, I am thinking to retire the mercurial repository. I > think it is pretty clear that nowadays git is the preferred VCS of > choice for most programmers. To be honest, I'm still using the

Commit: patch 9.0.1787: Cannot build with latest luajit

2023-08-24 Fir de Conversatie Christian Brabandt
patch 9.0.1787: Cannot build with latest luajit Commit: https://github.com/vim/vim/commit/d42f95bbfb5abcc78a0cc99f326691f328a2f33e Author: Christian Brabandt Date: Thu Aug 24 08:15:38 2023 +0200 patch 9.0.1787: Cannot build with latest luajit Problem: Cannot build with latest

Re: Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-24 Fir de Conversatie Christian Brabandt
On Do, 24 Aug 2023, Christian Brabandt wrote: > > On Mi, 23 Aug 2023, Tony Mechelynck wrote: > > > Discontinuous tagging again : notice the second line below. > > > > VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 23 2023 23:29:38) > > Included patches: 1-1783, 1786 > > Compiled by

Re: Commit: patch 9.0.1786: Vim9: need instanceof() function

2023-08-24 Fir de Conversatie Christian Brabandt
On Mi, 23 Aug 2023, Tony Mechelynck wrote: > Discontinuous tagging again : notice the second line below. > > VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 23 2023 23:29:38) > Included patches: 1-1783, 1786 > Compiled by antoine.mechely...@gmail.com > Huge version with GTK3 GUI. Features