WurstScript icon indicating copy to clipboard operation
WurstScript copied to clipboard

Packages in /wurst folder don't have priority over packages with same name from StdLib.

Open muzzel opened this issue 12 years ago • 0 comments

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:

  1. Eclipse throws the error: "Package Maths is already defined in C:...\wurstscript\lib\math\Maths.wurst, line 1 Maths.wurst"
  2. WurstPack tries to compile the package from StdLib instead and throws respective errors.

muzzel avatar Oct 23 '13 19:10 muzzel