EDIT: Also I'm sure there's a better place to report bugs but while I've got you. I just experienced a bug that was so hard to describe. I have a GPS system that runs off of a disk/startup dir and every time I would edit the disk/startup.lua file and save it would save the file with clips of the programming strewn about at the bottom. Every save it was worse. So, in the beginning, it was just a piece of, 'shell.run("gps host "..x, y, z)'. But a couple saves later and it was more like this.
shell.run("gps host "..x, y, z)
end
t"..x, y, z)
end
end
t"..x, y, z)
en
end
x, y, z
end
Keep in mind everything after the first 'end' was deleted everytime each save before the next.




