Skip to content
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
@ibabushkin

Description

@ibabushkin

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions