mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
Visibility of brotli APIs on Unix #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 19, 2018).
For Unix, we had to apply this patch to set the visibility of BROTLI_ENC_API dotnet/corefx@0c770ca72d. This happens when downstream is compiling with
-fvisibility=hidden. We have out-of-the-tree cmake file that includes Brotli's sources.@eustas, could this patch be also considered for Brotli vNext? AFAICT, there are no ramifications of this change, when the consumer doesn't have
-fvisibilityset.@eustas commented on GitHub (Jun 19, 2018):
Sure. Perhaps with a little bit different enclosure, i.e.
@ghost commented on GitHub (Jun 19, 2018):
That would certainly improve readability. 👍
@eustas commented on GitHub (Jun 20, 2018):
Should be fixed with #688
@ghost commented on GitHub (Jun 20, 2018):
Thanks! Waiting for the next release 👏