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
/
vim9type.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file
v9.0.1390
Yegappan Lakshmanan
2023-03-07
1
-1
/
+1
*
patch 9.0.1334: using tt_member for the class leads to mistakes
v9.0.1334
Bram Moolenaar
2023-02-21
1
-22
/
+14
*
patch 9.0.1320: checking the type of a null object causes a crash
v9.0.1320
Bram Moolenaar
2023-02-18
1
-1
/
+2
*
patch 9.0.1246: code is indented more than necessary
v9.0.1246
Yegappan Lakshmanan
2023-01-26
1
-16
/
+16
*
patch 9.0.1224: cannot call a :def function with a number for float argument
v9.0.1224
Bram Moolenaar
2023-01-20
1
-8
/
+14
*
patch 9.0.1207: error when object type is expected but getting "any"
v9.0.1207
Bram Moolenaar
2023-01-16
1
-0
/
+5
*
patch 9.0.1203: return type of values() is always list<any>
v9.0.1203
Bram Moolenaar
2023-01-15
1
-1
/
+2
*
patch 9.0.1202: crash when iterating over list of objects
v9.0.1202
Bram Moolenaar
2023-01-15
1
-1
/
+2
*
patch 9.0.1187: test for using imported class fails
v9.0.1187
Bram Moolenaar
2023-01-12
1
-0
/
+5
*
patch 9.0.1185: using class from imported script not tested
v9.0.1185
Bram Moolenaar
2023-01-12
1
-4
/
+6
*
patch 9.0.1184: interface of an object is not recognized when checking type
v9.0.1184
Bram Moolenaar
2023-01-12
1
-0
/
+10
*
patch 9.0.1181: class inheritance and typing insufficiently tested
v9.0.1181
Bram Moolenaar
2023-01-11
1
-3
/
+26
*
patch 9.0.1163: compiler warning for implicit size_t/int conversion
v9.0.1163
Mike Williams
2023-01-09
1
-1
/
+1
*
patch 9.0.1156: tests fail because of a different error message
v9.0.1156
Bram Moolenaar
2023-01-07
1
-2
/
+1
*
patch 9.0.1155: cannot use a class as a type
v9.0.1155
Bram Moolenaar
2023-01-07
1
-0
/
+24
*
patch 9.0.1139: cannot create a new object in a compiled function
v9.0.1139
Bram Moolenaar
2023-01-03
1
-0
/
+5
*
patch 9.0.1138: crash when expecting varargs but it is something else
v9.0.1138
Bram Moolenaar
2023-01-03
1
-1
/
+3
*
patch 9.0.1108: type error when using "any" type and adding to float
v9.0.1108
Bram Moolenaar
2022-12-29
1
-1
/
+7
*
patch 9.0.1104: invalid memory access when checking function argument types
v9.0.1104
Bram Moolenaar
2022-12-27
1
-1
/
+1
*
patch 9.0.1054: object member can't get type from initializer
v9.0.1054
Bram Moolenaar
2022-12-13
1
-0
/
+30
*
patch 9.0.1052: using freed memory on exit when EXITFREE is defined
v9.0.1052
Bram Moolenaar
2022-12-13
1
-1
/
+50
*
patch 9.0.1050: using freed memory when assigning to variable twice
v9.0.1050
Bram Moolenaar
2022-12-12
1
-1
/
+2
*
patch 9.0.1041: cannot define a method in a class
v9.0.1041
Bram Moolenaar
2022-12-09
1
-3
/
+0
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-3
/
+16
*
patch 9.0.0703: failing check for argument type for const any
v9.0.0703
Bram Moolenaar
2022-10-09
1
-0
/
+11
*
patch 9.0.0628: Coverity warns for not checking return value
v9.0.0628
Bram Moolenaar
2022-09-30
1
-11
/
+6
*
patch 9.0.0624: leaking argument type array
v9.0.0624
Bram Moolenaar
2022-09-29
1
-7
/
+4
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
1
-0
/
+24
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-6
/
+0
*
patch 9.0.0477: missing dependency may cause crashes on incomplete build
v9.0.0477
Bram Moolenaar
2022-09-16
1
-0
/
+5
*
patch 9.0.0229: Vim9: error message for missing type is not clear
v9.0.0229
Bram Moolenaar
2022-08-20
1
-5
/
+8
*
patch 8.2.5026: Vim9: a few lines not covered by tests
v8.2.5026
Bram Moolenaar
2022-05-26
1
-50
/
+43
*
patch 8.2.4998: Vim9: crash when using multiple funcref()
v8.2.4998
Bram Moolenaar
2022-05-22
1
-1
/
+5
*
patch 8.2.4657: errors for functions are sometimes hard to read
v8.2.4657
Bram Moolenaar
2022-03-31
1
-2
/
+2
*
patch 8.2.4642: Vim9: in :def function script var cannot be null
v8.2.4642
Bram Moolenaar
2022-03-28
1
-0
/
+4
*
patch 8.2.4554: Vim9: using null values not sufficiently tested
v8.2.4554
Bram Moolenaar
2022-03-12
1
-0
/
+13
*
patch 8.2.4529: Vim9: comparing partial with function fails
v8.2.4529
Bram Moolenaar
2022-03-08
1
-0
/
+2
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-12
/
+9
*
patch 8.2.4429: using script-local function from the wrong script
v8.2.4429
Bram Moolenaar
2022-02-21
1
-1
/
+1
*
patch 8.2.4310: Vim9: constant list and dict get a declaration type
v8.2.4310
Bram Moolenaar
2022-02-06
1
-9
/
+0
*
patch 8.2.4287: cannot assign empty list with type to variable with list type
v8.2.4287
Bram Moolenaar
2022-02-03
1
-1
/
+5
*
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()
v8.2.4286
Bram Moolenaar
2022-02-02
1
-0
/
+65
*
patch 8.2.4279: Vim9: cannot change item type with map() after range()
v8.2.4279
Bram Moolenaar
2022-02-01
1
-2
/
+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
-5
/
+18
*
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused
v8.2.4086
Bram Moolenaar
2022-01-13
1
-1
/
+1
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-6
/
+0
*
patch 8.2.4034: Coverity warns for possibly using a NULL pointer
v8.2.4034
Bram Moolenaar
2022-01-07
1
-1
/
+1
*
patch 8.2.3998: asan error for adding zero to NULL
v8.2.3998
Bram Moolenaar
2022-01-04
1
-1
/
+2
*
patch 8.2.3996: Vim9: type checking lacks information about declared type
v8.2.3996
Bram Moolenaar
2022-01-04
1
-10
/
+82
*
patch 8.2.3991: Vim9: error when extending dict<any>
v8.2.3991
Bram Moolenaar
2022-01-03
1
-16
/
+35
[next]