corectl icon indicating copy to clipboard operation
corectl copied to clipboard

Potential unbuild object-name collision

Open glooms opened this issue 6 years ago • 0 comments

Since we strip characters not being unicode letters, numbers, hyphens or underscores we could potentially have naming collisions for objects.

An example of such a collision is:

object$1
object-1

where both names will be translated to object-1 resulting in only the last one being printed.

glooms avatar Oct 04 '19 13:10 glooms