Giter Site home page Giter Site logo

Comments (1)

mgeier avatar mgeier commented on July 28, 2024

Sorry for my non-response on those asdf-rust issues, I'll get to it eventually ...

I don't really know how packagers should handle this, but I guess providing a crates.io package won't suffice (or even help at all).
The problem is that the SSR doesn't consume the Rust crate but the dynamic C library built with cargo-c, see https://github.com/AudioSceneDescriptionFormat/asdf-rust/blob/master/README.md#building-the-c-api.

So I guess the package build process would need to install and use cargo-c to build the ASDF library?

Do you know of any existing packages which provide a C library implemented in Rust?

Are downstreams expected to disable the new feature (it is on by default)?

Ideally not, but IIRC @umlaeute did it for the Debian package.
If it's too much hassle, it's fine to disable it.

Relatedly, why was this added in a patch level release and not a feature release? :)

I'm not sure, I guess I wasn't spending too much thought on this.
Maybe the question is which versioning scheme are we using?

I kinda got used to how Rust packages tend to do it: the scheme is different for 1.0+ releases and for 0-based versions. For 0.x.y, bumping x means a breaking change and y means a non-breaking change.
See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio

Since nothing was changed, only features were added, I considered 0.6.1 non-breaking. Strictly speaking, not auto-starting the JACK server should be considered a breaking change, but I have the feeling that it solves more problems than it creates.

from ssr.

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.