SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

Editor will constantly try to import resources with missing dependencies.

Open nemerle opened this issue 3 years ago • 0 comments

This is caused by the fact the .import files being created have valid=false set in them, which causes _test_for_reimport to return true.

We should have a somewhat saner way of handling resources with missing dependencies, and reimporting the resource when it's dependencies change or become available/unavailable

nemerle avatar Oct 12 '22 20:10 nemerle