Skip to content

Commit

Permalink
Deshim Bits in fbcode
Browse files Browse the repository at this point in the history
Summary:
The following rules were deshimmed:
```
//folly/experimental:bits -> //folly/lang:bits_class
```

The following headers were deshimmed:
```
folly/experimental/Bits.h -> folly/lang/BitsClass.h
```

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

Autodiff project: deb
Autodiff partition: fbcode
Autodiff bookmark: ad.deb.fbcode

Differential Revision: D60121112

fbshipit-source-id: b818d6b68768e892809a3ec48303c1bd1da691ab
  • Loading branch information
Gownta authored and facebook-github-bot committed Jul 25, 2024
1 parent 218b3fd commit 9af4c05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion folly/compression/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ cpp_library(
"//folly:format",
"//folly:portability",
"//folly:range",
"//folly/experimental:bits",
"//folly/experimental:instructions",
"//folly/experimental:select64",
"//folly/io:iobuf",
"//folly/lang:bits",
"//folly/lang:bits_class",
"//folly/lang:safe_assert",
],
exported_external_deps = [
Expand Down
2 changes: 1 addition & 1 deletion folly/compression/QuotientMultiSet-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

#include <folly/Format.h>
#include <folly/Portability.h>
#include <folly/experimental/Bits.h>
#include <folly/experimental/Select64.h>
#include <folly/lang/Bits.h>
#include <folly/lang/BitsClass.h>
#include <folly/lang/SafeAssert.h>

#include <glog/logging.h>
Expand Down
2 changes: 1 addition & 1 deletion folly/compression/elias_fano/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ cpp_library(
"//folly:portability",
"//folly:range",
"//folly/compression/elias_fano:coding_detail",
"//folly/experimental:bits",
"//folly/experimental:instructions",
"//folly/experimental:select64",
"//folly/lang:bits",
"//folly/lang:bits_class",
],
exported_external_deps = [
"glog",
Expand Down
2 changes: 1 addition & 1 deletion folly/compression/elias_fano/BitVectorCoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
#include <folly/Portability.h>
#include <folly/Range.h>
#include <folly/compression/elias_fano/CodingDetail.h>
#include <folly/experimental/Bits.h>
#include <folly/experimental/Instructions.h>
#include <folly/experimental/Select64.h>
#include <folly/lang/Bits.h>
#include <folly/lang/BitsClass.h>

namespace folly {
namespace compression {
Expand Down

0 comments on commit 9af4c05

Please sign in to comment.