DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

AnnotationProvider - should be able to register the same domain on different parent #213

Closed aliokan closed 7 years ago

aliokan commented 7 years ago

Due to registerToParentDomain method is not allowed to use twice the same domain name, even if on different domain parents.

Error message :

hex.error.IllegalStateException at hex.metadata.AnnotationProvider#registerToParentDomain line:90 in file 'AnnotationProvider.hx' | 'urlProviderModule' cannot be registered to 'domain-9359BFB058674422B43561CA7654015F' parent domain, it's already registered to 'domain-0BE6315EF7794A878F9EDB71EC17D6AC' parent domain [NoDomain] at hex.error.Exception::new line 24 in file Exception.hx

on HM 0.15.0