Tags: facebook/fatal
Tags
Remove Support Ukraine banner from Fatal READMEs Summary: Remove the Support Ukraine banner badge from the Fatal (Facebook Template Library) open source project README files. Reviewed By: yfeldblum, CamiWilliams Differential Revision: D96484172 fbshipit-source-id: de0b0234b766ebd637810a4dd9e17772dcffe16c
fix destructor call in circular_queue pop_front count (#140) Summary: see in circular_queue pop_front with count there is one small mistake queue offset destructor is called directly but it should call value destructor because queue element is union item_t and destructor must be called on value clang is giving compile error when using std string i changed it to queue offset dot value destructor and tested with std string in wrapping case now it compiles and works fine Pull Request resolved: #140 Reviewed By: ilvokhin Differential Revision: D95416010 Pulled By: yfeldblum fbshipit-source-id: e5916cdec538eb8172b25cb72eb5b1aa7ff01d35
Upgrade GitHub Actions for Node 24 compatibility (#139) Summary: Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026. ## Changes | Action | Old Version(s) | New Version | Release | Files | |--------|---------------|-------------|---------|-------| | `actions/checkout` | [``](https://github.com/actions/checkout/releases/tag/) | [`v6`](https://github.com/actions/checkout/releases/tag/v6) | [Release](https://github.com/actions/checkout/releases/tag/v6) | | ## Context Per [GitHub's announcement](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/), Node 20 is being deprecated and runners will begin using Node 24 by default starting March 4th, 2026. ### Why this matters - **Node 20 EOL**: April 2026 - **Node 24 default**: March 4th, 2026 - **Action**: Update to latest action versions that support Node 24 ### Security Note Actions that were previously pinned to commit SHAs remain pinned to SHAs (updated to the latest release SHA) to maintain the security benefits of immutable references. ### Testing These changes only affect CI/CD workflow configurations and should not impact application functionality. The workflows should be tested by running them on a branch before merging. Pull Request resolved: #139 Reviewed By: dmm-fb Differential Revision: D94682513 Pulled By: yfeldblum fbshipit-source-id: 454e8a3104ceee487b36bf02efeb1fda6d787f56
PreviousNext