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_expr.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4697: Vim9: crash when adding a duplicate key to a dictionary
v8.2.4697
Bram Moolenaar
2022-04-05
1
-0
/
+3
*
patch 8.2.4657: errors for functions are sometimes hard to read
v8.2.4657
Bram Moolenaar
2022-03-31
1
-1
/
+1
*
patch 8.2.4642: Vim9: in :def function script var cannot be null
v8.2.4642
Bram Moolenaar
2022-03-28
1
-0
/
+87
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
1
-0
/
+48
*
patch 8.2.4611: typos in tests; one lua line not covered by test
v8.2.4611
Dominique Pelle
2022-03-22
1
-10
/
+10
*
patch 8.2.4602: Vim9: not enough test coverage for executing :def function
v8.2.4602
Bram Moolenaar
2022-03-20
1
-0
/
+23
*
patch 8.2.4581: null types not fully tested
v8.2.4581
Bram Moolenaar
2022-03-16
1
-0
/
+10
*
patch 8.2.4576: Vim9: error for comparing with null can be annoying
v8.2.4576
Bram Moolenaar
2022-03-15
1
-10
/
+29
*
patch 8.2.4540: line number for error is off by one
v8.2.4540
Bram Moolenaar
2022-03-10
1
-0
/
+7
*
patch 8.2.4539: when comparing special v:none and v:null are handled the same
v8.2.4539
Bram Moolenaar
2022-03-10
1
-1
/
+15
*
patch 8.2.4534: Vim9: "is" operator with empty string and null returns true
v8.2.4534
Bram Moolenaar
2022-03-10
1
-0
/
+7
*
patch 8.2.4529: Vim9: comparing partial with function fails
v8.2.4529
Bram Moolenaar
2022-03-08
1
-0
/
+38
*
patch 8.2.4487: Vim9: cannot compare with v:null
v8.2.4487
Bram Moolenaar
2022-03-01
1
-0
/
+75
*
patch 8.2.4484: Vim9: some error messages are not tested
v8.2.4484
Bram Moolenaar
2022-02-28
1
-0
/
+17
*
patch 8.2.4476: operator name spelled wrong
v8.2.4476
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-02-26
1
-3
/
+3
*
patch 8.2.4410: Vim9: some code not covered by tests
v8.2.4410
Bram Moolenaar
2022-02-17
1
-0
/
+8
*
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
v8.2.4360
Bram Moolenaar
2022-02-12
1
-4
/
+4
*
patch 8.2.4296: Vim9: not all code covered by tests
v8.2.4296
Bram Moolenaar
2022-02-04
1
-0
/
+1
*
patch 8.2.4295: Vim9: concatenating two lists may result in wrong type
v8.2.4295
Bram Moolenaar
2022-02-04
1
-0
/
+6
*
patch 8.2.4293: Vim9: when copying a list it gets type list<any>
v8.2.4293
Bram Moolenaar
2022-02-03
1
-0
/
+3
*
patch 8.2.4272: Vim9 expr test fails without the channel feature
v8.2.4272
Bram Moolenaar
2022-01-31
1
-2
/
+3
*
patch 8.2.4260: Vim9: can still use a global function without g:
v8.2.4260
Bram Moolenaar
2022-01-30
1
-9
/
+14
*
patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent
v8.2.4257
Bram Moolenaar
2022-01-29
1
-586
/
+606
*
patch 8.2.4128: crash when method cannot be found
v8.2.4128
Bram Moolenaar
2022-01-18
1
-0
/
+8
*
patch 8.2.4124: Vim9: method in compiled function may not see script item
v8.2.4124
Bram Moolenaar
2022-01-17
1
-42
/
+68
*
patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def
v8.2.4116
Bram Moolenaar
2022-01-16
1
-2
/
+1
*
patch 8.2.4115: cannot use a method with a complex expression
v8.2.4115
Bram Moolenaar
2022-01-16
1
-1
/
+22
*
patch 8.2.4114: Vim9: type checking for a funcref does not work for method
v8.2.4114
Bram Moolenaar
2022-01-16
1
-0
/
+8
*
patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec
v8.2.4055
Bram Moolenaar
2022-01-10
1
-0
/
+16
*
patch 8.2.4049: Vim9: reading before the start of the line with "$"
v8.2.4049
Bram Moolenaar
2022-01-09
1
-0
/
+1
*
patch 8.2.3897: Vim9: second argument of map() and filter() not checked
v8.2.3897
Bram Moolenaar
2021-12-25
1
-3
/
+3
*
patch 8.2.3890: Vim9: type check for using v: variables is basic
v8.2.3890
Bram Moolenaar
2021-12-24
1
-1
/
+14
*
patch 8.2.3877: function does not abort after a type error in compare
v8.2.3877
Bram Moolenaar
2021-12-22
1
-0
/
+30
*
patch 8.2.3854: Vim9: inconsistent arguments for test functions
v8.2.3854
Bram Moolenaar
2021-12-19
1
-104
/
+104
*
patch 8.2.3835: the inline-function example does not work
v8.2.3835
Bram Moolenaar
2021-12-17
1
-0
/
+9
*
patch 8.2.3815: Vim9: cannot have a multi-line dict inside a block
v8.2.3815
Bram Moolenaar
2021-12-15
1
-0
/
+14
*
patch 8.2.3810: Vim9: expr4 test fails on MS-Windows
v8.2.3810
Bram Moolenaar
2021-12-14
1
-2
/
+10
*
patch 8.2.3353: Vim9: type of argument for negate not checked at compile time
v8.2.3353
Bram Moolenaar
2021-08-15
1
-6
/
+17
*
patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow
v8.2.3311
Bram Moolenaar
2021-08-07
1
-1
/
+34
*
patch 8.2.3309: Vim9: divide by zero causes a crash
v8.2.3309
Bram Moolenaar
2021-08-07
1
-1
/
+13
*
patch 8.2.3238: Vim9: error message does not indicate the location
v8.2.3238
Bram Moolenaar
2021-07-28
1
-1
/
+1
*
patch 8.2.3196: Vim9: bool expression with numbers only fails at runtime
v8.2.3196
Bram Moolenaar
2021-07-21
1
-11
/
+18
*
patch 8.2.3185: Vim9: start of inline function found in comment line
v8.2.3185
Bram Moolenaar
2021-07-19
1
-0
/
+4
*
patch 8.2.3176: Vim9: no type error for comparing number with string
v8.2.3176
Bram Moolenaar
2021-07-18
1
-0
/
+23
*
patch 8.2.3169: Vim9: cannot handle nested inline function
v8.2.3169
Bram Moolenaar
2021-07-15
1
-1
/
+2
*
patch 8.2.3165: Vim9: in a || expression the error line number may be wrong
v8.2.3165
Bram Moolenaar
2021-07-15
1
-0
/
+7
*
patch 8.2.3162: Vim9: argument types are not checked at compile time
v8.2.3162
Yegappan Lakshmanan
2021-07-15
1
-1
/
+1
*
patch 8.2.3152: Vim9: accessing "s:" results in an error
v8.2.3152
Bram Moolenaar
2021-07-11
1
-0
/
+7
*
patch 8.2.3137: Vim9: no error when a line only has a variable name
v8.2.3137
Bram Moolenaar
2021-07-10
1
-1
/
+1
*
patch 8.2.3100: Vim9: no error when using type with unknown number of args
v8.2.3100
Bram Moolenaar
2021-07-04
1
-1
/
+1
[next]