log src/testdir/test_vim9_disassemble.vim @ 35142:21ff041be690 default tip

age author description
Wed, 24 Apr 2024 20:15:03 +0200 Christian Brabandt patch 9.1.0369: Vim9: problem when importing autoloaded scripts v9.1.0369
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
Thu, 05 May 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4870: Vim9: expression in :substitute is not compiled v8.2.4870
Thu, 28 Apr 2022 13:15:04 +0200 Bram Moolenaar patch 8.2.4836: Vim9: some lines not covered by tests v8.2.4836
Wed, 27 Apr 2022 23:30:03 +0200 Bram Moolenaar patch 8.2.4835: Vim9: some lines not covered by tests v8.2.4835
Mon, 25 Apr 2022 13:45:04 +0200 Bram Moolenaar patch 8.2.4823: concat more than 2 strings in :def function is inefficient v8.2.4823
Sat, 02 Apr 2022 23:00:05 +0200 Bram Moolenaar patch 8.2.4669: in compiled code len('string') is not inlined v8.2.4669
Wed, 30 Mar 2022 23:00:03 +0200 Bram Moolenaar patch 8.2.4651: test fails because path differs v8.2.4651
Wed, 30 Mar 2022 22:15:04 +0200 Bram Moolenaar patch 8.2.4650: "import autoload" only works with using 'runtimepath' v8.2.4650
Sun, 27 Mar 2022 17:30:04 +0200 Bram Moolenaar patch 8.2.4634: Vim9: cannot initialize a variable to null_list
Tue, 22 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4611: typos in tests; one lua line not covered by test v8.2.4611
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
Tue, 01 Mar 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4487: Vim9: cannot compare with v:null v8.2.4487
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
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
Fri, 04 Feb 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4297: Vim9: not all code covered by tests v8.2.4297
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
Wed, 26 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function v8.2.4225
Tue, 25 Jan 2022 17:00:06 +0100 Bram Moolenaar patch 8.2.4216: Vim9: cannot use a function from an autoload import directly v8.2.4216
Tue, 04 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3997: Vim9: not enough testing for extend() and map() v8.2.3997
Sun, 02 Jan 2022 15:15:03 +0100 Bram Moolenaar patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it starts v8.2.3981
Sat, 25 Dec 2021 23:15:03 +0100 Bram Moolenaar patch 8.2.3898: Vim9: not sufficient testing for variable initialization v8.2.3898
Sat, 25 Dec 2021 19:30:03 +0100 Bram Moolenaar patch 8.2.3893: Vim9: many local variables are initialized with an instruction v8.2.3893
Tue, 21 Dec 2021 14:45:03 +0100 Bram Moolenaar patch 8.2.3868: Vim9: function test fails v8.2.3868
Thu, 16 Dec 2021 17:00:05 +0100 Bram Moolenaar patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def function v8.2.3826
Thu, 09 Dec 2021 15:30:04 +0100 Bram Moolenaar patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others v8.2.3765
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
Wed, 01 Dec 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.3716: Vim9: range without a command is not compiled v8.2.3716
Tue, 30 Nov 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.3707: Vim9: constant expression of elseif not recognized v8.2.3707
Thu, 16 Sep 2021 16:30:06 +0200 Bram Moolenaar patch 8.2.3442: Vim9: || and && are not handled at compile time v8.2.3442