log src/vim9compile.c @ 33008:ba1b40b520e8 v9.0.1796

age author description
Sun, 27 Aug 2023 18:45:08 +0200 Christian Brabandt patch 9.0.1796: Vim9 problems with null_objects v9.0.1796
Sun, 27 Aug 2023 18:45:05 +0200 Christian Brabandt patch 9.0.1795: Indentation issues v9.0.1795
Tue, 22 Aug 2023 21:45:02 +0200 Christian Brabandt patch 9.0.1780: Vim9 type not defined during object creation v9.0.1780
Sat, 19 Aug 2023 13:15:04 +0200 Christian Brabandt patch 9.0.1741: No type checking in interfaces v9.0.1741
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Fri, 19 May 2023 20:15:04 +0200 Bram Moolenaar patch 9.0.1569: cannot use "this.member" in lambda in class method v9.0.1569
Sun, 14 May 2023 23:15:03 +0200 Bram Moolenaar patch 9.0.1558: wrong error for unreachable code after :throw v9.0.1558
Sun, 14 May 2023 22:45:04 +0200 Bram Moolenaar patch 9.0.1557: test failures for unreachable code v9.0.1557
Sun, 14 May 2023 21:15:03 +0200 Bram Moolenaar patch 9.0.1556: Vim9: error for missing "return" after "throw" v9.0.1556
Sun, 07 May 2023 23:00:03 +0200 Bram Moolenaar patch 9.0.1523: some error messages are not marked for translation v9.0.1523
Mon, 24 Apr 2023 18:30:04 +0200 Bram Moolenaar patch 9.0.1483: += operator does not work on class member v9.0.1483
Sun, 23 Apr 2023 00:00:04 +0200 Bram Moolenaar patch 9.0.1479: small source file problems; outdated list of distrib. files v9.0.1479
Wed, 22 Feb 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1340: Coverity warns for using NULL pointer v9.0.1340
Tue, 21 Feb 2023 15:30:08 +0100 Bram Moolenaar patch 9.0.1336: functions without arguments are not always declared properly v9.0.1336
Tue, 21 Feb 2023 13:45:07 +0100 Bram Moolenaar patch 9.0.1334: using tt_member for the class leads to mistakes v9.0.1334
Sat, 18 Feb 2023 19:45:07 +0100 Bram Moolenaar patch 9.0.1322: crash when indexing "any" which is an object v9.0.1322
Wed, 08 Feb 2023 22:00:06 +0100 Bram Moolenaar patch 9.0.1292: :defer may call the wrong method for an object v9.0.1292
Mon, 30 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1266: error for space before ": type" is inconsistent v9.0.1266
Mon, 30 Jan 2023 21:30:03 +0100 Bram Moolenaar patch 9.0.1265: using an interface method may give a compilation error v9.0.1265
Thu, 26 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1246: code is indented more than necessary v9.0.1246
Wed, 18 Jan 2023 16:00:06 +0100 Bram Moolenaar patch 9.0.1217: using an object member in a closure doesn't work v9.0.1217
Mon, 16 Jan 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1211: storing value in interface member does not always work v9.0.1211
Mon, 16 Jan 2023 20:45:04 +0100 Bram Moolenaar patch 9.0.1209: getting interface member does not always work v9.0.1209
Sun, 15 Jan 2023 17:00:04 +0100 Bram Moolenaar patch 9.0.1201: assignment with operator doesn't work in object method v9.0.1201
Wed, 11 Jan 2023 19:00:06 +0100 Bram Moolenaar patch 9.0.1179: not all errors around inheritance are tested v9.0.1179
Wed, 11 Jan 2023 17:00:05 +0100 Bram Moolenaar patch 9.0.1178: a child class cannot override functions from a base class v9.0.1178
Thu, 05 Jan 2023 21:00:06 +0100 Bram Moolenaar patch 9.0.1150: :interface is not implemented yet v9.0.1150
Tue, 03 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1140: cannot call an object method in a compiled function v9.0.1140
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Mon, 02 Jan 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1130: unexpected output when autoloading a script v9.0.1130
Sun, 01 Jan 2023 21:00:03 +0100 Bram Moolenaar patch 9.0.1127: no error if function argument shadows class member v9.0.1127
Thu, 29 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.1108: type error when using "any" type and adding to float v9.0.1108
Fri, 23 Dec 2022 19:00:04 +0100 Bram Moolenaar patch 9.0.1091: assignment to non-existing member causes a crash v9.0.1091
Sun, 18 Dec 2022 22:45:04 +0100 Bram Moolenaar patch 9.0.1074: class members are not supported yet v9.0.1074
Wed, 14 Dec 2022 15:00:05 +0100 Bram Moolenaar patch 9.0.1055: Coverity warns for using uninitialized memory v9.0.1055
Tue, 13 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1053: default constructor arguments are not optional v9.0.1053
Sat, 10 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1045: in a class object members cannot be initialized v9.0.1045
Fri, 09 Dec 2022 22:45:03 +0100 Bram Moolenaar patch 9.0.1041: cannot define a method in a class v9.0.1041
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Tue, 22 Nov 2022 19:15:02 +0100 Bram Moolenaar patch 9.0.0920: cannot find an import prefixed with "s:" v9.0.0920
Fri, 21 Oct 2022 13:15:03 +0200 Bram Moolenaar patch 9.0.0811: error if :echowin is preceded by a command modifier v9.0.0811
Thu, 13 Oct 2022 17:15:05 +0200 Bram Moolenaar patch 9.0.0742: reading past end of the line when compiling a function v9.0.0742
Tue, 11 Oct 2022 21:15:04 +0200 Bram Moolenaar patch 9.0.0724: closure in compiled function gets same variable in block v9.0.0724
Sat, 08 Oct 2022 00:00:03 +0200 Bram Moolenaar patch 9.0.0689: compiler warning for unused function v9.0.0689
Fri, 07 Oct 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0684: skipped :exe command fails compilation on MS-Windows v9.0.0684
Fri, 07 Oct 2022 15:45:06 +0200 Bram Moolenaar patch 9.0.0683: cannot specify a time for :echowindow v9.0.0683
Fri, 30 Sep 2022 12:15:04 +0200 Bram Moolenaar patch 9.0.0627: "const" and "final" both make the type a constant v9.0.0627
Thu, 29 Sep 2022 20:15:05 +0200 Bram Moolenaar patch 9.0.0623: error for modifying a const is not detected at compile time v9.0.0623
Mon, 19 Sep 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0503: build failure v9.0.0503
Sat, 17 Sep 2022 22:15:05 +0200 Bram Moolenaar patch 9.0.0491: no good reason to build without the float feature v9.0.0491
Fri, 16 Sep 2022 20:15:03 +0200 Bram Moolenaar patch 9.0.0481: in :def function all closures in loop get the same variables v9.0.0481
Thu, 15 Sep 2022 18:30:04 +0200 Bram Moolenaar patch 9.0.0470: in :def function all closures in loop get the same variables v9.0.0470
Wed, 14 Sep 2022 01:45:04 +0200 Bram Moolenaar patch 9.0.0460: loop variable can't be found v9.0.0460
Sat, 03 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0370: cleaning up afterwards can make a function messy v9.0.0370
Sat, 03 Sep 2022 12:00:05 +0200 Bram Moolenaar patch 9.0.0364: clang static analyzer gives warnings v9.0.0364
Thu, 01 Sep 2022 17:15:04 +0200 Bram Moolenaar patch 9.0.0350: :echowindow does not work in a compiled function v9.0.0350
Wed, 24 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0253: a symlink to an autoload script results in two entries v9.0.0253
Wed, 17 Aug 2022 17:00:05 +0200 Bram Moolenaar patch 9.0.0224: Using NULL pointer when skipping compiled code v9.0.0224
Tue, 16 Aug 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0221: accessing freed memory if compiling nested function fails v9.0.0221