These format strings use %d instead of %s.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP1b12249b2ca3: Fix some format strings
Eyeball it.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
Test Failures - Build Status
Buildable 6249 Build 6271: [Placeholder Plan] Wait for 30 Seconds
Time | Test | |
---|---|---|
1 ms | AphrontIsolatedDatabaseConnectionTestCase::testTransactionRollback | |
1 ms | AphrontMySQLDatabaseConnectionTestCase::testConnectionFailures | |
0 ms | AphrontIsolatedDatabaseConnectionTestCase::testDeletePermitted | |
0 ms | AphrontIsolatedDatabaseConnectionTestCase::testInsertGeneratesID | |
0 ms | AphrontIsolatedDatabaseConnectionTestCase::testIsolation | |
View Full Test Results (2 Failed · 24 Passed) |
Event Timeline
Comment Actions
What's up with those test failures?
src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php | ||
---|---|---|
59–60 | not 100% sure this works without pht()? | |
src/infrastructure/storage/management/workflow/PhabricatorStorageManagementProbeWorkflow.php | ||
72 | This one proably isn't right, since it's sprintf() [not pht()]. |
src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php | ||
---|---|---|
59–60 | I figured it would be cast to a string due to the string concatenation... although PhutilNumber doesn't have a __toString method so I don't know how this all works. |