Page MenuHomePhabricator

[services] Backup - Fix: add missing pragma once to headers
ClosedPublic

Authored by karol on Apr 19 2022, 5:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 2:59 AM
Unknown Object (File)
Sat, Nov 16, 1:51 AM
Unknown Object (File)
Sat, Nov 16, 1:51 AM
Unknown Object (File)
Fri, Nov 15, 11:27 PM
Unknown Object (File)
Fri, Nov 15, 11:27 PM
Unknown Object (File)
Tue, Nov 5, 4:21 PM
Unknown Object (File)
Tue, Nov 5, 4:21 PM
Unknown Object (File)
Tue, Nov 5, 4:21 PM

Details

Summary

Depends on D3485

This is more like a best practice, but it's pretty important and may lead to unpleasant errors

Test Plan
cd services
yarn run-backup-service

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Apr 19 2022, 11:48 AM

It would be great if we had a tool that would force us to start every header file with this directive

Yes, kind of a shame we all missed that.