index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testdir
/
test_vim9_disassemble.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1466: Vim9: cannot index or slice a variable with type "any"
v8.2.1466
Bram Moolenaar
2020-08-16
1
-0
/
+44
*
patch 8.2.1463: Vim9: list slice not supported yet
v8.2.1463
Bram Moolenaar
2020-08-15
1
-0
/
+47
*
patch 8.2.1462: Vim9: string slice not supported yet
v8.2.1462
Bram Moolenaar
2020-08-15
1
-1
/
+1
*
patch 8.2.1460: error messages are spread out
v8.2.1460
Bram Moolenaar
2020-08-15
1
-1
/
+1
*
patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakes
v8.2.1435
Bram Moolenaar
2020-08-12
1
-2
/
+2
*
patch 8.2.1427: Vim9: cannot use a range with marks in :def function
v8.2.1427
Bram Moolenaar
2020-08-12
1
-14
/
+31
*
patch 8.2.1408: Vim9: type casting not supported
v8.2.1408
Bram Moolenaar
2020-08-09
1
-0
/
+18
*
patch 8.2.1329: Vim9: cannot define global function inside :def function
v8.2.1329
Bram Moolenaar
2020-07-31
1
-0
/
+18
*
patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespaces
v8.2.1250
Bram Moolenaar
2020-07-19
1
-0
/
+20
*
patch 8.2.1249: Vim9: disassemble test fails
v8.2.1249
Bram Moolenaar
2020-07-19
1
-1
/
+22
*
patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing
v8.2.1227
Bram Moolenaar
2020-07-17
1
-5
/
+5
*
patch 8.2.1200: Vim9: cannot disassemble a lambda function
v8.2.1200
Bram Moolenaar
2020-07-13
1
-0
/
+13
*
patch 8.2.1183: assert_fails() checks the last error message
v8.2.1183
Bram Moolenaar
2020-07-11
1
-2
/
+2
*
patch 8.2.1167: Vim9: builtin function method call only supports first arg
v8.2.1167
Bram Moolenaar
2020-07-09
1
-0
/
+18
*
patch 8.2.1145: Vim9: "for" only accepts a list at compile time
v8.2.1145
Bram Moolenaar
2020-07-05
1
-0
/
+37
*
patch 8.2.1024: Vim9: no error for using "let g:var = val"
v8.2.1024
Bram Moolenaar
2020-06-20
1
-1
/
+1
*
patch 8.2.1008: Vim9: no test for disassambling newly added instructions
v8.2.1008
Bram Moolenaar
2020-06-18
1
-0
/
+36
*
patch 8.2.1006: Vim9: require unnecessary return statement
v8.2.1006
Bram Moolenaar
2020-06-18
1
-0
/
+24
*
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
v8.2.0818
Bram Moolenaar
2020-05-24
1
-4
/
+2
*
patch 8.2.0758: Vim9: no test for STORELIST and STOREDICT
v8.2.0758
Bram Moolenaar
2020-05-15
1
-189
/
+261
*
patch 8.2.0757: Vim9: no test for MEMBER instruction
v8.2.0757
Bram Moolenaar
2020-05-15
1
-92
/
+101
*
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase
v8.2.0753
Bram Moolenaar
2020-05-14
1
-1
/
+1
*
patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 script
v8.2.0725
Bram Moolenaar
2020-05-09
1
-0
/
+25
*
patch 8.2.0723: Vim9: nested constant expression not evaluated compile time
v8.2.0723
Bram Moolenaar
2020-05-09
1
-0
/
+10
*
patch 8.2.0719: Vim9: more expressions can be evaluated at compile time
v8.2.0719
Bram Moolenaar
2020-05-09
1
-48
/
+58
*
patch 8.2.0717: Vim9: postponed constant expressions does not scale
v8.2.0717
Bram Moolenaar
2020-05-08
1
-0
/
+10
*
patch 8.2.0708: Vim9: constant expressions are not simplified
v8.2.0708
Bram Moolenaar
2020-05-07
1
-3
/
+13
*
patch 8.2.0706: Vim9: using assert_fails() causes function to finish
v8.2.0706
Bram Moolenaar
2020-05-07
1
-0
/
+2
*
patch 8.2.0703: Vim9: closure cannot store value in outer context
v8.2.0703
Bram Moolenaar
2020-05-06
1
-0
/
+36
*
patch 8.2.0640: Vim9: expanding does not work
v8.2.0640
Bram Moolenaar
2020-04-25
1
-0
/
+26
*
patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script
v8.2.0626
Bram Moolenaar
2020-04-23
1
-0
/
+22
*
patch 8.2.0605: Vim9: cannot unlet an environment variable
v8.2.0605
Bram Moolenaar
2020-04-19
1
-1
/
+4
*
patch 8.2.0601: Vim9: :unlet is not compiled
v8.2.0601
Bram Moolenaar
2020-04-19
1
-0
/
+19
*
patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables
v8.2.0600
Bram Moolenaar
2020-04-19
1
-0
/
+18
*
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested
v8.2.0595
Bram Moolenaar
2020-04-18
1
-7
/
+7
*
patch 8.2.0570: Vim9: no error when omitting type from argument
v8.2.0570
Bram Moolenaar
2020-04-13
1
-2
/
+2
*
patch 8.2.0565: Vim9: tests contain superfluous line continuation
v8.2.0565
Bram Moolenaar
2020-04-12
1
-473
/
+473
*
patch 8.2.0512: Vim9: no optional arguments in func type
v8.2.0512
Bram Moolenaar
2020-04-05
1
-6
/
+8
*
patch 8.2.0508: Vim9: func and partial types not done yet
v8.2.0508
Bram Moolenaar
2020-04-03
1
-15
/
+11
*
patch 8.2.0502: Vim9: some code is not tested
v8.2.0502
Bram Moolenaar
2020-04-02
1
-0
/
+2
*
patch 8.2.0496: Vim9: disassemble test fails
v8.2.0496
Bram Moolenaar
2020-04-02
1
-1
/
+41
*
patch 8.2.0487: Vim9: compiling not sufficiently tested
v8.2.0487
Bram Moolenaar
2020-03-31
1
-0
/
+25
*
patch 8.2.0408: delete() commented out for testing
v8.2.0408
Bram Moolenaar
2020-03-19
1
-1
/
+1
*
patch 8.2.0346: Vim9: finding common list type not tested
v8.2.0346
Bram Moolenaar
2020-03-01
1
-0
/
+32
*
patch 8.2.0343: Vim9: using wrong instruction, limited test coverage
v8.2.0343
Bram Moolenaar
2020-03-01
1
-0
/
+59
*
patch 8.2.0323: Vim9: calling a function that is defined later is slow
v8.2.0323
Bram Moolenaar
2020-02-26
1
-0
/
+32
*
patch 8.2.0321: Vim9: ":execute" does not work yet
v8.2.0321
Bram Moolenaar
2020-02-26
1
-0
/
+33
*
patch 8.2.0299: Vim9: ISN_STORE with argument not tested
v8.2.0299
Bram Moolenaar
2020-02-22
1
-0
/
+17
*
patch 8.2.0277: Vim9: not all instructions covered by tests
v8.2.0277
Bram Moolenaar
2020-02-19
1
-0
/
+139
*
patch 8.2.0253: crash when using :disassamble without argument
v8.2.0253
Bram Moolenaar
2020-02-13
1
-0
/
+4
[next]