- Code: Select all
==== Build Cobra.Lang.Compiler library
run: cobra.exe -c -t:lib -namespace:Cobra.Lang.Compiler -files:files-to-compile.text -debug -turbo -out:Cobra.Lang.Compiler.dll -key-file:Cobra.Lang/Cobra.Lang.snk cobra.cobra
: Boxes.cobra(139): error: Argument 2 of method "_allMembers" expects type IList<of BoxMember>, but the call is supplying type List<of BoxMember>.
: Compilation failed - 1 error, 0 warnings
Is this a problem with my setup or a temporary quirk in the code base? Note that I said "no" to the prompt about .NET 4.0.