issues Search Results · repo:facebook/folly language:C++
Filter by
1k results
(85 ms)1k results
infacebook/folly (press backspace or delete to remove)Is the type name here written incorrectly? Should it be io_uring_zcrx_rqe instead?
io_uring_zcrx_rq rqRing_;
Image
LilyWangLL
- 1
- Opened 2 days ago
- #2396
When deploying 3FS on Ubuntu 22.04 (aarch64) using the officially recommended compiler, we encounter a critical issue
specifically in release builds.
After successfully compiling and starting mgmtd_main.server, ...
Autumn-Bai
- Opened 2 days ago
- #2395
Probably, std::memory_order_acquire was intended here, in folly/folly/synchronization/MicroSpinLock.h, as xchg is only
used when obtaining the lock.
DoorDome
- Opened 12 days ago
- #2389
In TDigest.cpp, it implemented merging multiple digests and internal merge.
- In internal merge,
- L158 used k_limit++, I think it is correct.
- In merging multiple digests,
...
e24033150
- Opened 15 days ago
- #2388
Building with diagnostic flags enabled I encountered the following:
: /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -march=native -O2 -pipe -flto -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing ...
Kangie
- Opened 17 days ago
- #2387
Image
From the image above, we can see that the last three releases have the same commit, which should not be the case.
@yfeldblum @Orvid Any ideas?
c8ef
- Opened 19 days ago
- #2385
Honestly, I cannot get the purpose of FB_ANONYMOUS_VARIABLE_ODR_SAFE that was introduced
in 60c53afe6ea71bfe71ee3f9bfe6a1371cb8a851a.
Original FB_ANONYMOUS_VARIABLE indeed uses __COUNTER__, but when modules ...
Xottab-DUTY
- 1
- Opened 20 days ago
- #2384
Hi, I work on Microsoft Visual C++ testing, where we regularly build popular open-source projects, including Folly, with
development builds of our compiler and libraries with some particular cl options ...
NEIL-smtg
- Opened 20 days ago
- #2383
Hi, I work on Microsoft Visual C++ testing, where we regularly build popular open-source projects, including Folly, with
development builds of our compiler and libraries with some particular cl options ...
NEIL-smtg
- Opened 23 days ago
- #2382
https://github.com/facebook/folly/blob/27f765a9bf34a06f7b25bf40895258212a377b24/folly/FBString.h#L691-L708 This code
seems to violate strict aliasing rule ml_.data_ = *reinterpret_cast Char** (const_cast ...
lifengxiang1025
- Opened 24 days ago
- #2381

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.