OpenRA/OpenRA-Resources

Uploaded maps should only be linted by the parser version

Closed this issue · 2 comments

It currently runs the linter for all versions, serially. This completely dominates the processing overheads from uploading a map. Removing support for versions < 20171015 will have helped a lot already, but this should be fixed properly.

Furthermore, the "different" version linters are all outputting the same results - we are either running the same one N times or overwriting the output of earlier ones from the later ones.

The second point was fixed by #345.