log src/testdir/test_vim9_assign.vim @ 33466:3de472480e91 v9.0.1986

age author description
Thu, 05 Oct 2023 20:30:08 +0200 Christian Brabandt patch 9.0.1986: Vim9: accepting type-annotations v9.0.1986
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, 14 Jun 2023 17:45:04 +0200 Bram Moolenaar patch 9.0.1631: passing wrong variable type to option gives multiple errors v9.0.1631
Sat, 10 Jun 2023 20:15:04 +0200 Bram Moolenaar patch 9.0.1625: "super" is not considered a reserved name v9.0.1625
Tue, 02 May 2023 17:30:05 +0200 Bram Moolenaar patch 9.0.1505: error when heredoc content looks like heredoc v9.0.1505
Mon, 30 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1266: error for space before ": type" is inconsistent v9.0.1266
Sat, 28 Jan 2023 20:30:04 +0100 Bram Moolenaar patch 9.0.1257: code style is not check in test scripts v9.0.1257
Sat, 15 Oct 2022 21:15:03 +0200 Bram Moolenaar patch 9.0.0766: too many delete() calls in tests v9.0.0766
Wed, 12 Oct 2022 14:00:04 +0200 Bram Moolenaar patch 9.0.0732: no check for white space before and after "=<<" v9.0.0732
Sun, 18 Sep 2022 15:00:02 +0200 Bram Moolenaar patch 9.0.0499: in :def function list created after const is locked v9.0.0499
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
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
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
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
Thu, 26 May 2022 23:30:05 +0200 Bram Moolenaar patch 8.2.5026: Vim9: a few lines not covered by tests v8.2.5026
Thu, 26 May 2022 21:00:04 +0200 Bram Moolenaar patch 8.2.5025: Vim9: a few lines not covered by tests v8.2.5025
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 15:30:02 +0200 Bram Moolenaar patch 8.2.4886: Vim9: redir in skipped block seen as assignment v8.2.4886
Fri, 06 May 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc
Fri, 22 Apr 2022 00:45:04 +0200 Bram Moolenaar patch 8.2.4804: expression in heredoc doesn't work for compiled function v8.2.4804
Sun, 17 Apr 2022 14:00:04 +0200 Bram Moolenaar patch 8.2.4770: cannot easily mix expression and heredoc v8.2.4770
Tue, 05 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4698: Vim9: script variable has no flag that it was set v8.2.4698
Fri, 01 Apr 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.4662: no error for using out of range list index v8.2.4662
Sun, 20 Mar 2022 19:00:03 +0100 Bram Moolenaar patch 8.2.4600: Vim9: not enough test coverage for executing :def function v8.2.4600
Fri, 18 Mar 2022 22:45:02 +0100 Bram Moolenaar patch 8.2.4590: Vim9: range type check has wrong offset v8.2.4590
Fri, 18 Mar 2022 20:45:04 +0100 Bram Moolenaar patch 8.2.4589: cannot index the g: dictionary v8.2.4589
Sat, 12 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4554: Vim9: using null values not sufficiently tested v8.2.4554
Wed, 09 Mar 2022 21:00:03 +0100 Bram Moolenaar patch 8.2.4533: Vim9: no test that after assigning null type is still checked v8.2.4533
Tue, 08 Mar 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4526: Vim9: cannot set variables to a null value v8.2.4526
Sat, 05 Mar 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4509: Vim9: can declare a variable with ":va" v8.2.4509
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
Mon, 28 Feb 2022 22:00:02 +0100 Bram Moolenaar patch 8.2.4484: Vim9: some error messages are not tested v8.2.4484
Tue, 22 Feb 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4447: Vim9: can still use s:var in a compiled function v8.2.4447
Thu, 17 Feb 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.4410: Vim9: some code not covered by tests v8.2.4410
Thu, 17 Feb 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4409: Vim9: some code not covered by tests v8.2.4409
Thu, 17 Feb 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4408: Vim9: some code not covered by tests v8.2.4408
Thu, 17 Feb 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4407: Vim9: some code not covered by tests v8.2.4407
Tue, 15 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4395: some code lines not covered by tests v8.2.4395
Tue, 15 Feb 2022 16:45:03 +0100 Bram Moolenaar patch 8.2.4390: Vim9: list from declaration with inferred type not set v8.2.4390
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
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
Sun, 06 Feb 2022 18:30:04 +0100 Bram Moolenaar patch 8.2.4311: Vim9: changing script variable type not caught compile time v8.2.4311
Fri, 04 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4296: Vim9: not all code covered by tests v8.2.4296
Thu, 03 Feb 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4287: cannot assign empty list with type to variable with list type v8.2.4287
Wed, 02 Feb 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() v8.2.4286
Sun, 30 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4260: Vim9: can still use a global function without g: v8.2.4260
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
Thu, 27 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4231: Vim9: map() gives type error when type was not declared v8.2.4231
Sat, 15 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4103: Vim9: variable declared in for loop not initialzed v8.2.4103
Thu, 06 Jan 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4019: Vim9: import mechanism is too complicated v8.2.4019
Wed, 05 Jan 2022 11:30:04 +0100 Bram Moolenaar patch 8.2.4006: Vim9: crash when declaring variable on the command line v8.2.4006
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Mon, 03 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.3991: Vim9: error when extending dict<any> v8.2.3991
Fri, 31 Dec 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.3954: Vim9: no error for shadowing if script var is declared later v8.2.3954
Thu, 30 Dec 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.3945: Vim9: partial variable argument types are wrong v8.2.3945
Sun, 19 Dec 2021 19:45:03 +0100 Bram Moolenaar patch 8.2.3854: Vim9: inconsistent arguments for test functions v8.2.3854
Sat, 18 Dec 2021 13:45:04 +0100 Bram Moolenaar patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string) v8.2.3844
Fri, 17 Dec 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work v8.2.3841