Skip to content

Precise location for mutation #7

@programLyrique

Description

@programLyrique

The mutation is located and reported using source references. They are attached to braces and so are not very precise to locate the line and column of a mutation in a block of more than one line.

Some ideas:

  • use the parse data (getParseData) instead of the source references
  • build more precise source references, using imputsrcref
  • do not use the R parser at all but tree-sitter (faster also probably)

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions