Yegappan wrote:
> On Sun, Jul 18, 2021 at 1:48 PM Christ van Willegen > <[email protected]> wrote: > > > > Hi, > > > > Op za 17 jul. 2021 19:11 schreef Bram Moolenaar <[email protected]>: > >> > >> > >> Patch 8.2.3173 > >> Problem: Vim9: argument types are not checked at compile time. > >> Solution: Add more type checks. (Yegappan Lakshmanan, closes #8581) > >> > >> > >> + EXTERN char e_list_required_for_argument_nr[] > >> + INIT(= N_("E1211: List required for argument %d")); > >> + EXTERN char e_bool_required_for_argument_nr[] > >> + INIT(= N_("E1211: Bool required for argument %d")); > > > > > > It's not a problem that these error numbers are the same? > > > > Yes. Thanks for reporting the issue. I will update the error numbers > in my next PR. I had already added another one. I'll make a fix. Finally a simple problem again, after some very complicated ones. -- hundred-and-one symptoms of being an internet addict: 178. You look for an icon to double-click to open your bedroom window. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202107190815.16J8FjNv2950403%40masaka.moolenaar.net.
