log src/testdir/test_vim9_disassemble.vim @ 25605:6f13d9ea0d04 v8.2.3339

age author description
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
Sun, 13 Dec 2020 14:30:03 +0100 Bram Moolenaar patch 8.2.2137: Vim9: :echo and :execute give error for empty argument v8.2.2137
Thu, 10 Dec 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.2124: Vim9: a range cannot be computed at runtime v8.2.2124
Wed, 02 Dec 2020 17:45:05 +0100 Bram Moolenaar patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax v8.2.2082
Mon, 23 Nov 2020 08:45:04 +0100 Bram Moolenaar patch 8.2.2034: Vim9: list unpack in for statement not compiled yet v8.2.2034
Sun, 22 Nov 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.2033: Vim9: :def without argument gives compilation error v8.2.2033
Wed, 18 Nov 2020 16:45:03 +0100 Bram Moolenaar patch 8.2.2010: Vim9: compiling fails for unreachable return statement v8.2.2010
Thu, 12 Nov 2020 12:15:04 +0100 Bram Moolenaar patch 8.2.1977: Vim9: error for using a string in a condition is confusing v8.2.1977
Sun, 08 Nov 2020 13:00:04 +0100 Bram Moolenaar patch 8.2.1968: Vim9: has() assumes a feature does not change dynamically v8.2.1968
Thu, 05 Nov 2020 19:00:05 +0100 Bram Moolenaar patch 8.2.1956: Vim9: cannot specify argument types for lambda v8.2.1956
Sat, 24 Oct 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1900: Vim9: command modifiers do not work v8.2.1900
Fri, 23 Oct 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1894: Vim9: command modifiers are not supported v8.2.1894
Mon, 19 Oct 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1867: Vim9: argument to add() not checked for blob v8.2.1867
Mon, 19 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1865: Vim9: add() does not check type of argument v8.2.1865
Sat, 10 Oct 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1819: Vim9: Memory leak when using a closure v8.2.1819
Thu, 08 Oct 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1815: Vim9: memory leak when using function reference v8.2.1815
Sat, 03 Oct 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1795: Vim9: operators && and || have a confusing result v8.2.1795
Sat, 03 Oct 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1794: no falsy Coalescing operator v8.2.1794
Sun, 27 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1766: Vim9: Some tests are still using :let v8.2.1766
Sun, 27 Sep 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1761: Vim9: Some tests are still using :let v8.2.1761
Wed, 23 Sep 2020 22:00:06 +0200 Bram Moolenaar patch 8.2.1734: Vim9: cannot use a funcref for a closure twice v8.2.1734
Wed, 16 Sep 2020 15:30:07 +0200 Bram Moolenaar patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected v8.2.1691
Wed, 09 Sep 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1647: Vim9: result of expression with && and || is not a bool v8.2.1647
Tue, 08 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function v8.2.1637
Sun, 06 Sep 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1623: Vim9: using :call where it is not needed v8.2.1623
Sun, 16 Aug 2020 17:45:22 +0200 Bram Moolenaar patch 8.2.1466: Vim9: cannot index or slice a variable with type "any" v8.2.1466
Sat, 15 Aug 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1463: Vim9: list slice not supported yet
Sat, 15 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1462: Vim9: string slice not supported yet v8.2.1462
Sat, 15 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1460: error messages are spread out v8.2.1460
Wed, 12 Aug 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakes v8.2.1435
Wed, 12 Aug 2020 16:00:06 +0200 Bram Moolenaar patch 8.2.1427: Vim9: cannot use a range with marks in :def function v8.2.1427
Sun, 09 Aug 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1408: Vim9: type casting not supported v8.2.1408
Fri, 31 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1329: Vim9: cannot define global function inside :def function v8.2.1329
Sun, 19 Jul 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespaces v8.2.1250
Sun, 19 Jul 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1249: Vim9: disassemble test fails v8.2.1249
Fri, 17 Jul 2020 20:45:06 +0200 Bram Moolenaar patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing v8.2.1227
Mon, 13 Jul 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1200: Vim9: cannot disassemble a lambda function v8.2.1200
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Thu, 09 Jul 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1167: Vim9: builtin function method call only supports first arg v8.2.1167
Sun, 05 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1145: Vim9: "for" only accepts a list at compile time v8.2.1145
Sat, 20 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1024: Vim9: no error for using "let g:var = val" v8.2.1024
Thu, 18 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1008: Vim9: no test for disassambling newly added instructions v8.2.1008
Thu, 18 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1006: Vim9: require unnecessary return statement v8.2.1006
Sun, 24 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0818: Vim9: using a discovery phase doesn't work well v8.2.0818
Fri, 15 May 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0758: Vim9: no test for STORELIST and STOREDICT v8.2.0758
Fri, 15 May 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.0757: Vim9: no test for MEMBER instruction v8.2.0757
Thu, 14 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase v8.2.0753
Sat, 09 May 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script v8.2.0725
Sat, 09 May 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.0723: Vim9: nested constant expression not evaluated compile time v8.2.0723
Sat, 09 May 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.0719: Vim9: more expressions can be evaluated at compile time v8.2.0719
Fri, 08 May 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0717: Vim9: postponed constant expressions does not scale v8.2.0717
Thu, 07 May 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.0708: Vim9: constant expressions are not simplified v8.2.0708
Thu, 07 May 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0706: Vim9: using assert_fails() causes function to finish v8.2.0706
Wed, 06 May 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0703: Vim9: closure cannot store value in outer context v8.2.0703
Sat, 25 Apr 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0640: Vim9: expanding does not work v8.2.0640
Thu, 23 Apr 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script v8.2.0626
Sun, 19 Apr 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0605: Vim9: cannot unlet an environment variable v8.2.0605
Sun, 19 Apr 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.0601: Vim9: :unlet is not compiled v8.2.0601
Sun, 19 Apr 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables v8.2.0600
Sat, 18 Apr 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0595: Vim9: not all commands using ends_excmd() tested v8.2.0595
Mon, 13 Apr 2020 17:30:05 +0200 Bram Moolenaar patch 8.2.0570: Vim9: no error when omitting type from argument v8.2.0570
Sun, 12 Apr 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0565: Vim9: tests contain superfluous line continuation v8.2.0565
Sun, 05 Apr 2020 17:15:25 +0200 Bram Moolenaar patch 8.2.0512: Vim9: no optional arguments in func type v8.2.0512
Fri, 03 Apr 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0508: Vim9: func and partial types not done yet v8.2.0508
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Thu, 02 Apr 2020 14:00:06 +0200 Bram Moolenaar patch 8.2.0496: Vim9: disassemble test fails v8.2.0496
Tue, 31 Mar 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0487: Vim9: compiling not sufficiently tested v8.2.0487
Thu, 19 Mar 2020 15:00:03 +0100 Bram Moolenaar patch 8.2.0408: delete() commented out for testing v8.2.0408
Sun, 01 Mar 2020 23:45:04 +0100 Bram Moolenaar patch 8.2.0346: Vim9: finding common list type not tested v8.2.0346
Sun, 01 Mar 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.0343: Vim9: using wrong instruction, limited test coverage v8.2.0343
Wed, 26 Feb 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.0323: Vim9: calling a function that is defined later is slow v8.2.0323
Wed, 26 Feb 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0321: Vim9: ":execute" does not work yet v8.2.0321
Sat, 22 Feb 2020 19:15:04 +0100 Bram Moolenaar patch 8.2.0299: Vim9: ISN_STORE with argument not tested v8.2.0299
Wed, 19 Feb 2020 14:30:03 +0100 Bram Moolenaar patch 8.2.0277: Vim9: not all instructions covered by tests v8.2.0277
Thu, 13 Feb 2020 21:30:09 +0100 Bram Moolenaar patch 8.2.0253: crash when using :disassamble without argument v8.2.0253
Fri, 07 Feb 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0229: compare instructions not tested v8.2.0229
Thu, 06 Feb 2020 22:45:04 +0100 Bram Moolenaar patch 8.2.0227: compiling a few instructions not tested v8.2.0227
Thu, 06 Feb 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0226: compiling for loop not tested v8.2.0226