Github user tliron commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/207#discussion_r153013980
--- Diff: aria/parser/loading/uri.py ---
@@ -44,6 +45,7 @@ def __init__(self, context, location,
origin_location=None):
self.location = location
self._prefixes = StrictList(value_class=basestring)
self._loader = None
+ self._canonical_location = None
--- End diff --
I think "canonical" is a well-known adjective for file systems and URIs and
might not need explanation. "Canonical" means globally absolute. If you think
it should be documented, then where? It is used a lot.
---