defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

The editor keeps nagging me about a removed file that is no longer used [DEFEDIT-796] #506

Closed britzl closed 7 years ago

britzl commented 7 years ago

Expected behaviour

If a file is removed from outside of the editor and it isn't actually used by the project the editor should be happy and not complain about a missing file

Actual behaviour

I removed a file (foo.lua) from outside the editor but the editor keeps insisting that the file is missing when I try to build. The file used to be required by a script but that is no longer the case.

Steps to reproduce

Add a require to a Lua module from a script. Remove the Lua module from the terminal and also remove the require statement (this probably also has to be done "from the outside"). Go back to the editor and try to build. Notice the message about "The file /foo.lua could not be found"


Defold version1.2.97
Defold shabf676a672c175833fbe9e668216d73e303c8e5df
Build time2017-02-14T18:51:03.448770
OS nameMac OS X
OS version10.12.3
OS archx86_64
Java version1.8.0_45-b14
erikangelin-king commented 7 years ago

Fix merged!