SquidDev-CC / Howl

A CC build system
http://www.computercraft.info/forums2/index.php?/topic/21254-
MIT License
16 stars 4 forks source link

Replacing is broken #18

Closed ardera closed 9 years ago

ardera commented 9 years ago

build a project with :LineMapper() and :Traceback(), open the built file and look for the line the lineToModule table and the modulestarts table is declared. it says: lineToModule = setmetatable(nil, ... modulestarts = nil

The TraceMapper (Traceback + Linemapper = TraceMapper) errors and can't call the finalize function, too.

SquidDev commented 9 years ago

Fixed. That was a really stupid mistake.