WurstScript
WurstScript copied to clipboard
Packages in /wurst folder don't have priority over packages with same name from StdLib.
Packages defined in the /wurst folder should have priority over packages with the same name from the StandardLib. But when redefining for example "Maths.wurst" the following errors occur:
- Eclipse throws the error: "Package Maths is already defined in C:...\wurstscript\lib\math\Maths.wurst, line 1 Maths.wurst"
- WurstPack tries to compile the package from StdLib instead and throws respective errors.