GithubHelp home page GithubHelp logo

Comments (3)

LtdSauce avatar LtdSauce commented on September 3, 2024 1

Maybe we should try and catch more naming issues with this one. So far i found out, that it is possible to include the following symbols in github repository names:

  • .: Obviousyl this will break a lot when used in C++ code
  • -: Already mentioned, not allowed in C++ identifier
  • preceding the name with numbers: Not allowed in C++ identifier
  • preceding the name with one or more underscores: Reserved in C++ identifier
  • tbc..?

As the . is an easy catch, i will include that one in my PR for tonight. The other cases have to be postpowned on my side.

Many of the special symbols like !"ยง$%&/?, will be converted by github into - either way. So we don't have to care about them.

from cmake_conan_boilerplate_template.

LtdSauce avatar LtdSauce commented on September 3, 2024

I'll try to work on this this evening when the kids are in bed :)

from cmake_conan_boilerplate_template.

lefticus avatar lefticus commented on September 3, 2024

I'll try to work on this this evening when the kids are in bed :)

Thanks, if you can!

Right now I'm collecting and triaging a bunch of issues found by my game-jam participants.

from cmake_conan_boilerplate_template.

Related Issues (18)

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.