Skip to content

Revise inline fragments normalization #53

@gohabereg

Description

@gohabereg

Currently inline fragments are merged in case two neighbouring fragments:

  1. are from the same tool
  2. the second fragment starts at index where the first one ends

How it should work ideally:

  1. Two fragments in the fragments array are from the same tool
  2. The second fragment starts at index where the first one ends

Naive solution would be O(n^2), we should think of more efficient solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions