Page MenuHomeWildfire Games

Update Errors.cpp PSERROR definitions
ClosedPublic

Authored by elexis on Jul 24 2019, 10:20 PM.

Details

Summary

Many exceptions in pyrogenesis are created as PSERROR classes using inheritance. Their definitions are held in Errors.cpp. The file is updated using a perl script:

// Auto-generated by errorlist.pl - do not edit.

Running that file again reveals that there are few obsolete entries. These changes should be committed, as this is a precondition to considering to introducing more.

Test Plan

Run the perl script and see if the patch is the same. Satisfy curiosity in the revision log as to which commits forgot to update the file. Perhaps find something worthy to improve in the perl script.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

elexis created this revision.Jul 24 2019, 10:20 PM

Successful build - Chance fights ever on the side of the prudent.

Link to build: https://jenkins.wildfiregames.com/job/docker-differential/227/display/redirect

This revision was not accepted when it landed; it landed in state Needs Review.Jul 26 2019, 9:27 PM
This revision was automatically updated to reflect the committed changes.