log src/testdir/test_blob.vim @ 29712:bdb31515f78b v9.0.0196

age author description
Sat, 13 Aug 2022 14:15:05 +0200 Bram Moolenaar patch 9.0.0196: finding value in list may require a for loop v9.0.0196
Sat, 23 Apr 2022 12:00:06 +0200 Bram Moolenaar patch 8.2.4809: various things no6 properly tested v8.2.4809
Sun, 03 Apr 2022 12:30:03 +0200 Bram Moolenaar patch 8.2.4670: memory allocation failures for new tab page not tested v8.2.4670
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Sun, 26 Dec 2021 23:00:04 +0100 Bram Moolenaar patch 8.2.3908: cannot use a script-local function for 'foldtext' v8.2.3908
Sun, 19 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3855: illegal memory access when displaying a blob v8.2.3855
Fri, 03 Dec 2021 15:00:05 +0100 Bram Moolenaar patch 8.2.3728: internal error when passing range() to list2blob() v8.2.3728
Fri, 17 Sep 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.3446: not enough tests for empty string arguments v8.2.3446
Tue, 14 Sep 2021 18:00:08 +0200 Bram Moolenaar patch 8.2.3438: cannot manipulate blobs v8.2.3438
Wed, 04 Aug 2021 19:30:04 +0200 Bram Moolenaar patch 8.2.3284: no error for insert() or remove() changing a locked blob v8.2.3284
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Fri, 23 Jul 2021 20:45:05 +0200 Bram Moolenaar patch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Sun, 18 Apr 2021 16:15:04 +0200 Bram Moolenaar patch 8.2.2783: duplicate code for setting byte in blob, blob test may fail v8.2.2783
Sun, 18 Apr 2021 16:00:06 +0200 Bram Moolenaar patch 8.2.2782: Vim9: blob operations not fully tested v8.2.2782
Sun, 18 Apr 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.2781: add() silently skips when adding to null list or blob v8.2.2781
Sun, 18 Apr 2021 13:30:03 +0200 Bram Moolenaar patch 8.2.2780: Vim9: for loop over blob doesn't work v8.2.2780
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 20:45:04 +0200 Bram Moolenaar patch 8.2.2765: Vim9: not all blob operations work v8.2.2765
Mon, 12 Apr 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate v8.2.2757
Thu, 15 Oct 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1852: map() returing zero for NULL list is unexpected v8.2.1852
Sat, 20 Jun 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1022: various parts of code not covered by tests v8.2.1022
Sat, 25 Apr 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.0634: crash with null partial and blob v8.2.0634
Fri, 24 Apr 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0633: crash when using null partial in filter() v8.2.0633
Thu, 23 Apr 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.0619: null dict is not handled like an empty dict v8.2.0619
Tue, 21 Apr 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0615: regexp benchmark stest is old style v8.2.0615
Mon, 20 Apr 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.0610: some tests are still old style v8.2.0610
Mon, 06 Apr 2020 21:15:37 +0200 Bram Moolenaar patch 8.2.0521: crash when reading a blob fails v8.2.0521
Wed, 25 Mar 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0448: various functions not properly tested v8.2.0448
Fri, 20 Mar 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.0418: code in eval.c not sufficiently covered by tests v8.2.0418
Thu, 30 Jan 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.0184: blob test fails v8.2.0184
Thu, 30 Jan 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0183: tests fail when the float feature is disabled v8.2.0183
Wed, 15 Jan 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.0121: filter() and map() on blob don't work v8.2.0121
Sat, 31 Aug 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1953: more functions can be used as a method v8.1.1953
Fri, 12 Jul 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1671: copying a blob may result in it being locked v8.1.1671
Thu, 24 Jan 2019 12:45:05 +0100 Bram Moolenaar patch 8.1.0802: negative index doesn't work for Blob v8.1.0802
Wed, 23 Jan 2019 22:00:06 +0100 Bram Moolenaar patch 8.1.0798: changing a blob while iterating over it works strangely v8.1.0798
Tue, 22 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0793: incorrect error messages for functions that take a Blob v8.1.0793
Thu, 17 Jan 2019 16:45:06 +0100 Bram Moolenaar patch 8.1.0765: string format of a Blob can't be parsed back v8.1.0765
Tue, 15 Jan 2019 22:45:05 +0100 Bram Moolenaar patch 8.1.0756: copy() does not make a copy of a Blob v8.1.0756
Tue, 15 Jan 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0755: error message for get() on a Blob with invalid index v8.1.0755
Sun, 13 Jan 2019 19:15:06 +0100 Bram Moolenaar patch 8.1.0742: not all Blob operations are tested v8.1.0742
Sun, 13 Jan 2019 15:30:08 +0100 Bram Moolenaar patch 8.1.0736: code for Blob not sufficiently tested v8.1.0736
Sat, 12 Jan 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.0735: cannot handle binary data v8.1.0735