Git Product home page Git Product logo

Comments (4)

awwad avatar awwad commented on August 12, 2024

Yup. If there's a comment line starting with whitespace in config_initialize.txt, then initialize.py will behave badly (e.g. git clone ... # etc etc), resulting in Git error messages.

from buildscripts.

aaaaalbert avatar aaaaalbert commented on August 12, 2024

We indeed designed the scripts to only take full-line comments, and the comment line must start with the hash sign. Part of the rationale is that branch names etc. might include hash signs, e.g. fix-argparse-#170, and we didn't want to consider and write tests for potentially dozens of edge cases.

However, 👍 for actually trying it out.

from buildscripts.

awwad avatar awwad commented on August 12, 2024

Such things would be unaffected. It's only preceding whitespace that would be stripped - any line that does not have # as its first non-whitespace character would be treated as a non-comment.

from buildscripts.

aaaaalbert avatar aaaaalbert commented on August 12, 2024

Right. My point is that this bug report concerns a subset of features we chose not to implement. While #9 implements that sub-feature en passant, I would not necessarily advertise this as a new feature for its own sake.

from buildscripts.

Related Issues (7)

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.