GithubHelp home page GithubHelp logo

Comments (4)

danilak-G avatar danilak-G commented on July 28, 2024 2

https://github.com/google/snappy/releases/tag/1.2.1

from snappy.

ryandesign avatar ryandesign commented on July 28, 2024

you could reinstate the removed symbol to restore compatibility […] this would be the least disruptive solution

If you do this, you would also want to increase the compatibility minor version (the number you pass in the -compatibility_version flag) to 1.2.0 (from its current value of 1.0.0). After all, any program linked with library major version 1 minor version 1.2.0 or later will not run with library major version 1 minor versions earlier than 1.2.0 since they do not have the new __ZN6snappy11RawCompressEPKcmPcPmNS_18CompressionOptionsE symbol.

from snappy.

danilak-G avatar danilak-G commented on July 28, 2024

We discussed a bit. We will restore the symbols in 1.2.1. Usually all Google libraries support strong API compatibility with no promise of ABI https://abseil.io/about/compatibility. We understand from the long history of snappy that it created a case where enforcing will create more problems

from snappy.

ryandesign avatar ryandesign commented on July 28, 2024

Thanks!

from snappy.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.