Giter VIP home page Giter VIP logo

Comments (9)

PSeitz avatar PSeitz commented on September 27, 2024 7

A new release is planned for next week

from tantivy.

PSeitz avatar PSeitz commented on September 27, 2024 2

@PSeitz Thank you! Would you please share with us on where we are for the new release?

All the changes for the new release have been merged on main. I plan to release today or tomorrow.

from tantivy.

xrl avatar xrl commented on September 27, 2024 1

My next problem is that my project (https://github.com/rdkit-rs/cheminee) cannot be published to crates.io from my Mac because of this build issue. Cargo does not allow releasing crates with git dependencies.

from tantivy.

PSeitz avatar PSeitz commented on September 27, 2024 1

tantivy 0.22 has been released!

from tantivy.

xrl avatar xrl commented on September 27, 2024

The workaround would be to get Mac homebrew to install a previous zstd release. But everyone who uses tantivy would have to figure that out.

from tantivy.

shivam-880 avatar shivam-880 commented on September 27, 2024

I am trying to use tantivy lib "0.21.1" instead of cli which is giving error:

error[E0432]: unresolved import `zstd_sys::ZSTD_cParameter::ZSTD_c_experimentalParam6`
   --> /Users/shivamkapoor/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:609:13
    |
609 |             ZSTD_c_experimentalParam6 as ZSTD_c_targetCBlockSize,
    |             -------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |             |
    |             no `ZSTD_c_experimentalParam6` in `ZSTD_cParameter`
    |             help: a similar name exists in the module: `ZSTD_c_experimentalParam1`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `zstd-safe` (lib) due to previous error

from tantivy.

xrl avatar xrl commented on September 27, 2024

Right, the tantivy-cli was just an example. Yours is proof as well that what is in crates.io is not compatible with the latest zstd.

from tantivy.

shivam-880 avatar shivam-880 commented on September 27, 2024

Updating Cargo.toml seemed to work for now!

# tantivy = { version = "0.21.1" }
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "4e79e11007b6c9fc3d3965beefe33e1ffcf641d3" }

from tantivy.

Ishiihara avatar Ishiihara commented on September 27, 2024

@PSeitz Thank you! Would you please share with us on where we are for the new release?

from tantivy.

Related Issues (20)

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.