[Issue 19604] Cannot register a forked GitHub repo
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan 23 11:44:34 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19604
Basile-z <b2.temp at gmx.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |MOVED
--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
DUB registry bugs are tracked on GH: 
https://github.com/dlang/dub-registry/issues.
Now if you look at https://github.com/dlang/dub-registry/pull/130, it seems
that it's disallowed to prevent name hijacking:
- person 1 makes a package, not registered.
- person 2 fork person 1 package and register it.
- person 1 wants to register but cannot because the name already used.
--
    
    
More information about the Digitalmars-d-bugs
mailing list