summaryrefslogtreecommitdiffstats
path: root/src/vim9compile.c
AgeCommit message (Expand)Author
2023-01-30patch 9.0.1265: using an interface method may give a compilation errorv9.0.1265Bram Moolenaar
2023-01-26patch 9.0.1246: code is indented more than necessaryv9.0.1246Yegappan Lakshmanan
2023-01-18patch 9.0.1217: using an object member in a closure doesn't workv9.0.1217Bram Moolenaar
2023-01-16patch 9.0.1211: storing value in interface member does not always workv9.0.1211Bram Moolenaar
2023-01-16patch 9.0.1209: getting interface member does not always workv9.0.1209Bram Moolenaar
2023-01-15patch 9.0.1201: assignment with operator doesn't work in object methodv9.0.1201Bram Moolenaar
2023-01-11patch 9.0.1179: not all errors around inheritance are testedv9.0.1179Bram Moolenaar
2023-01-11patch 9.0.1178: a child class cannot override functions from a base classv9.0.1178Bram Moolenaar
2023-01-05patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar
2023-01-03patch 9.0.1140: cannot call an object method in a compiled functionv9.0.1140Bram Moolenaar
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2023-01-02patch 9.0.1130: unexpected output when autoloading a scriptv9.0.1130Bram Moolenaar
2023-01-01patch 9.0.1127: no error if function argument shadows class memberv9.0.1127Bram Moolenaar
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-12-23patch 9.0.1091: assignment to non-existing member causes a crashv9.0.1091Bram Moolenaar
2022-12-18patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar
2022-12-14patch 9.0.1055: Coverity warns for using uninitialized memoryv9.0.1055Bram Moolenaar
2022-12-13patch 9.0.1053: default constructor arguments are not optionalv9.0.1053Bram Moolenaar
2022-12-10patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar
2022-12-09patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-11-22patch 9.0.0920: cannot find an import prefixed with "s:"v9.0.0920Bram Moolenaar
2022-10-21patch 9.0.0811: error if :echowin is preceded by a command modifierv9.0.0811Bram Moolenaar
2022-10-13patch 9.0.0742: reading past end of the line when compiling a functionv9.0.0742Bram Moolenaar
2022-10-11patch 9.0.0724: closure in compiled function gets same variable in blockv9.0.0724Bram Moolenaar
2022-10-07patch 9.0.0689: compiler warning for unused functionv9.0.0689Bram Moolenaar
2022-10-07patch 9.0.0684: skipped :exe command fails compilation on MS-Windowsv9.0.0684Bram Moolenaar
2022-10-07patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683Bram Moolenaar
2022-09-30patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-19patch 9.0.0503: build failurev9.0.0503Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-16patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar
2022-09-15patch 9.0.0470: in :def function all closures in loop get the same variablesv9.0.0470Bram Moolenaar
2022-09-14patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar
2022-09-03patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar
2022-09-03patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan
2022-09-01patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar
2022-08-24patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar
2022-08-17patch 9.0.0224: Using NULL pointer when skipping compiled codev9.0.0224Bram Moolenaar
2022-08-16patch 9.0.0221: accessing freed memory if compiling nested function failsv9.0.0221Bram Moolenaar
2022-08-08patch 9.0.0174: no error for using "#{ comment" in a compiled functionv9.0.0174Bram Moolenaar
2022-07-26patch 9.0.0079: error in autoload script not reported for 'foldexpr'v9.0.0079Bram Moolenaar
2022-05-26patch 8.2.5026: Vim9: a few lines not covered by testsv8.2.5026Bram Moolenaar
2022-05-25patch 8.2.5018: Vim9: some code is not covered by testsv8.2.5018Bram Moolenaar
2022-05-17patch 8.2.4973: Vim9: type error for list unpack mentions argumentv8.2.4973Bram Moolenaar
2022-05-12patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar
2022-05-10patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-08patch 8.2.4914: string interpolation in :def function may failv8.2.4914Bram Moolenaar