log src/testdir/test_vim9_disassemble.vim @ 27457:4c16acb2525f v8.2.4257

age author description
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
Mon, 13 Sep 2021 18:30:04 +0200 Bram Moolenaar patch 8.2.3435: Vim9: dict is not passed to dict function v8.2.3435
Sun, 22 Aug 2021 13:45:04 +0200 Bram Moolenaar patch 8.2.3366: Vim9: debugging elseif does not stop before condition v8.2.3366
Sun, 15 Aug 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3353: Vim9: type of argument for negate not checked at compile time v8.2.3353
Fri, 13 Aug 2021 19:45:03 +0200 Bram Moolenaar patch 8.2.3339: Vim9: cannot lock a member in a local dict v8.2.3339
Tue, 10 Aug 2021 23:00:06 +0200 Bram Moolenaar patch 8.2.3326: Vim9: no error passing an empty list of the wrong type v8.2.3326
Sat, 07 Aug 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3310: Vim9: unpack assignment does not mention source of type error v8.2.3310
Sat, 07 Aug 2021 15:15:02 +0200 Bram Moolenaar patch 8.2.3307: Vim9: :echoconsole cannot access local variables v8.2.3307
Sun, 01 Aug 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.3267: Vim9: crash when disassembling using deleted script variable v8.2.3267
Sat, 31 Jul 2021 23:00:04 +0200 Bram Moolenaar patch 8.2.3263: Vim9: "..=" does not accept same types as the ".." operator v8.2.3263
Wed, 23 Jun 2021 20:30:03 +0200 Bram Moolenaar patch 8.2.3039: Vim9: breakpoint at a comment line does not work v8.2.3039
Mon, 21 Jun 2021 19:45:03 +0200 Bram Moolenaar patch 8.2.3029: Vim9: crash when using operator and list unpack assignment v8.2.3029
Tue, 15 Jun 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3005: Vim9: using a void value does not give a proper error message v8.2.3005
Mon, 14 Jun 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.2997: Vim9: disassemble test fails v8.2.2997
Sun, 13 Jun 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.2985: Vim9: a compiled function cannot be debugged v8.2.2985
Sun, 06 Jun 2021 17:15:03 +0200 Bram Moolenaar patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc. v8.2.2951
Fri, 04 Jun 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.2936: Vim9: converting number to bool uses wrong stack offset v8.2.2936
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
Wed, 05 May 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.2834: Vim9: :cexpr does not work with local variables v8.2.2834
Tue, 20 Apr 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.2792: Vim9: :disas shows instructions for default args but no text v8.2.2792
Mon, 19 Apr 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.2785: Vim9: cannot redirect to local variable v8.2.2785
Mon, 19 Apr 2021 17:00:04 +0200 Bram Moolenaar patch 8.2.2784: Vim9: cannot use =expr in :substitute v8.2.2784
Sat, 17 Apr 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.2777: Vim9: blob operations not tested in all ways
Wed, 14 Apr 2021 12:45:05 +0200 Bram Moolenaar patch 8.2.2762: Vim9: function line truncated when compiling v8.2.2762
Sun, 11 Apr 2021 18:30:05 +0200 Bram Moolenaar patch 8.2.2755: Vim9: no error for using a number in a condition v8.2.2755
Mon, 29 Mar 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.2677: Vim9: cannot use only some of the default arguments v8.2.2677
Fri, 26 Mar 2021 20:45:02 +0100 Bram Moolenaar patch 8.2.2658: :for cannot loop over a string v8.2.2658
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
Thu, 25 Mar 2021 21:15:04 +0100 Bram Moolenaar patch 8.2.2651: Vim9: restoring command modifiers happens after jump v8.2.2651
Wed, 17 Mar 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.2617: Vim9: script variable in block not found by function v8.2.2617
Sun, 21 Feb 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2539: Vim9: return from finally block causes a hang v8.2.2539
Sat, 13 Feb 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.2506: Vim9: :continue does not work correctly in a :try block v8.2.2506
Sun, 24 Jan 2021 18:00:04 +0100 Bram Moolenaar patch 8.2.2403: Vim9: profiling if/elseif/endif not correct v8.2.2403
Sun, 24 Jan 2021 13:45:04 +0100 Bram Moolenaar patch 8.2.2401: build fails without +profiling feature v8.2.2401
Sun, 24 Jan 2021 13:00:06 +0100 Bram Moolenaar patch 8.2.2400: Vim9: compiled functions are not profiled v8.2.2400
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
Tue, 12 Jan 2021 19:00:07 +0100 Bram Moolenaar patch 8.2.2335: Vim9: "silent return" does not restore command modifiers v8.2.2335
Sun, 10 Jan 2021 14:15:04 +0100 Bram Moolenaar patch 8.2.2321: Vim9: cannot nest closures v8.2.2321
Fri, 08 Jan 2021 21:00:04 +0100 Bram Moolenaar patch 8.2.2314: Vim9: returning zero takes two instructions v8.2.2314
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
Fri, 01 Jan 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.2262: Vim9: converting bool to string prefixes v: v8.2.2262
Thu, 31 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2257: Vim9: using -> for lambda is ambiguous v8.2.2257
Wed, 30 Dec 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.2250: Vim9: sublist is ambiguous v8.2.2250
Wed, 23 Dec 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2200: Vim9: lambda without white space around -> is confusing v8.2.2200
Mon, 21 Dec 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.2179: Vim9: crash when indexing a dict with a number v8.2.2179
Sat, 19 Dec 2020 16:45:06 +0100 Bram Moolenaar patch 8.2.2162: Vim9: Cannot load or store autoload variables v8.2.2162