- The modern name for the config is "project.name".
- Missing parameter in a pht().
- When the value is set, but not valid, we gave you a misleading error message.
Details
Details
Ran arc which.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/workflow/ArcanistBaseWorkflow.php | ||
---|---|---|
1661 | This slightly lies though, doesn't it? getProjectID() falls back to fetching project_id |
src/workflow/ArcanistBaseWorkflow.php | ||
---|---|---|
1661 | "project_id" is a deprecated spelling of "project.name"; "project.id" (. vs _) was never correct, I just neglected to fix it after renaming project.id -> project.name mid-patch. |