Skip to content

Allow identifying snippets on code location granularity #41

Description

@fviernau

Problem

  • The identification is done via an include rules which only allows for specifying purl and path, see [1]
  • Given a file which contains two snippets at different line ranges, but only one of them is valid.
  • It is impossible to only mark the valid one as identified, because line range cannot be specified.
  • Consequence: The process gets stuck, because there is no way to address the issue.

Proposal

Allow specifying the line range for include rules.

[1]

* Rules support two types of matching:
* - Full match: Both path and PURL match
* - Partial match: Either path or PURL matches
* </p>
*/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions