log src/testdir/test_vim9_builtin.vim @ 25640:78ef12e0ce8c v8.2.3356

age author description
Mon, 16 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3356: adding many text properties requires a lot of function calls v8.2.3356
Mon, 09 Aug 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3322: Vim9: checking type of dict does not check member type v8.2.3322
Sun, 08 Aug 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.3314: behavior of exists() in a :def function is unpredictable v8.2.3314
Thu, 05 Aug 2021 23:00:04 +0200 Bram Moolenaar patch 8.2.3299: Vim9: exists() does not handle much at compile time v8.2.3299
Mon, 02 Aug 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.3276: Vim9: exists() can only be evaluated at runtime v8.2.3276
Sat, 31 Jul 2021 22:15:02 +0200 Bram Moolenaar patch 8.2.3261: Vim9: when compiling repeat(123, N) return type is number v8.2.3261
Sat, 31 Jul 2021 19:15:03 +0200 Bram Moolenaar patch 8.2.3258: error messages have the wrong text v8.2.3258
Wed, 28 Jul 2021 22:45:05 +0200 Bram Moolenaar patch 8.2.3242: Vim9: valgrind reports leaks in builtin function test v8.2.3242
Wed, 28 Jul 2021 12:00:06 +0200 Bram Moolenaar patch 8.2.3232: system() does not work without a second argument v8.2.3232
Tue, 27 Jul 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3230: Vim9: type error when function return type is not known yet v8.2.3230
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Sun, 25 Jul 2021 16:00:05 +0200 Bram Moolenaar patch 8.2.3221: Vim9: argument types are not checked at compile time v8.2.3221
Sun, 25 Jul 2021 15:45:03 +0200 Bram Moolenaar patch 8.2.3220: Test_term_setansicolors() fails in some configurations v8.2.3220
Sat, 24 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3215: Vim9: argument types are not checked at compile time v8.2.3215
Sat, 24 Jul 2021 16:30:03 +0200 Bram Moolenaar patch 8.2.3211: Vim9: argument types are not checked at compile time v8.2.3211
Sat, 24 Jul 2021 15:45:03 +0200 Bram Moolenaar patch 8.2.3210: Vim9: searchpair() sixth argument is compiled v8.2.3210
Sat, 24 Jul 2021 13:30:04 +0200 Bram Moolenaar patch 8.2.3207: Vim9: crash when compiling string fails v8.2.3207
Fri, 23 Jul 2021 20:45:05 +0200 Bram Moolenaar patch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
Thu, 22 Jul 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3200: Vim9: hard to guess where a type error is given v8.2.3200
Wed, 21 Jul 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.3194: Vim9: argument types are not checked at compile time v8.2.3194
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Mon, 19 Jul 2021 10:45:04 +0200 Bram Moolenaar patch 8.2.3183: duplicate error numbers v8.2.3183
Sun, 18 Jul 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3182: Vim9: crash when using removing items from a constant list v8.2.3182
Sun, 18 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3181: Vim9: builtin function test fails without channel feature v8.2.3181
Sat, 17 Jul 2021 19:15:05 +0200 Bram Moolenaar patch 8.2.3173: Vim9: argument types are not checked at compile time v8.2.3173
Fri, 16 Jul 2021 10:45:04 +0200 Bram Moolenaar patch 8.2.3172: MzScheme test fails v8.2.3172
Thu, 15 Jul 2021 13:00:06 +0200 Bram Moolenaar patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Wed, 14 Jul 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.3161: Vim9: no error when reltime() has invalid arguments v8.2.3161
Mon, 12 Jul 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3156: Vim9: term_getansicolors() test fails without +termguicolors v8.2.3156
Sun, 11 Jul 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3154: Vim9: some type checks for builtin functions fail v8.2.3154
Sun, 11 Jul 2021 19:45:03 +0200 Bram Moolenaar patch 8.2.3150: Vim9: argument types are not checked at compile time v8.2.3150
Sun, 11 Jul 2021 18:30:03 +0200 Bram Moolenaar patch 8.2.3148: Vim9: function arg type check does not handle base offset v8.2.3148
Sun, 11 Jul 2021 16:15:03 +0200 Bram Moolenaar patch 8.2.3144: Vim9: no error when using an invalid value for a line number v8.2.3144
Sun, 11 Jul 2021 15:00:03 +0200 Bram Moolenaar patch 8.2.3142: Vim9: type check for has_key() argument is too strict v8.2.3142
Sat, 10 Jul 2021 13:30:06 +0200 Bram Moolenaar patch 8.2.3135: Vim9: builtin function arguments not checked at compile time v8.2.3135
Fri, 09 Jul 2021 20:00:04 +0200 Bram Moolenaar patch 8.2.3134: crash when using typename() on a function reference v8.2.3134
Thu, 08 Jul 2021 21:00:06 +0200 Bram Moolenaar patch 8.2.3128: Vim9: uninitialzed list does not get type checked v8.2.3128
Thu, 08 Jul 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3127: Vim9: no error when adding number to list of string v8.2.3127
Mon, 05 Jul 2021 14:15:05 +0200 Bram Moolenaar patch 8.2.3108: test for remote_foreground() fails v8.2.3108
Sat, 03 Jul 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.3092: Vim9: builtin function test fails without +channel feature v8.2.3092
Sat, 03 Jul 2021 12:00:05 +0200 Bram Moolenaar patch 8.2.3084: Vim9: builtin function argument types are not checked v8.2.3084
Tue, 22 Jun 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3036: Vim9: builtin function arguments not checked at compile time v8.2.3036
Sun, 20 Jun 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.3023: Vim9: arguments for execute() not checked at compile time v8.2.3023
Sat, 05 Jun 2021 21:00:03 +0200 Bram Moolenaar patch 8.2.2944: Vim9: no error when using job or channel as a string v8.2.2944
Sat, 05 Jun 2021 18:30:03 +0200 Bram Moolenaar patch 8.2.2942: Vim9: error when calling function with too few arguments v8.2.2942
Wed, 26 May 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.2888: Vim9: "k" command recognized in Vim9 script v8.2.2888
Tue, 25 May 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.2886: various pieces of code not covered by tests v8.2.2886
Tue, 18 May 2021 18:00:04 +0200 Bram Moolenaar patch 8.2.2868: Vim9: when executing compiled expression trylevel is changed v8.2.2868
Sun, 16 May 2021 15:30:03 +0200 Bram Moolenaar patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level v8.2.2857
Fri, 07 May 2021 19:45:03 +0200 Bram Moolenaar patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiled v8.2.2843
Fri, 07 May 2021 18:00:04 +0200 Bram Moolenaar patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled v8.2.2842
Mon, 03 May 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.2831: Vim9: expandcmd() not tested v8.2.2831
Sun, 18 Apr 2021 16:00:06 +0200 Bram Moolenaar patch 8.2.2782: Vim9: blob operations not fully tested v8.2.2782
Sun, 18 Apr 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.2781: add() silently skips when adding to null list or blob v8.2.2781
Sat, 10 Apr 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.2747: Vim9: not always an error for too many function arguments v8.2.2747
Mon, 05 Apr 2021 13:45:04 +0200 Bram Moolenaar patch 8.2.2715: Vim9: tests fail without the channel feature v8.2.2715
Sun, 28 Mar 2021 16:00:03 +0200 Bram Moolenaar patch 8.2.2670: Vim9: error for append(0, text) v8.2.2670
Sat, 27 Mar 2021 22:30:02 +0100 Bram Moolenaar patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an error v8.2.2668
Sat, 27 Mar 2021 21:30:02 +0100 Bram Moolenaar patch 8.2.2666: Vim9: not enough function arguments checked for string v8.2.2666
Sat, 27 Mar 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.2665: test failures v8.2.2665
Sat, 27 Mar 2021 19:00:04 +0100 Bram Moolenaar patch 8.2.2664: Vim9: not enough function arguments checked for string v8.2.2664
Thu, 25 Mar 2021 22:30:04 +0100 Bram Moolenaar patch 8.2.2652: Vim9: can use command modifier without an effect v8.2.2652
Mon, 22 Mar 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.2646: Vim9: error for not using string doesn't mentionargument v8.2.2646
Sat, 13 Mar 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary v8.2.2600
Wed, 10 Mar 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.2583: Vim9: cannot compare result of getenv() with null v8.2.2583
Sun, 21 Feb 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.2537: Vim9: crash when map() fails v8.2.2537
Wed, 10 Feb 2021 22:30:06 +0100 Bram Moolenaar patch 8.2.2497: no error when using more than one character for a register v8.2.2497
Sun, 07 Feb 2021 14:45:04 +0100 Bram Moolenaar patch 8.2.2479: set/getbufline test fails without the job feature v8.2.2479
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