Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
74 stars 9 forks source link

Silent MSBuild task crash #308

Closed LPeter1997 closed 10 months ago

LPeter1997 commented 10 months ago
func read_coords(): Tuple<int32, int32> {
    val line = ReadLine();
    return Tuple(int32.Parse("\{line[0]}"), int32.Parse("\{line[2]}"));
}

error:

C:\Development\DracoTest\Toolchain\GlobalPackages\draco.compiler.toolset\1.0.0\build\Draco.Compiler.Toolset.targets(11,
5): error MSB4181: The "DracoCompiler" task returned false but did not log an error. [C:\Development\DracoTest\DracoTes
t.dracoproj]

The build failed. Fix the build errors and run again.