Closed iccir closed 8 years ago
On the oj2 branch, I keep getting bogus warnings about duplicate protocol decs during incremental builds.
WebApp/Exercises/Views/SettingsStaffPositionView.oj:8 Duplicate declaration of protocol 'SettingsStaffPositionViewDelegate'
OJFile.error wasn't being cleared. I split this into one error per phase (parse / build / generate / etc) and ensure that it is cleared when the phase succeeds.
OJFile.error
On the oj2 branch, I keep getting bogus warnings about duplicate protocol decs during incremental builds.