[PR #371] [MERGED] Fix CI build. #973

Closed
opened 2026-01-29 20:51:54 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/371
Author: @eustas
Created: 6/13/2016
Status: Merged
Merged: 6/13/2016
Merged by: @eustas

Base: to-v0.4Head: to-v0.4


📝 Commits (8)

  • db3a116 Fix CI build.
  • 18dc8ea Fix kInfinity definition
  • 8d14bed Backport MSVC log2 fix
  • bc7f0f8 Fix double constant literal
  • a08c36b Fix implicit 32->64 bit conversion
  • 85712c6 Fix implicit 32->64 bit conversion
  • 40101bb Fix implicit 32->64 bit conversion
  • 48da49b Fix declaration / instruction mixture

📊 Changes

9 files changed (+79 additions, -61 deletions)

View changed files

📝 MANIFEST.in (+1 -1)
📝 enc/backward_references.c (+4 -0)
📝 enc/fast_log.h (+5 -4)
📝 enc/hash_longest_match_inc.h (+3 -2)
📝 enc/hash_longest_match_quickly_inc.h (+3 -2)
📝 enc/prefix.h (+1 -1)
📝 python/brotlimodule.cc (+36 -34)
📝 python/tests/custom_dictionary_test.py (+1 -1)
📝 setup.py (+25 -16)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/371 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/13/2016 **Status:** ✅ Merged **Merged:** 6/13/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `to-v0.4` ← **Head:** `to-v0.4` --- ### 📝 Commits (8) - [`db3a116`](https://github.com/google/brotli/commit/db3a11625da0f38ce94452c99eea6ef44c8b9d3e) Fix CI build. - [`18dc8ea`](https://github.com/google/brotli/commit/18dc8eabe11132fa384180919273cff2cd713c5f) Fix kInfinity definition - [`8d14bed`](https://github.com/google/brotli/commit/8d14bed24a424c4000c6acc67d7c03ecb5943080) Backport MSVC log2 fix - [`bc7f0f8`](https://github.com/google/brotli/commit/bc7f0f831d5147999a78e03831f4559ff1dfec65) Fix double constant literal - [`a08c36b`](https://github.com/google/brotli/commit/a08c36bd86466307cf58c915f9019266a6e96856) Fix implicit 32->64 bit conversion - [`85712c6`](https://github.com/google/brotli/commit/85712c66d4c5fc98f35ec8fd89dafb1f1455c367) Fix implicit 32->64 bit conversion - [`40101bb`](https://github.com/google/brotli/commit/40101bb9bff62e81fd17324bf1af131b4b138275) Fix implicit 32->64 bit conversion - [`48da49b`](https://github.com/google/brotli/commit/48da49b0971fa3c0bd168b9db3a73c75bffb56ad) Fix declaration / instruction mixture ### 📊 Changes **9 files changed** (+79 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `MANIFEST.in` (+1 -1) 📝 `enc/backward_references.c` (+4 -0) 📝 `enc/fast_log.h` (+5 -4) 📝 `enc/hash_longest_match_inc.h` (+3 -2) 📝 `enc/hash_longest_match_quickly_inc.h` (+3 -2) 📝 `enc/prefix.h` (+1 -1) 📝 `python/brotlimodule.cc` (+36 -34) 📝 `python/tests/custom_dictionary_test.py` (+1 -1) 📝 `setup.py` (+25 -16) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#973