Skip to content

Serialize Deltas and BrokenUses #23

Description

@KarinaMankevic

What I would like to have:
Store Deltas and BrokenUses on disk (in the project), such that they can be reused later.

Why I need it:
My project relies on Maracas for computing API deltas and detecting broken uses on clients depending on these APIs. I analyze many cases, which means that I may encounter different clients that depend on the same API library, and where the Delta can be reused. Of course, Delta can be reused if it was stored previously. It saves some computational work.

Besides, having serialization (and storing) for broken uses is also handy in order to help generating a broken uses dataset.

How is it supposed to work?
When Delta is computed, store it in a format that can be reused later. Make this delta distinguishable by name.
Similar for Broken Uses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    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