tame/tamer/src/asg
Mike Gerwitz 39e98210be tamer: asg::graph::object::ident::ObjectIndex::<Ident>::bind_definition: Replace ident span
I noticed this while working on a graph traversal.  The unit test used the
same span for both the reference _and_ the binding, so I didn't notice. -_-

The problem with this, though, is that we do not have a separate span
representing the source location of the identifier reference.  The reason is
that we decided to re-use an existing node rather than creating another one,
which would add another inconvenient layer of indirection (and complexity).

So, I may have to add (optional?) spans to edges.

DEV-13708
2023-03-10 14:27:57 -05:00
..
air tamer: asg::graph::object::ident::ObjectIndex::<Ident>::bind_definition: Replace ident span 2023-03-10 14:27:57 -05:00
graph tamer: asg::graph::object::ident::ObjectIndex::<Ident>::bind_definition: Replace ident span 2023-03-10 14:27:57 -05:00
air.rs tamer: asg::graph::object::ident::ObjectIndex::<Ident>::bind_definition: Replace ident span 2023-03-10 14:27:57 -05:00
error.rs tamer: nir, asg: Introduce package to ASG 2023-02-01 10:34:16 -05:00
graph.rs tamer: asg: Root package definition 2023-02-01 10:34:17 -05:00
mod.rs tamer: asg::graph: Static- and runtime-enforced multi-kind edge ontolgoy 2023-01-26 14:45:14 -05:00