log src/testdir/test_vim9_disassemble.vim @ 34989:9f340fcf7117 v9.1.0350

age author description
Thu, 18 Apr 2024 22:15:02 +0200 Christian Brabandt patch 9.1.0350: tests: test_vim9_dissamble may fail v9.1.0350
Fri, 22 Mar 2024 20:00:06 +0100 Christian Brabandt patch 9.1.0198: Vim9: compound operators broken for lambdas in an object v9.1.0198
Sun, 03 Mar 2024 16:45:06 +0100 Christian Brabandt patch 9.1.0148: Vim9: can't call internal methods with objects v9.1.0148
Thu, 21 Dec 2023 17:30:05 +0100 Christian Brabandt patch 9.0.2184: Vim9: inconsistent :type/:class messages v9.0.2184
Thu, 14 Dec 2023 20:30:06 +0100 Christian Brabandt patch 9.0.2167: Vim9: not consistently using :var for declarations v9.0.2167
Sun, 10 Dec 2023 15:16:23 +0100 Christian Brabandt patch 9.0.2152: Using type unknown for List/Dict containers v9.0.2152
Sun, 05 Nov 2023 10:15:05 +0100 Christian Brabandt patch 9.0.2091: Vim9: cannot convert list to string using += v9.0.2091
Thu, 26 Oct 2023 23:15:06 +0200 Christian Brabandt patch 9.0.2072: Vim9: no nr2str conversion in list-unpack v9.0.2072
Tue, 17 Oct 2023 11:15:06 +0200 Christian Brabandt patch 9.0.2038: Vim9: object method funcref not cleaned up after use v9.0.2038
Mon, 09 Oct 2023 18:00:10 +0200 Christian Brabandt patch 9.0.2006: Vim9: need more tests v9.0.2006
Wed, 27 Sep 2023 19:15:04 +0200 Christian Brabandt patch 9.0.1945: Vim9: missing support for ro-vars in interface v9.0.1945
Sun, 17 Sep 2023 17:15:06 +0200 Christian Brabandt patch 9.0.1906: Vim9: Interfaces should not support class methods and variables v9.0.1906
Sun, 10 Sep 2023 18:15:05 +0200 Christian Brabandt patch 9.0.1889: Vim9 static tests fail v9.0.1889
Tue, 05 Sep 2023 20:45:05 +0200 Christian Brabandt patch 9.0.1875: Vim9: improve test for disassemble + static v9.0.1875
Tue, 21 Feb 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1339: no test for :disassemble with class function v9.0.1339
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
Fri, 07 Oct 2022 15:45:06 +0200 Bram Moolenaar patch 9.0.0683: cannot specify a time for :echowindow v9.0.0683
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
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 13:45:03 +0200 Bram Moolenaar patch 9.0.0484: in :def function all closures in loop get the same variables v9.0.0484
Thu, 15 Sep 2022 18:30:04 +0200 Bram Moolenaar patch 9.0.0470: in :def function all closures in loop get the same variables v9.0.0470
Sat, 03 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0370: cleaning up afterwards can make a function messy v9.0.0370
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
Sun, 22 May 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5003: cannot do bitwise shifts v8.2.5003
Sat, 21 May 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.4989: cannot specify a function name for :defcompile v8.2.4989
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 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc