Git Product home page Git Product logo

Comments (4)

mvdan avatar mvdan commented on May 3, 2024

Perhaps a relevant bit of info here is that I don't care about the output format, at least for now - I don't commit the output C files into my repository. I'll likely start doing that at some point, especially with Go code to keep it go-gettable, but for now I don't pay attention to formatting issues.

from wuffs.

nigeltao avatar nigeltao commented on May 3, 2024

Why is an explicit version required? Why clang-format-5.0 and not just clang-format?

In the Wuffs repo (but not your repo), everything checked in under gen/c is clang-formatted. Different versions of clang-format will format the same C code differently. While the gen/c changes in abdf460 are possibly a clang-format bug, it does illustrate my point. Without an explicit version, two people (or the same person working on two different systems) could cause spurious edits (and edit-revert wars) when checking in their changes.

Why version 5.0? Why not 4.0 or 6.0?

It's somewhat arbitrary, but 5.0 seemed a reasonable compromise of being not too old and not too new, as of today. A future change will undoubtedly bump 5.0 to something higher, whether 5.x or y.0.

from wuffs.

nigeltao avatar nigeltao commented on May 3, 2024

Having said that, it'd be possible to make it configurable...

from wuffs.

mvdan avatar mvdan commented on May 3, 2024

Fair enough - thanks for the explanation. Having it configurable would be neat, but it's not a big deal for me now. I can work around it with a symlink easily enough :)

from wuffs.

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.