log src/errors.h @ 32903:54c01bb98b8e v9.0.1760

age author description
Sun, 20 Aug 2023 18:30:05 +0200 Christian Brabandt patch 9.0.1760: vim9 class problem with new() constructor v9.0.1760
Sat, 19 Aug 2023 13:15:04 +0200 Christian Brabandt patch 9.0.1741: No type checking in interfaces v9.0.1741
Thu, 17 Aug 2023 22:15:03 +0200 Christian Brabandt patch 9.0.1722: wrong error messages when passing wrong types to count() v9.0.1722
Sun, 13 Aug 2023 18:15:04 +0200 Christian Brabandt patch 9.0.1704: Cannot use positional arguments for printf() v9.0.1704
Fri, 07 Jul 2023 20:00:05 +0200 Bram Moolenaar patch 9.0.1673: cannot produce a status 418 or 503 message v9.0.1673
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Wed, 31 May 2023 18:15:04 +0200 Bram Moolenaar patch 9.0.1594: some internal error messages are translated v9.0.1594
Sat, 27 May 2023 14:45:04 +0200 Bram Moolenaar patch 9.0.1581: translation does not work for plural argument v9.0.1581
Thu, 25 May 2023 21:15:03 +0200 Bram Moolenaar patch 9.0.1579: some error messages are not translated v9.0.1579
Wed, 24 May 2023 22:15:06 +0200 Bram Moolenaar patch 9.0.1576: users may not know what to do with an internal error v9.0.1576
Sun, 14 May 2023 23:15:03 +0200 Bram Moolenaar patch 9.0.1558: wrong error for unreachable code after :throw v9.0.1558
Sat, 06 May 2023 17:30:03 +0200 Bram Moolenaar patch 9.0.1516: cannot use special keys in <Cmd> mapping v9.0.1516
Sat, 06 May 2023 00:00:03 +0200 Bram Moolenaar patch 9.0.1510: misleading variable name for error message v9.0.1510
Sat, 22 Apr 2023 22:15:04 +0200 Bram Moolenaar patch 9.0.1477: crash when recovering from corrupted swap file v9.0.1477
Thu, 13 Apr 2023 20:30:03 +0200 Bram Moolenaar patch 9.0.1450: MacOS: building fails if clock_gettime() is not available v9.0.1450
Sun, 12 Mar 2023 22:30:05 +0100 Bram Moolenaar patch 9.0.1403: unused variables and functions v9.0.1403
Fri, 03 Mar 2023 16:15:03 +0100 Bram Moolenaar patch 9.0.1375: crash when getting member of obj of unknown class v9.0.1375
Sun, 26 Feb 2023 20:00:03 +0100 Bram Moolenaar patch 9.0.1357: using null_object results in an internal error v9.0.1357
Sun, 19 Feb 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1328: error when using "none" for GUI color is confusing v9.0.1328
Fri, 17 Feb 2023 22:15:05 +0100 Bram Moolenaar patch 9.0.1317: crash when using an unset object variable v9.0.1317
Fri, 27 Jan 2023 14:30:04 +0100 Bram Moolenaar patch 9.0.1249: cannot export an abstract class v9.0.1249
Fri, 20 Jan 2023 21:01:44 +0100 Bram Moolenaar patch 9.0.1223: cannot use setcellwidths() below 0x100 v9.0.1223
Sat, 14 Jan 2023 14:15:06 +0100 Bram Moolenaar patch 9.0.1198: abstract class not supported yet v9.0.1198
Wed, 11 Jan 2023 19:00:06 +0100 Bram Moolenaar patch 9.0.1179: not all errors around inheritance are tested v9.0.1179
Wed, 11 Jan 2023 17:00:05 +0100 Bram Moolenaar patch 9.0.1178: a child class cannot override functions from a base class v9.0.1178
Sun, 08 Jan 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1159: extends argument for class not implemented yet v9.0.1159
Sat, 07 Jan 2023 16:00:05 +0100 Bram Moolenaar patch 9.0.1157: "implements" only handles one interface name v9.0.1157
Fri, 06 Jan 2023 19:45:05 +0100 Bram Moolenaar patch 9.0.1152: class "implements" argument not implemented v9.0.1152
Thu, 05 Jan 2023 21:00:06 +0100 Bram Moolenaar patch 9.0.1150: :interface is not implemented yet v9.0.1150
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Sun, 01 Jan 2023 21:45:03 +0100 Bram Moolenaar patch 9.0.1128: build failure v9.0.1128
Mon, 19 Dec 2022 14:45:04 +0100 Bram Moolenaar patch 9.0.1077: can add text property with negative ID before virtual text v9.0.1077
Sun, 18 Dec 2022 22:45:04 +0100 Bram Moolenaar patch 9.0.1074: class members are not supported yet v9.0.1074
Fri, 16 Dec 2022 17:45:04 +0100 Bram Moolenaar patch 9.0.1064: code for making 'shortmess' temporarily empty is repeated v9.0.1064
Wed, 14 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.1060: private and public object members are not implemented yet v9.0.1060
Tue, 13 Dec 2022 22:15:03 +0100 Bram Moolenaar patch 9.0.1054: object member can't get type from initializer v9.0.1054
Tue, 13 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1053: default constructor arguments are not optional v9.0.1053
Fri, 09 Dec 2022 22:45:03 +0100 Bram Moolenaar patch 9.0.1041: cannot define a method in a class v9.0.1041
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Sun, 04 Dec 2022 22:45:03 +0100 Bram Moolenaar patch 9.0.1003: tiny build fails v9.0.1003
Sun, 04 Dec 2022 21:15:07 +0100 Bram Moolenaar patch 9.0.1001: classes are not documented or implemented yet v9.0.1001
Fri, 25 Nov 2022 17:45:04 +0100 Bram Moolenaar patch 9.0.0949: crash when unletting a variable while listing variables v9.0.0949
Sat, 19 Nov 2022 12:45:04 +0100 Bram Moolenaar patch 9.0.0907: restoring window after WinScrolled may fail v9.0.0907
Mon, 14 Nov 2022 00:45:03 +0100 Bram Moolenaar patch 9.0.0877: using freed memory with :comclear while listing commands v9.0.0877
Sun, 13 Nov 2022 22:15:02 +0100 Bram Moolenaar patch 9.0.0874: using freed memory when executing unmenu at more prompt v9.0.0874
Sun, 13 Nov 2022 21:45:03 +0100 Bram Moolenaar patch 9.0.0873: using freed memory when executing mapclear at more prompt v9.0.0873
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Wed, 02 Nov 2022 11:18:51 +0100 Bram Moolenaar patch 9.0.0820: memory leak with empty shell command v9.0.0821
Thu, 13 Oct 2022 23:15:05 +0200 Bram Moolenaar patch 9.0.0747: too many #ifdefs v9.0.0747
Tue, 04 Oct 2022 17:30:06 +0200 Bram Moolenaar patch 9.0.0657: too many #ifdefs v9.0.0657
Sun, 02 Oct 2022 14:00:09 +0200 Bram Moolenaar patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature v9.0.0637
Thu, 29 Sep 2022 20:15:05 +0200 Bram Moolenaar patch 9.0.0623: error for modifying a const is not detected at compile time v9.0.0623
Tue, 20 Sep 2022 13:00:04 +0200 Bram Moolenaar patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer v9.0.0509
Mon, 19 Sep 2022 17:00:07 +0200 Bram Moolenaar patch 9.0.0502: a closure in a nested loop in a :def function does not work v9.0.0502
Sun, 18 Sep 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visible v9.0.0500
Sat, 17 Sep 2022 22:15:05 +0200 Bram Moolenaar patch 9.0.0491: no good reason to build without the float feature v9.0.0491
Sat, 17 Sep 2022 20:00:03 +0200 Bram Moolenaar patch 9.0.0489: using "end_lnum" with virtual text causes problems v9.0.0489
Sun, 11 Sep 2022 16:15:04 +0200 Bram Moolenaar patch 9.0.0444: trying to declare g:variable gives confusing error v9.0.0444
Sat, 10 Sep 2022 15:00:03 +0200 Bram Moolenaar patch 9.0.0437: no error when custom completion function returns wrong type v9.0.0437
Sat, 10 Sep 2022 14:15:04 +0200 Bram Moolenaar patch 9.0.0436: CI: running tests in parallel causes flakiness v9.0.0436
Fri, 09 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0432: crash when using for loop variable in closure v9.0.0432
Fri, 09 Sep 2022 20:00:05 +0200 Bram Moolenaar patch 9.0.0430: cannot use repeat() with a blob v9.0.0430
Mon, 05 Sep 2022 22:30:04 +0200 Bram Moolenaar patch 9.0.0390: cannot use a partial with :defer v9.0.0390
Mon, 05 Sep 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0389: crash when 'tagfunc' closes the window v9.0.0389
Thu, 01 Sep 2022 13:30:05 +0200 Bram Moolenaar patch 9.0.0345: error message for list argument could be clearer v9.0.0345
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Thu, 25 Aug 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version v9.0.0270
Thu, 25 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version v9.0.0265
Thu, 25 Aug 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0263: too many #ifdefs v9.0.0263
Tue, 23 Aug 2022 22:45:02 +0200 Bram Moolenaar patch 9.0.0250: slightly inconsistent error messages v9.0.0250
Tue, 23 Aug 2022 19:45:05 +0200 Bram Moolenaar patch 9.0.0247: cannot add padding to virtual text without highlight v9.0.0247
Sat, 20 Aug 2022 22:00:03 +0200 Bram Moolenaar patch 9.0.0233: removing multiple text properties takes many calls v9.0.0233
Sat, 20 Aug 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0229: Vim9: error message for missing type is not clear v9.0.0229
Wed, 10 Aug 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0188: strange effects when using "text_align" with non-zero column v9.0.0188
Sat, 06 Aug 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0156: giving E1170 only in an expression is confusing v9.0.0156
Sat, 06 Aug 2022 12:45:03 +0200 Bram Moolenaar patch 9.0.0150: error for using #{ in an expression is a bit confusing v9.0.0150
Wed, 27 Jul 2022 14:30:03 +0200 Bram Moolenaar patch 9.0.0091: duplicate error number v9.0.0091
Mon, 25 Jul 2022 19:15:06 +0200 Bram Moolenaar patch 9.0.0067: cannot show virtual text v9.0.0067
Sun, 24 Jul 2022 21:15:06 +0200 Bram Moolenaar patch 9.0.0064: confusing error when using "q:" in command line window v9.0.0064
Sat, 23 Jul 2022 06:15:07 +0200 Bram Moolenaar patch 9.0.0058: Win32: cannot test low level events v9.0.0058
Tue, 21 Jun 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.5146: memory leak when substitute expression nests v8.2.5146
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Sun, 29 May 2022 18:15:03 +0200 Bram Moolenaar patch 8.2.5039: confusing error if first argument of popup_create() is wrong v8.2.5039
Fri, 27 May 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5033: build error with +eval but without +quickfix v8.2.5033
Fri, 27 May 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.5030: autocmd_add() can only handle one event and pattern v8.2.5030
Fri, 27 May 2022 18:30:04 +0200 Bram Moolenaar patch 8.2.5029: "textlock" is always zero v8.2.5029
Sun, 22 May 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5003: cannot do bitwise shifts v8.2.5003
Wed, 18 May 2022 16:15:03 +0200 Bram Moolenaar patch 8.2.4978: no error if engine selection atom is not at the start v8.2.4978
Tue, 10 May 2022 19:00:05 +0200 Bram Moolenaar patch 8.2.4933: a few more capitalization mistakes in error messages v8.2.4933
Sun, 08 May 2022 23:45:02 +0200 Bram Moolenaar patch 8.2.4919: can add invalid bytes with :spellgood v8.2.4919
Fri, 06 May 2022 17:30:03 +0200 Bram Moolenaar patch 8.2.4890: inconsistent capitalization in error messages v8.2.4890
Fri, 06 May 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc
Wed, 04 May 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4863: accessing freed memory in test without the +channel feature v8.2.4863
Wed, 04 May 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.4861: it is not easy to restore saved mappings v8.2.4861
Sun, 17 Apr 2022 16:15:03 +0200 Bram Moolenaar patch 8.2.4774: crash when using a number for lambda name v8.2.4774
Sun, 10 Apr 2022 12:30:05 +0200 Bram Moolenaar patch 8.2.4727: unused code v8.2.4727
Sat, 09 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4726: cannot use expand() to get the script name v8.2.4726
Mon, 04 Apr 2022 19:45:04 +0200 Bram Moolenaar patch 8.2.4688: new regexp engine does not give an error for "%v" v8.2.4688
Thu, 31 Mar 2022 12:45:05 +0200 Bram Moolenaar patch 8.2.4653: "import autoload" does not check the file name v8.2.4653
Mon, 21 Mar 2022 21:00:06 +0100 Bram Moolenaar patch 8.2.4604: error for redefining a script item may be confusing v8.2.4604
Wed, 16 Mar 2022 21:15:02 +0100 Bram Moolenaar patch 8.2.4582: useless code handling a type declaration v8.2.4582
Tue, 15 Mar 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.4573: a nested function is compiled for debugging without context v8.2.4573
Sat, 05 Mar 2022 23:15:02 +0100 Bram Moolenaar patch 8.2.4516: build failure without the +eval feature v8.2.4516
Sat, 05 Mar 2022 22:15:02 +0100 Bram Moolenaar patch 8.2.4515: old subsitute syntax is still supported v8.2.4515
Sat, 05 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4514: Vim9: some flow commands can be shortened v8.2.4514
Sat, 05 Mar 2022 14:00:03 +0100 Bram Moolenaar patch 8.2.4510: Vim9: shortening commands leads to confusing script v8.2.4510
Sat, 05 Mar 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4509: Vim9: can declare a variable with ":va" v8.2.4509
Fri, 04 Mar 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4506: "pattern not found" for :global is not an error message v8.2.4506
Fri, 04 Mar 2022 21:15:02 +0100 Bram Moolenaar patch 8.2.4505: Vim9: outdated "autocmd nested" still works v8.2.4505
Thu, 03 Mar 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4500: Vim9: can declare a global variable on the command line v8.2.4500
Wed, 23 Feb 2022 23:15:03 +0100 Bram Moolenaar patch 8.2.4460: Vim9: wrong error for defining dict function v8.2.4460
Thu, 17 Feb 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4408: Vim9: some code not covered by tests v8.2.4408
Tue, 15 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4395: some code lines not covered by tests v8.2.4395
Mon, 14 Feb 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4385: cannot build tiny version v8.2.4385
Mon, 14 Feb 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4384: Vim9: error message not tested, some code not tested v8.2.4384
Sun, 13 Feb 2022 15:00:03 +0100 Bram Moolenaar patch 8.2.4371: Vim9: can create a script variable from a legacy function v8.2.4371
Sat, 12 Feb 2022 21:00:03 +0100 Bram Moolenaar patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies v8.2.4360
Tue, 08 Feb 2022 20:15:03 +0100 Bram Moolenaar patch 8.2.4330: Vim9: no error if script imports itself v8.2.4330
Mon, 07 Feb 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.4324: Vim9: script-local function name can start with "_" v8.2.4324