log src/testdir/test_vim9_expr.vim @ 23088:285cde4b8d0e v8.2.2090

age author description
Fri, 04 Dec 2020 19:15:03 +0100 Bram Moolenaar patch 8.2.2090: Vim9: dict does not accept a key in quotes v8.2.2090
Wed, 02 Dec 2020 17:45:05 +0100 Bram Moolenaar patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax v8.2.2082
Wed, 02 Dec 2020 15:15:05 +0100 Bram Moolenaar patch 8.2.2081: Vim9: cannot handle a linebreak after "=" in assignment v8.2.2081
Wed, 25 Nov 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.2053: Vim9: lamba doesn't accept argument types v8.2.2053
Thu, 19 Nov 2020 19:00:06 +0100 Bram Moolenaar patch 8.2.2015: Vim9: literal dict #{} is not like any other language v8.2.2015
Wed, 18 Nov 2020 17:45:03 +0100 Bram Moolenaar patch 8.2.2013: Vim9: not skipping white space after unary minus v8.2.2013
Wed, 18 Nov 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.2012: Vim9: confusing error message when using bool wrongly v8.2.2012
Sat, 14 Nov 2020 21:00:03 +0100 Bram Moolenaar patch 8.2.1986: expression test is flaky on Appveyor v8.2.1986
Thu, 12 Nov 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1980: Vim9: some tests are not done at the script level v8.2.1980
Thu, 12 Nov 2020 12:15:04 +0100 Bram Moolenaar patch 8.2.1977: Vim9: error for using a string in a condition is confusing v8.2.1977
Sat, 07 Nov 2020 13:15:03 +0100 Bram Moolenaar patch 8.2.1965: Vim9: tests fail without the channel feature v8.2.1965
Wed, 04 Nov 2020 13:45:05 +0100 Bram Moolenaar patch 8.2.1952: Vim9: crash when using a NULL dict key v8.2.1952
Wed, 04 Nov 2020 12:15:03 +0100 Bram Moolenaar patch 8.2.1950: Vim9: crash when compiling function fails when getting type v8.2.1950
Fri, 30 Oct 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.1924: Vim9: crash when indexing dict with NULL key v8.2.1924
Thu, 22 Oct 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1890: Vim9: strange error for subtracting from a list v8.2.1890
Thu, 22 Oct 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1889: Vim9: errornous error for missing white space after {} v8.2.1889
Mon, 19 Oct 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1868: Vim9: no error for missing space after comma in dict v8.2.1868
Sun, 18 Oct 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1861: Vim9: no specific error when parsing lambda fails v8.2.1861
Thu, 15 Oct 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1851: Vim9: "!" followed by space incorrectly used v8.2.1851
Sun, 11 Oct 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1838: Vim9: cannot insert a comment line in an expression v8.2.1838
Mon, 05 Oct 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1802: Vim9: crash with unterminated dict v8.2.1802
Sun, 04 Oct 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1798: Vim9: trinary operator condition is too permissive v8.2.1798
Sat, 03 Oct 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1795: Vim9: operators && and || have a confusing result v8.2.1795
Sat, 03 Oct 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1794: no falsy Coalescing operator v8.2.1794
Sat, 03 Oct 2020 13:45:03 +0200 Bram Moolenaar patch 8.2.1789: Vim9: crash with invalid list constant v8.2.1789
Sun, 27 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1766: Vim9: Some tests are still using :let v8.2.1766
Sun, 27 Sep 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1765: Vim9: some tests use "var var" v8.2.1765
Sun, 27 Sep 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1759: Vim9: Some tests are still using :let v8.2.1759
Sun, 27 Sep 2020 18:00:03 +0200 Bram Moolenaar patch 8.2.1758: Vim9: type of unmaterialized list is wrong v8.2.1758
Mon, 21 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1724: Vim9: assignment tests spread out v8.2.1724
Mon, 21 Sep 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type function v8.2.1722
Sun, 20 Sep 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1719: Vim9: no error if comma is missing in between arguments v8.2.1719
Sat, 19 Sep 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1710: Vim9: list of list type can be wrong v8.2.1710
Wed, 16 Sep 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1697: inconsistent capitalization of error messages v8.2.1697
Wed, 16 Sep 2020 15:30:07 +0200 Bram Moolenaar patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected v8.2.1691
Mon, 14 Sep 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.1680: Vim9: line number for compare error is wrong v8.2.1680
Sat, 12 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1671: Vim9: stray error for missing white space v8.2.1671
Sat, 12 Sep 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is any v8.2.1668
Wed, 09 Sep 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script level v8.2.1644
Sun, 06 Sep 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1623: Vim9: using :call where it is not needed v8.2.1623
Sat, 05 Sep 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1609: Vim9: test fails when build without +channel v8.2.1609
Thu, 27 Aug 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1529: Vim9: :elseif may be compiled when not needed v8.2.1529
Thu, 27 Aug 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1527: Vim9: cannot use a function name at script level v8.2.1527
Sat, 22 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1512: failure after trinary expression fails v8.2.1512
Fri, 21 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1504: Vim9: white space checks are only done for a :def function v8.2.1504
Fri, 21 Aug 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1502: Vim9: can use += with a :let command at script level v8.2.1502
Fri, 21 Aug 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1501: Vim9: concatenating to constant reverses order v8.2.1501
Tue, 18 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1482: Vim9: crash when using a nested lambda v8.2.1482
Tue, 18 Aug 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1481: Vim9: line number reported with error may be wrong v8.2.1481
Tue, 18 Aug 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.1479: Vim9: error for list index uses wrong line number v8.2.1479
Sun, 16 Aug 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1468: Vim9: invalid error for missing white space v8.2.1468
Sun, 16 Aug 2020 17:45:22 +0200 Bram Moolenaar patch 8.2.1466: Vim9: cannot index or slice a variable with type "any" v8.2.1466
Sun, 16 Aug 2020 15:00:05 +0200 Bram Moolenaar patch 8.2.1465: Vim9: subscript not handled properly v8.2.1465
Sat, 15 Aug 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1463: Vim9: list slice not supported yet
Sat, 15 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1462: Vim9: string slice not supported yet v8.2.1462
Sat, 15 Aug 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1461: Vim9: string indexes are counted in bytes v8.2.1461
Sat, 15 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1460: error messages are spread out v8.2.1460
Fri, 14 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1455: Vim9: crash when using typecast before constant v8.2.1455
Fri, 14 Aug 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1454: Vim9: failure invoking lambda with wrong arguments v8.2.1454
Fri, 14 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1453: Vim9: failure to compile lambda not tested v8.2.1453