log src/vim9compile.c @ 27114:98a01021e465 v8.2.4086

age author description
Thu, 13 Jan 2022 22:30:05 +0100 Bram Moolenaar patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused v8.2.4086
Wed, 12 Jan 2022 17:30:07 +0100 Bram Moolenaar patch 8.2.4071: Vim9: no detection of return in try/endtry v8.2.4071
Wed, 12 Jan 2022 13:00:06 +0100 Bram Moolenaar patch 8.2.4066: Vim9: imported autoload script loaded again v8.2.4066
Mon, 10 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4054: Vim9 script test fails v8.2.4054
Sun, 09 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4050: Vim9: need to prefix every item in an autoload script v8.2.4050
Sat, 08 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4045: some global functions are only used in one file v8.2.4045
Sat, 08 Jan 2022 16:45:02 +0100 Bram Moolenaar patch 8.2.4040: keeping track of allocated lines is too complicated v8.2.4040
Thu, 06 Jan 2022 22:15:04 +0100 Bram Moolenaar patch 8.2.4019: Vim9: import mechanism is too complicated v8.2.4019
Thu, 06 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.4016: Vim9: incorrect error for argument that is shadowing var v8.2.4016
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 18:00:05 +0100 Bram Moolenaar patch 8.2.4009: reading one byte beyond the end of the line v8.2.4009
Tue, 04 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3997: Vim9: not enough testing for extend() and map() v8.2.3997
Tue, 04 Jan 2022 16:30:06 +0100 Bram Moolenaar patch 8.2.3996: Vim9: type checking lacks information about declared type v8.2.3996
Mon, 03 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.3991: Vim9: error when extending dict<any> v8.2.3991
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Sat, 01 Jan 2022 15:30:06 +0100 Bram Moolenaar patch 8.2.3968: build failure v8.2.3968
Fri, 31 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3957: error messages are spread out v8.2.3957
Fri, 31 Dec 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.3954: Vim9: no error for shadowing if script var is declared later v8.2.3954
Thu, 30 Dec 2021 18:15:03 +0100 Bram Moolenaar patch 8.2.3951: Vim9: memory leak when text after a nested function v8.2.3951
Tue, 28 Dec 2021 19:00:05 +0100 Bram Moolenaar patch 8.2.3924: Vim9: no error if something follows :enddef v8.2.3924
Sun, 26 Dec 2021 15:30:02 +0100 Bram Moolenaar patch 8.2.3902: Vim9: double free with nested :def function v8.2.3902
Sat, 25 Dec 2021 19:30:03 +0100 Bram Moolenaar patch 8.2.3893: Vim9: many local variables are initialized with an instruction v8.2.3893
Wed, 22 Dec 2021 14:30:05 +0100 Bram Moolenaar patch 8.2.3869: Vim9: type checking for "any" is inconsistent v8.2.3869
Mon, 20 Dec 2021 16:15:03 +0100 Bram Moolenaar patch 8.2.3860: Vim9: codecov struggles with the file size v8.2.3860
Mon, 20 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3859: Vim9: some code lines not tested v8.2.3859
Mon, 20 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3858: Vim9: not enough tests v8.2.3858
Sun, 19 Dec 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.3856: Vim9: not enough tests v8.2.3856
Sun, 19 Dec 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.3852: Vim9: not enough tests v8.2.3852
Sat, 18 Dec 2021 13:45:04 +0100 Bram Moolenaar patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string) v8.2.3844
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Thu, 16 Dec 2021 17:00:05 +0100 Bram Moolenaar patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def function v8.2.3826
Fri, 10 Dec 2021 18:00:05 +0100 Bram Moolenaar patch 8.2.3775: Vim9: lambda compiled without outer context when debugging v8.2.3775
Thu, 09 Dec 2021 15:30:04 +0100 Bram Moolenaar patch 8.2.3765: Vim9: cannot use a lambda for 'opfunc' and others v8.2.3765
Mon, 06 Dec 2021 12:15:04 +0100 Bram Moolenaar patch 8.2.3751: cannot assign a lambda to an option that takes a function v8.2.3751
Sat, 04 Dec 2021 13:00:05 +0100 Bram Moolenaar patch 8.2.3733: Vim9: using "legacy" before range does not work v8.2.3733
Wed, 01 Dec 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3717: Vim9: error for constant list size is only given at runtime v8.2.3717
Wed, 01 Dec 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.3716: Vim9: range without a command is not compiled v8.2.3716
Wed, 01 Dec 2021 11:15:03 +0100 Bram Moolenaar patch 8.2.3711: Vim9: memory leak when compiling :elseif fails v8.2.3711
Wed, 01 Dec 2021 10:30:06 +0100 Bram Moolenaar patch 8.2.3710: Vim9: backtick expression expanded for :global v8.2.3710
Tue, 30 Nov 2021 23:00:04 +0100 Bram Moolenaar patch 8.2.3709: Vim9: backtick expression expanded when not desired v8.2.3709
Tue, 30 Nov 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.3707: Vim9: constant expression of elseif not recognized v8.2.3707
Tue, 30 Nov 2021 17:15:03 +0100 Bram Moolenaar patch 8.2.3704: Vim9: cannot use a list declaration in a :def function v8.2.3704
Mon, 29 Nov 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3701: Vim9: invalid LHS is not possible v8.2.3701
Sun, 28 Nov 2021 23:15:03 +0100 Bram Moolenaar patch 8.2.3692: Vim9: cannot use :func inside a :def function v8.2.3692
Tue, 23 Nov 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.3655: compiler warning for using size_t for int v8.2.3655
Mon, 22 Nov 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3650: Vim9: for loop variable can be a list member v8.2.3650
Sat, 23 Oct 2021 14:45:04 +0200 Bram Moolenaar patch 8.2.3560: using freed memory with lambda v8.2.3560
Wed, 13 Oct 2021 16:30:06 +0200 Bram Moolenaar patch 8.2.3504: Vim9: warning for signed vs unsigned v8.2.3504
Wed, 13 Oct 2021 16:15:04 +0200 Bram Moolenaar patch 8.2.3503: Vim9: using g:pat:cmd is confusing v8.2.3503
Thu, 16 Sep 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.3443: Vim9: memory leak when and/or fails v8.2.3443
Thu, 16 Sep 2021 16:30:06 +0200 Bram Moolenaar patch 8.2.3442: Vim9: || and && are not handled at compile time v8.2.3442
Mon, 13 Sep 2021 18:30:04 +0200 Bram Moolenaar patch 8.2.3435: Vim9: dict is not passed to dict function v8.2.3435
Thu, 09 Sep 2021 23:15:04 +0200 Bram Moolenaar patch 8.2.3423: Vim9: list += list creates a new list in :def function v8.2.3423
Wed, 25 Aug 2021 22:45:04 +0200 Bram Moolenaar patch 8.2.3376: Vim9: no warning that "@r" does not do anything v8.2.3376
Tue, 24 Aug 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.3371: Vim9: :$ENV cannot be followed by ->func() in next line v8.2.3371
Sun, 22 Aug 2021 13:45:04 +0200 Bram Moolenaar patch 8.2.3366: Vim9: debugging elseif does not stop before condition v8.2.3366
Sat, 21 Aug 2021 21:00:03 +0200 Bram Moolenaar patch 8.2.3365: Vim9: cannot use option for all operations v8.2.3365
Sat, 21 Aug 2021 17:30:03 +0200 Bram Moolenaar patch 8.2.3364: Vim9: crash when :for is skipped v8.2.3364
Fri, 20 Aug 2021 21:00:06 +0200 Bram Moolenaar patch 8.2.3361: Vim9: crash with nested :while v8.2.3361
Sun, 15 Aug 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3353: Vim9: type of argument for negate not checked at compile time v8.2.3353