[question] What's the policy on name collisions.
See original GitHub issueIt would be useful to explicitly state the repository policies on different problems that could occur.
For example, since the repository will use the project/version
format it’s a very big chance that there will be conflicts, legal ones included (experience from the npm).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Frequently Asked Questions: Name Collision for IT Professionals
A name collision occurs when an attempt to resolve a name that is used in a private name space (e.g. under a non-delegated...
Read more >Name collision - Wikipedia
In computer programming, a name collision is the nomenclature problem that occurs when the same variable name is used for different things in...
Read more >What is a name collision? - Dynadot
A name collision occurs when an attempt to resolve a name used in a private name space results in a query to the...
Read more >Part 3 of 5: Name Collisions, Why Every Enterprise Should Care
Naming collisions happen all the time. When uniqueness within a name space is preserved, for example within a household among siblings, or jersey...
Read more >How to work through name collisions in ruby - Stack Overflow
Technically, there is no name collision because the method foo is redefined. In the following exemple, A.foo is redefined and is never ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now that this issue is covered in the FAQ, I would call it closed. There is a new discussion about dashes
-
in #109 that is related to this (you take naming seriously!!). Thanks to everyone for the feedback!Hi all!
Currently, we are not very concern about this issue as the C/C++ number of popular libraries is not as big as in other languages. However, we will try to follow popular libraries and common names in order of contribution and review them before PRs are merged.
We have added this question to the FAQ: https://github.com/conan-io/conan-center-index/wiki/FAQ#what-is-the-policy-on-recipe-name-collisions
Hope all this helps to answer the question. Thanks!