log src/testdir/test_vim9_script.vim @ 35198:8cb8025670aa default tip

age author description
Fri, 17 May 2024 18:30:06 +0200 Christian Brabandt patch 9.1.0415: Some functions are not tested v9.1.0415
Thu, 09 May 2024 09:30:06 +0200 Christian Brabandt patch 9.1.0400: Vim9: confusing error message for unknown type v9.1.0400
Sat, 04 May 2024 10:00:04 +0200 Christian Brabandt patch 9.1.0392: tests: Vim9 debug tests may be flaky v9.1.0392
Thu, 02 May 2024 13:15:15 +0200 Christian Brabandt patch 9.1.0387: Vim9: null value tests not sufficient v9.1.0387
Sat, 13 Apr 2024 18:00:05 +0200 Christian Brabandt patch 9.1.0313: Crash when using heredoc with comment in command block v9.1.0313
Fri, 12 Apr 2024 19:00:06 +0200 Christian Brabandt patch 9.1.0312: heredocs are not supported for :commands v9.1.0312
Thu, 04 Apr 2024 22:00:04 +0200 Christian Brabandt patch 9.1.0263: Vim9: Problem with lambda blocks in enums and classes v9.1.0263
Thu, 28 Mar 2024 11:45:02 +0100 Christian Brabandt patch 9.1.0220: Few typos in source and test files v9.1.0220
Fri, 12 Jan 2024 17:30:06 +0100 Christian Brabandt patch 9.1.0017: [security]: use-after-free in eval1_emsg() v9.1.0017
Sat, 16 Dec 2023 15:00:04 +0100 Christian Brabandt patch 9.0.2173: Vim9: crash when compiling for statement and non-existing type v9.0.2173
Sat, 16 Dec 2023 14:45:03 +0100 Christian Brabandt patch 9.0.2172: Vim9: compiling :defer may fail v9.0.2172
Sat, 28 Oct 2023 21:45:04 +0200 Christian Brabandt patch 9.0.2080: vim9_script test too large v9.0.2080
Sat, 28 Oct 2023 16:00:06 +0200 Christian Brabandt patch 9.0.2078: several problems with type aliases v9.0.2078
Fri, 27 Oct 2023 19:45:05 +0200 Christian Brabandt patch 9.0.2076: Vim9: No support for type aliases v9.0.2076
Sat, 21 Oct 2023 12:15:03 +0200 Christian Brabandt patch 9.0.2059: outstanding exceptions may be skipped v9.0.2059
Thu, 19 Oct 2023 11:00:07 +0200 Christian Brabandt patch 9.0.2050: Vim9: crash with deferred function call and exception v9.0.2050
Wed, 18 Oct 2023 12:00:05 +0200 Christian Brabandt patch 9.0.2044: Vim9: exceptions confuse defered functions v9.0.2044
Wed, 27 Sep 2023 19:00:10 +0200 Christian Brabandt patch 9.0.1944: Vim9: function instruction pointer invalidated v9.0.1944
Sat, 02 Sep 2023 22:00:05 +0200 Christian Brabandt patch 9.0.1850: Vim9: wrong line number where options set v9.0.1850
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
Sun, 14 May 2023 23:15:03 +0200 Bram Moolenaar patch 9.0.1558: wrong error for unreachable code after :throw v9.0.1558
Sun, 14 May 2023 22:45:04 +0200 Bram Moolenaar patch 9.0.1557: test failures for unreachable code v9.0.1557
Sun, 30 Apr 2023 20:00:04 +0200 Bram Moolenaar patch 9.0.1501: crash with nested :try and :throw in catch block v9.0.1501
Sat, 28 Jan 2023 20:45:03 +0100 Bram Moolenaar patch 9.0.1258: code style test fails v9.0.1258
Mon, 12 Dec 2022 20:00:04 +0100 Bram Moolenaar patch 9.0.1050: using freed memory when assigning to variable twice v9.0.1050
Sun, 06 Nov 2022 13:30:04 +0100 Bram Moolenaar patch 9.0.0839: test may fail depending on sequence of events v9.0.0839
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Fri, 21 Oct 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0811: error if :echowin is preceded by a command modifier v9.0.0811
Thu, 13 Oct 2022 17:15:05 +0200 Bram Moolenaar patch 9.0.0742: reading past end of the line when compiling a function v9.0.0742
Tue, 11 Oct 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0726: looping over list of lists works in script, not in function v9.0.0726
Tue, 11 Oct 2022 21:15:04 +0200 Bram Moolenaar patch 9.0.0724: closure in compiled function gets same variable in block v9.0.0724
Sun, 09 Oct 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0703: failing check for argument type for const any v9.0.0703
Sat, 08 Oct 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0695: failing check for dictionary type for const any v9.0.0695
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
Wed, 21 Sep 2022 20:00:05 +0200 Bram Moolenaar patch 9.0.0535: closure gets wrong value in for loop with two loop variables v9.0.0535
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 13:15:06 +0200 Bram Moolenaar patch 9.0.0495: closure doesn't work properly in nested loop v9.0.0495
Sat, 17 Sep 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0485: in :def function all closures in loop get the same variables
Thu, 15 Sep 2022 23:30:03 +0200 Bram Moolenaar patch 9.0.0475: not using deferred delete in tests v9.0.0475
Wed, 14 Sep 2022 01:45:04 +0200 Bram Moolenaar patch 9.0.0460: loop variable can't be found v9.0.0460
Tue, 13 Sep 2022 22:15:04 +0200 Bram Moolenaar patch 9.0.0459: Vim9: block in for loop doesn't behave like a code block v9.0.0459
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
Fri, 02 Sep 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0363: common names in test files causes tests to be flaky v9.0.0363
Thu, 01 Sep 2022 17:15:04 +0200 Bram Moolenaar patch 9.0.0350: :echowindow does not work in a compiled function v9.0.0350
Mon, 29 Aug 2022 23:45:04 +0200 Bram Moolenaar patch 9.0.0323: using common name in tests leads to flaky tests v9.0.0323
Sat, 20 Aug 2022 16:00:04 +0200 Bram Moolenaar patch 9.0.0230: no error for comma missing in list in :def function v9.0.0230
Thu, 18 Aug 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0225: using freed memory with multiple line breaks in expression v9.0.0225
Wed, 17 Aug 2022 17:00:05 +0200 Bram Moolenaar patch 9.0.0224: Using NULL pointer when skipping compiled code v9.0.0224
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
Tue, 26 Jul 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0079: error in autoload script not reported for 'foldexpr' v9.0.0079
Tue, 17 May 2022 17:15:03 +0200 Bram Moolenaar patch 8.2.4973: Vim9: type error for list unpack mentions argument v8.2.4973
Fri, 06 May 2022 19:00:05 +0200 Bram Moolenaar patch 8.2.4892: test failures because of changed error messages v8.2.4892
Fri, 06 May 2022 14:45:03 +0200 Bram Moolenaar patch 8.2.4885: test fails with the job/channel feature v8.2.4885
Fri, 06 May 2022 14:30:03 +0200 Bram Moolenaar patch 8.2.4884: test fails without the job/channel feature v8.2.4884
Thu, 05 May 2022 18:15:02 +0200 Bram Moolenaar patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond" v8.2.4873
Thu, 05 May 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.4871: Vim9: in :def function no error for misplaced range v8.2.4871
Wed, 04 May 2022 18:30:03 +0200 Bram Moolenaar patch 8.2.4864: Vim9: script test fails v8.2.4864
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 17:30:03 +0200 Bram Moolenaar patch 8.2.4862: Vim9: test may fail when run with valgrind v8.2.4862
Fri, 29 Apr 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.4847: crash when using uninitialized function pointer v8.2.4847
Wed, 27 Apr 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.4835: Vim9: some lines not covered by tests v8.2.4835
Sat, 23 Apr 2022 12:00:06 +0200 Bram Moolenaar patch 8.2.4809: various things no6 properly tested v8.2.4809
Sun, 03 Apr 2022 22:15:04 +0200 Bram Moolenaar patch 8.2.4678: Vim9: not all code is tested v8.2.4678
Sun, 03 Apr 2022 17:15:02 +0200 Bram Moolenaar patch 8.2.4675: no error for missing expression after :elseif v8.2.4675
Sat, 02 Apr 2022 20:45:03 +0200 Bram Moolenaar patch 8.2.4666: Vim9: assignment not recognized in skipped block v8.2.4666
Fri, 25 Mar 2022 12:30:07 +0100 Bram Moolenaar patch 8.2.4622: Vim9: crash with :execute and :finish v8.2.4622
Sun, 20 Mar 2022 22:15:02 +0100 Bram Moolenaar patch 8.2.4602: Vim9: not enough test coverage for executing :def function v8.2.4602
Sun, 20 Mar 2022 20:00:03 +0100 Bram Moolenaar patch 8.2.4601: Vim9: not enough test coverage for executing :def function v8.2.4601
Fri, 18 Mar 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4587: Vim9: double free after unpacking a list v8.2.4587
Wed, 16 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4583: screendump test fails v8.2.4583
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:30:03 +0100 Bram Moolenaar patch 8.2.4574: Vim9: test for profiling fails v8.2.4574
Mon, 14 Mar 2022 12:00:06 +0100 Bram Moolenaar patch 8.2.4564: running test leaves file behind v8.2.4564
Thu, 10 Mar 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.4542: Vim9: "break" inside try/catch not handled correctly v8.2.4542
Sun, 06 Mar 2022 16:00:13 +0100 Bram Moolenaar patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish" v8.2.4519
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:15:04 +0100 Bram Moolenaar patch 8.2.4508: Vim9: cannot assign to a global variable on the command line v8.2.4508
Fri, 04 Mar 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4503: Vim9: there is no point in supporting :Print and :mode v8.2.4503
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
Thu, 03 Mar 2022 16:15:03 +0100 Bram Moolenaar patch 8.2.4499: Vim9: at the script level declarations leak to next block v8.2.4499
Thu, 17 Feb 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.4410: Vim9: some code not covered by tests v8.2.4410
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
Sat, 12 Feb 2022 15:30:03 +0100 Bram Moolenaar patch 8.2.4358: Vim9: line number of exception is not set v8.2.4358
Sun, 06 Feb 2022 21:30:02 +0100 Bram Moolenaar patch 8.2.4314: test fails where lines are skipped v8.2.4314
Sun, 06 Feb 2022 18:45:03 +0100 Bram Moolenaar patch 8.2.4312: no error for using :vim9script in a :def function v8.2.4312
Fri, 04 Feb 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4297: Vim9: not all code covered by tests v8.2.4297
Wed, 02 Feb 2022 17:30:05 +0100 Bram Moolenaar patch 8.2.4285: Vim9: type of item in for loop not checked properly v8.2.4285
Sun, 30 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4264: Vim9: can use old style autoload function name v8.2.4264
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Wed, 19 Jan 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4147: E464 does not always include the offending command v8.2.4147
Wed, 12 Jan 2022 17:30:07 +0100 Bram Moolenaar patch 8.2.4071: Vim9: no detection of return in try/endtry v8.2.4071
Mon, 10 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4057: Vim9: not fully implementing the autoload mechanism v8.2.4057
Mon, 10 Jan 2022 19:15:04 +0100 Bram Moolenaar patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yet v8.2.4053
Sun, 09 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4050: Vim9: need to prefix every item in an autoload script v8.2.4050
Fri, 07 Jan 2022 22:45:02 +0100 Bram Moolenaar patch 8.2.4036: Vim9: script test file is getting too long v8.2.4036
Fri, 07 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4030: a script local funcref is not found from a mapping v8.2.4030
Fri, 07 Jan 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4027: import test fails on MS-Windows v8.2.4027
Fri, 07 Jan 2022 14:45:04 +0100 Bram Moolenaar patch 8.2.4025: error for import not ending in .vim does not work for .vimrc v8.2.4025
Fri, 07 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4024: confusing error message if imported name is used directly v8.2.4024
Thu, 06 Jan 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4019: Vim9: import mechanism is too complicated v8.2.4019
Sat, 01 Jan 2022 13:30:03 +0100 Bram Moolenaar patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supported v8.2.3965
Sun, 26 Dec 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 script v8.2.3901
Sat, 25 Dec 2021 22:45:02 +0100 Bram Moolenaar patch 8.2.3897: Vim9: second argument of map() and filter() not checked v8.2.3897
Thu, 23 Dec 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.3878: Vim9: debugger tries to read more lines than there are v8.2.3878
Mon, 20 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3859: Vim9: some code lines not tested v8.2.3859
Mon, 20 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3858: Vim9: not enough tests v8.2.3858
Sun, 19 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3854: Vim9: inconsistent arguments for test functions v8.2.3854
Tue, 14 Dec 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.3807: Vim9: can call import with star directly v8.2.3807
Sat, 11 Dec 2021 17:15:03 +0100 Bram Moolenaar patch 8.2.3783: confusing error for using a variable as a function v8.2.3783
Sat, 11 Dec 2021 15:00:03 +0100 Bram Moolenaar patch 8.2.3782: Vim9: no error if a function shadows a script variable v8.2.3782
Fri, 10 Dec 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.3778: lambda debug test fails in some configurations v8.2.3778
Fri, 10 Dec 2021 18:00:05 +0100 Bram Moolenaar patch 8.2.3775: Vim9: lambda compiled without outer context when debugging v8.2.3775
Sun, 05 Dec 2021 18:30:04 +0100 Bram Moolenaar patch 8.2.3746: cannot disassemble function starting with "debug" or "profile" v8.2.3746
Wed, 01 Dec 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3717: Vim9: error for constant list size is only given at runtime v8.2.3717
Mon, 22 Nov 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3650: Vim9: for loop variable can be a list member v8.2.3650
Mon, 22 Nov 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3649: Vim9: error for variable declared in while loop v8.2.3649
Sun, 21 Nov 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.3637: typos in test files v8.2.3637