Skip to content

fix(find_tasks): changes to method signature are propagated to callers#6

Merged
brouberol merged 1 commit into
brouberol:mainfrom
gehel:fix_find_tasks_signature
May 14, 2025
Merged

fix(find_tasks): changes to method signature are propagated to callers#6
brouberol merged 1 commit into
brouberol:mainfrom
gehel:fix_find_tasks_signature

Conversation

@gehel

@gehel gehel commented May 9, 2025

Copy link
Copy Markdown
Contributor

PhabricatorClient.find_tasks() signature was changed to allow mutliple column PHIDs to be passes, but caller
(PhabricatorClient.find_tasks_by_column()) was not updated. Given the new signature of find_tasks(), find_tasks_by_column() can now be inlined and removed.

`PhabricatorClient.find_tasks()` signature was changed to allow mutliple
column PHIDs to be passes, but caller
(`PhabricatorClient.find_tasks_by_column()`) was not updated. Given
the new signature of `find_tasks()`, `find_tasks_by_column()` can now
be inlined and removed.
@gehel gehel force-pushed the fix_find_tasks_signature branch from fbc4032 to 8f2bc1f Compare May 9, 2025 09:48

@brouberol brouberol left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice thanks!

@brouberol brouberol merged commit c264563 into brouberol:main May 14, 2025
@gehel gehel deleted the fix_find_tasks_signature branch October 3, 2025 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants