This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Spans of items expanded from macros are funky #24
Open
Description
Multiple items get assigned the same span. This can be solved in a multitude of ways:
- allow a set of items to be assigned the same span and output all their changes - breaks ordering, tests, and is generally hard to manage correctly.
- serialize macro backtraces and use the correct span at all times, possibly computing the macro's span too. (that's the right way)