log src/testdir/test_vim9_builtin.vim @ 23827:7e0d8f1cae7d v8.2.2455

age author description
Wed, 03 Feb 2021 17:45:06 +0100 Bram Moolenaar patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistent v8.2.2455
Mon, 01 Feb 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2449: Vim9: flatten() always changes the list type
Sun, 31 Jan 2021 21:00:03 +0100 Bram Moolenaar patch 8.2.2443: Vim9: no compile time error for wrong str2float argument v8.2.2443
Sun, 31 Jan 2021 18:00:04 +0100 Bram Moolenaar patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch v8.2.2441
Sun, 31 Jan 2021 13:15:04 +0100 Bram Moolenaar patch 8.2.2435: setline() gives an error for some types v8.2.2435
Sat, 30 Jan 2021 23:15:06 +0100 Bram Moolenaar patch 8.2.2434: Vim9: no error when compiling str2nr() with a number v8.2.2434
Fri, 22 Jan 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.2394: Vim9: min() and max() return type is "any" v8.2.2394
Thu, 21 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2387: runtime type check does not mention argument index v8.2.2387
Sun, 17 Jan 2021 16:30:05 +0100 Bram Moolenaar patch 8.2.2369: Vim9: functions return true/false but can't be used as bool v8.2.2369
Sat, 16 Jan 2021 19:15:04 +0100 Bram Moolenaar patch 8.2.2365: Vim9: no check for map() changing item type at script level v8.2.2365
Sat, 16 Jan 2021 16:15:04 +0100 Bram Moolenaar patch 8.2.2362: Vim9: check of builtin function argument type is incomplete v8.2.2362
Wed, 13 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2344: using inclusive index for slice is not always desired v8.2.2344
Wed, 13 Jan 2021 20:45:04 +0100 Bram Moolenaar patch 8.2.2343: Vim9: return type of readfile() is any v8.2.2343
Tue, 12 Jan 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.2340: win_execute() unexpectedly returns number zero when failing v8.2.2340
Tue, 12 Jan 2021 22:00:06 +0100 Bram Moolenaar patch 8.2.2339: cannot get the type of a value as a string v8.2.2339
Tue, 12 Jan 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.2338: Vim9: no error if using job_info() result wrongly v8.2.2338
Tue, 12 Jan 2021 20:30:07 +0100 Bram Moolenaar patch 8.2.2336: Vim9: not possible to extend dictionary with different type v8.2.2336
Sun, 10 Jan 2021 22:45:06 +0100 Bram Moolenaar patch 8.2.2325: Vim9: crash if map() changes the item type v8.2.2325
Thu, 07 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2310: Vim9: winsaveview() return type is too generic v8.2.2310
Sun, 03 Jan 2021 16:00:03 +0100 Bram Moolenaar patch 8.2.2285: Vim9: cannot set an option to a false v8.2.2285
Sun, 03 Jan 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.2284: Vim9: cannot set an option to a boolean value v8.2.2284
Sat, 02 Jan 2021 15:45:04 +0100 Bram Moolenaar patch 8.2.2272: Vim9: extend() can violate the type of a variable v8.2.2272
Thu, 31 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2257: Vim9: using -> for lambda is ambiguous v8.2.2257
Tue, 29 Dec 2020 20:30:06 +0100 Bram Moolenaar patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executed v8.2.2245
Fri, 25 Dec 2020 20:30:03 +0100 Bram Moolenaar patch 8.2.2218: Vim9: failure if passing more args to lambda than expected v8.2.2218
Mon, 21 Dec 2020 22:00:03 +0100 Bram Moolenaar patch 8.2.2184: Vim9: no error when using "2" for a line number v8.2.2184
Sat, 12 Dec 2020 19:00:03 +0100 Bram Moolenaar patch 8.2.2133: Vim9: checking for a non-empty string is too strict v8.2.2133
Wed, 09 Dec 2020 12:45:05 +0100 Bram Moolenaar patch 8.2.2117: some functions use any value as a string v8.2.2117
Sat, 05 Dec 2020 22:00:03 +0100 Bram Moolenaar patch 8.2.2098: Vim9: function argument of sort() and map() not tested v8.2.2098
Wed, 02 Dec 2020 17:45:05 +0100 Bram Moolenaar patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax v8.2.2082
Thu, 19 Nov 2020 19:00:06 +0100 Bram Moolenaar patch 8.2.2015: Vim9: literal dict #{} is not like any other language v8.2.2015
Mon, 16 Nov 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.1996: Vim9: invalid error for argument of extend() v8.2.1996
Sat, 31 Oct 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.1931: Vim9: arguments of extend() not checked at compile time v8.2.1931
Thu, 22 Oct 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an error v8.2.1888
Wed, 21 Oct 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1879: Vim9: argument types of insert() not checked when compiling v8.2.1879
Wed, 21 Oct 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1876: Vim9: argument types are not checked at compile time v8.2.1876