This reverts commit f7edcea4cc360cced998d6e8e4b92f162a4ab31c.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6617 Build 6617: arc lint + arc unit
Event Timeline
Comment Actions
You don't have to create Phabricator reviews for reverts. If something is broken on the bots, just push the revert. When you do, however, two things to keep in mind.
- Replace the git hash with the SVN revision of the original commit.
- Add a brief message explaining why it's being reverted.
That aside, can you expand on #2? What happened?
Comment Actions
Sorry for the lack of explanation. I was reverting it because it caused certain build bots to break. The breaks were due to the fact that I define arrays that represent the data stored in the .res file header, however I only ever use those arrays in order to take their size, therefore they were being ignored on some builds and would cause errors. Fortunately it looks like someone else fixed it and this revert is no longer necessary.