Page MenuHomePhabricator

[services] Tunnelbroker - Refactor time types
ClosedPublic

Authored by karol on Apr 12 2022, 1:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 10:07 AM
Unknown Object (File)
Sat, Nov 16, 10:07 AM
Unknown Object (File)
Fri, Nov 15, 6:08 AM
Unknown Object (File)
Wed, Nov 13, 12:48 PM
Unknown Object (File)
Sun, Nov 10, 12:37 AM
Unknown Object (File)
Fri, Nov 8, 8:20 PM
Unknown Object (File)
Fri, Nov 8, 8:20 PM
Unknown Object (File)
Tue, Nov 5, 1:45 AM

Details

Summary

We want to change long long to int64_t to be sure about the size of variables(long basically might be compiler-dependent).

https://linear.app/comm/issue/ENG-584/refactor-time-types-in-c

Test Plan
cd services
yarn run-tunnelbroker-service

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: max, tomek.
This revision is now accepted and ready to land.Apr 12 2022, 3:46 AM

Not sure why it is ready to land, I thought Tomek's approval was needed for this.

This revision now requires review to proceed.Apr 12 2022, 5:42 AM
In D3711#101977, @karol-bisztyga wrote:

Not sure why it is ready to land, I thought Tomek's approval was needed for this.

We don't have it configured on Phabricator. It would be really hard to define rules that add just one of the four blocking reviewers (we can't add all of them, as each of the blocking reviewers need to accept on Phabricator). So the current approach is to assign a blocking reviewer by either diff author or some other reviewer, when a diff gets accepted.

This revision is now accepted and ready to land.Apr 12 2022, 9:36 AM