Coder Social home page Coder Social logo

Comments (6)

epwalsh avatar epwalsh commented on May 22, 2024 1

Hey @guillaume-be, are you asking me to add tests to the cached-path crate? We have already some tests here: https://github.com/epwalsh/rust-cached-path/blob/master/src/cache.rs#L433

from rust-bert.

guillaume-be avatar guillaume-be commented on May 22, 2024

Hi @epwalsh nice crate and seems to align well with the current resources downloader. The check for Etag and file locks is a nice addition.

I am trying to be mindful of the dependencies pulled in the project. I see you are relying on the failure crate which has been deprecated for a few months now. Is there any way you could rely instead on the thiserror crate for your API error handling, and anyhow for dev/examples?

from rust-bert.

epwalsh avatar epwalsh commented on May 22, 2024

Hey @guillaume-be, yeup, that sounds good. Didn't realize failure has been deprecated.

from rust-bert.

epwalsh avatar epwalsh commented on May 22, 2024

Just made a PR to switch over: epwalsh/rust-cached-path#18

from rust-bert.

guillaume-be avatar guillaume-be commented on May 22, 2024

@epwalsh Thank you - this looks good. I also noticed that the crate currently does not have further dependencies - which is fine on my side. Because of this I believe a good unit test and integration test coverage would be extremely helpful. Could you please add test for key functionalities of the crate (e.g. file lock, cache corruption, Etag check) in either unit or integration tests and add them to the CI?

from rust-bert.

guillaume-be avatar guillaume-be commented on May 22, 2024

Sorry I missed those!

from rust-bert.

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.