Git Product home page Git Product logo

Comments (4)

LiHRaM avatar LiHRaM commented on July 22, 2024

This could be pretty easily implemented by adding #![deny(warnings)] to the top of lib.rs.
That way we enforce the policy locally as well, which might reduce the time newcomers spend trying to figure out why the CI is failing. Thoughts?

from druid.

raphlinus avatar raphlinus commented on July 22, 2024

Hmm, I'm not sure. It seems more fragile, like if a brand-new rustc starts throwing a warning (for example, as happened with dyn Trait). One of the crates I work on has a no-warnings policy, but I can't remember which one; sadly, there's very little consistency in CI setups :/

from druid.

LiHRaM avatar LiHRaM commented on July 22, 2024

A fair point. Steve Klabnik suggests cargo rustc -- -D warnings on the command line for the same behavior here, which I think is the cleanest alternative.

But that doesn't really solve the problem, unless we start pinning that CI template to versions (as opposed to stable/nightly).

from druid.

cmyr avatar cmyr commented on July 22, 2024

The reason not to like #![deny(warnings)] is because warnings are totally reasonable during development; we just don't want them in code we commit. I think that cargo rustc -- -D warnings (only on stable) is the correct approach; if we have to fix some warnings every six weeks that's manageable.

from druid.

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.