tame/tamer/src/asg/graph/object
Mike Gerwitz ba38a3c1ba tamer: src::asg::air: Pool identifiers into global environment
This, finally, introduces identifier pooling in the global environment,
represented by `Root`.  All package-level identifiers will be scoped as
such, which at the moment means anything that's not within a template.

As mentioned in recent commits, this does require additional cleanup to
finalize, and some more test will make additional rationale more clear.

It's also worth noting the intent of storing the `ObjectIndex<Root>`---not
only does it mean that the active root can be derived solely from the
current parsing state, but it also means that in the future we can
contribute to any, potentially multiple, roots.  I had previously used Neo4J
to effectively diff two dependency graphs between versions in the current
XSLT-based TAMER; I'd like to be able to do that with TAMER in the future,
which is an important concept when considering automated data migration, as
well as querying for the effects of changes.

More to come.  I'm hoping this is finally nearing a conclusion and I can
finally tie everything together with package imports.  `AirIdent` will be
introduced into the mix soon now too, now that this commit is able to root
them.

DEV-13162
2023-05-16 23:28:47 -04:00
..
ident Copyright year and name update 2023-01-20 23:37:30 -05:00
pkg tamer: asg: Integrate package CanonicalName 2023-05-05 10:26:58 -04:00
doc.rs tamer: asg: Basic `Doc::Text` support 2023-04-12 12:04:12 -04:00
expr.rs tamer: asg::air: Index package identifiers on `Pkg` rather than `Root` 2023-04-19 12:40:34 -04:00
ident.rs tamer: asg::graph::visit::topo: Cut cycles 2023-04-28 14:33:48 -04:00
meta.rs tamer: asg::graph::object::prelude: New module to reduce imports 2023-04-07 09:56:50 -04:00
pkg.rs tamer: asg: Integrate package CanonicalName 2023-05-05 10:26:58 -04:00
rel.rs tamer: src::asg::air: Pool identifiers into global environment 2023-05-16 23:28:47 -04:00
root.rs tamer: asg::air::EnvScopeKind::Pool: Remove (Visible is sufficient) 2023-05-16 23:28:45 -04:00
tpl.rs tamer: NIR->xmli: Support template/@desc 2023-04-12 15:53:16 -04:00