Sublime Forum

Build 3124: New Inline Errors, Overflow and lock during build

#1

I use Sublime to run jobs that have the potential to generate thousands of errors, mostly the same.
The new engine for inlining these errors seems to not realise that these errors are on the same line with the same (or essentially the same) message.

If I let a script run with a lot of errors, sublime will completely lock up, and has to be killed.

Suggestions:
Globally or per file, limit the amount of inlining that can happen to something that won’t grind Sublime to a halt.

Possibly defer some of the events while builds are ongoing.

Expand the notion of ‘same message’ ‘same message’ to handle these kinds of cases. (I think maybe special characters in the error throws your check off)

As it stands, I just have been careful to insert breaks so that I don’t start the overflow, but that’s not really ideal.

0 Likes