Page MenuHomePhabricator

Remove the `Futures()` method
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 12:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 4:13 AM
Unknown Object (File)
Mon, Apr 29, 4:28 PM
Unknown Object (File)
Sat, Apr 27, 11:42 AM
Unknown Object (File)
Thu, Apr 25, 12:07 AM
Unknown Object (File)
Thu, Apr 11, 8:24 AM
Unknown Object (File)
Thu, Apr 11, 1:39 AM
Unknown Object (File)
Apr 5 2024, 1:15 PM
Unknown Object (File)
Mar 28 2024, 4:45 AM

Details

Summary

Fixes T6829. Removes the Futures() method in favor of calling new FutureIterator($futures) explicitly. Depends on D11077, D11078 and D11079.

Test Plan

We could possibly deprecate this function instead (with phutil_deprecated).

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley edited edge metadata.
This revision is now accepted and ready to land.Dec 30 2014, 12:33 PM

I think removing it outright is reasonable, this is a fairly advanced feature that probably has seen little/no third-party use.

This revision was automatically updated to reflect the committed changes.

A little late to vote on this now, but deprecating would have been nicer.

I ran into this error, and it took a while to realize it was using an old forked version of Arcanist:

PHP Fatal error: Call to undefined function Futures() in ~/Tools/arcanist/src/repository/api/ArcanistGitAPI.php on line 612

I think that if you've forked rARC then you should probably fork rPHU as well.