|
|
|
|
|
by a13xb
3993 days ago
|
|
> The problem is if a package registers some global name, and another copy of the package also registers the same global name, that could cause an error. This shouldn't cause an error, because packages can only register globals within their own namespace. You just end up with two copies of it, with different types. |
|
That will collide with any other package that also uses that registration function for the same value of 'name'.