log src/testdir/test_vim9_disassemble.vim @ 20528:489cb75c76b6 v8.2.0818

age author description
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
Thu, 06 Feb 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.0225: compiling lambda not tested yet v8.2.0225
Thu, 06 Feb 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.0224: compiling :elseif not tested yet v8.2.0224
Thu, 06 Feb 2020 19:30:08 +0100 Bram Moolenaar patch 8.2.0223: some instructions not yet tested v8.2.0223