codemod: folly/wangle/ -> folly/wangle/futures
authorJames Sedgwick <jsedgwick@fb.com>
Tue, 16 Dec 2014 18:26:24 +0000 (10:26 -0800)
committerJoelMarcey <joelm@fb.com>
Thu, 18 Dec 2014 20:29:40 +0000 (12:29 -0800)
commitf2ac9a5cbd5086032a376bd93fcf23ad1af62ee3
treeee50469c0d2c2324b64d6bdc911f9982e50681ba
parent67bc1788ab32efeb4fa337e5942bcc3c8ee0f25e
codemod: folly/wangle/ -> folly/wangle/futures

Summary: Last thing before moving experimental/wangle here. Once everything is in the same directory I'm probably going to consolidate experimental/wangle/concurrent with the executors in this directory into wangle/executors/. And probably rename some of these targets. For now, a dumb move is enough.

Test Plan: waiting for contbuild

Reviewed By: davejwatson@fb.com

Subscribers: trunkagent, fbcode-common-diffs@, chaoyc, search-fbcode-diffs@, lars, ruibalp, hero-diffs@, zeus-diffs@, vikas, danielg, mcduff, cold-storage-diffs@, unicorn-diffs@, ldbrandy, targeting-diff-backend@, netego-diffs@, fugalh, adamsyta, atlas2-eng@, alandau, bmatheny, adityab, everstore-dev@, zhuohuang, sweeney, mwa, jgehring, smarlow, akr, bnitka, jcoens, luk, zhguo, jying, apodsiadlo, alikhtarov, fuegen, dzhulgakov, mshneer, folly-diffs@, wch, tingy, hannesr

FB internal diff: D1740327

Tasks: 5802833

Signature: t1:1740327:1418752541:82d7486293b0a12938730ae66d480c120aded4dc
69 files changed:
folly/Makefile.am
folly/experimental/wangle/channel/ChannelHandler.h
folly/experimental/wangle/channel/ChannelHandlerContext.h
folly/experimental/wangle/channel/ChannelPipeline.h
folly/experimental/wangle/concurrent/FutureExecutor.h
folly/wangle/Deprecated.h [deleted file]
folly/wangle/Future-inl.h [deleted file]
folly/wangle/Future.h [deleted file]
folly/wangle/InlineExecutor.cpp [deleted file]
folly/wangle/InlineExecutor.h [deleted file]
folly/wangle/ManualExecutor.cpp [deleted file]
folly/wangle/ManualExecutor.h [deleted file]
folly/wangle/OpaqueCallbackShunt.h [deleted file]
folly/wangle/Promise-inl.h [deleted file]
folly/wangle/Promise.h [deleted file]
folly/wangle/QueuedImmediateExecutor.cpp [deleted file]
folly/wangle/QueuedImmediateExecutor.h [deleted file]
folly/wangle/README.md [deleted file]
folly/wangle/ScheduledExecutor.h [deleted file]
folly/wangle/Try-inl.h [deleted file]
folly/wangle/Try.h [deleted file]
folly/wangle/WangleException.h [deleted file]
folly/wangle/detail/Core.h [deleted file]
folly/wangle/detail/Dummy.cpp [deleted file]
folly/wangle/detail/FSM.h [deleted file]
folly/wangle/futures/Deprecated.h [new file with mode: 0644]
folly/wangle/futures/Future-inl.h [new file with mode: 0644]
folly/wangle/futures/Future.h [new file with mode: 0644]
folly/wangle/futures/InlineExecutor.cpp [new file with mode: 0644]
folly/wangle/futures/InlineExecutor.h [new file with mode: 0644]
folly/wangle/futures/ManualExecutor.cpp [new file with mode: 0644]
folly/wangle/futures/ManualExecutor.h [new file with mode: 0644]
folly/wangle/futures/OpaqueCallbackShunt.h [new file with mode: 0644]
folly/wangle/futures/Promise-inl.h [new file with mode: 0644]
folly/wangle/futures/Promise.h [new file with mode: 0644]
folly/wangle/futures/QueuedImmediateExecutor.cpp [new file with mode: 0644]
folly/wangle/futures/QueuedImmediateExecutor.h [new file with mode: 0644]
folly/wangle/futures/README.md [new file with mode: 0644]
folly/wangle/futures/ScheduledExecutor.h [new file with mode: 0644]
folly/wangle/futures/Try-inl.h [new file with mode: 0644]
folly/wangle/futures/Try.h [new file with mode: 0644]
folly/wangle/futures/WangleException.h [new file with mode: 0644]
folly/wangle/futures/detail/Core.h [new file with mode: 0644]
folly/wangle/futures/detail/Dummy.cpp [new file with mode: 0644]
folly/wangle/futures/detail/FSM.h [new file with mode: 0644]
folly/wangle/futures/test/Benchmark.cpp [new file with mode: 0644]
folly/wangle/futures/test/ClientCompile.cpp [new file with mode: 0644]
folly/wangle/futures/test/ExecutorTest.cpp [new file with mode: 0644]
folly/wangle/futures/test/FSM.cpp [new file with mode: 0644]
folly/wangle/futures/test/FutureTest.cpp [new file with mode: 0644]
folly/wangle/futures/test/Interrupts.cpp [new file with mode: 0644]
folly/wangle/futures/test/Thens.cpp [new file with mode: 0644]
folly/wangle/futures/test/Thens.h [new file with mode: 0644]
folly/wangle/futures/test/Try.cpp [new file with mode: 0644]
folly/wangle/futures/test/ViaTest.cpp [new file with mode: 0644]
folly/wangle/futures/test/main.cpp [new file with mode: 0644]
folly/wangle/futures/test/thens.rb [new file with mode: 0755]
folly/wangle/test/Benchmark.cpp [deleted file]
folly/wangle/test/ClientCompile.cpp [deleted file]
folly/wangle/test/ExecutorTest.cpp [deleted file]
folly/wangle/test/FSM.cpp [deleted file]
folly/wangle/test/FutureTest.cpp [deleted file]
folly/wangle/test/Interrupts.cpp [deleted file]
folly/wangle/test/Thens.cpp [deleted file]
folly/wangle/test/Thens.h [deleted file]
folly/wangle/test/Try.cpp [deleted file]
folly/wangle/test/ViaTest.cpp [deleted file]
folly/wangle/test/main.cpp [deleted file]
folly/wangle/test/thens.rb [deleted file]