Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement arbitrary patch set support #5

Open
DenWav opened this issue Apr 8, 2021 · 0 comments
Open

Implement arbitrary patch set support #5

DenWav opened this issue Apr 8, 2021 · 0 comments
Labels
hopefully We want to do this, but it may not be likely type: feature New feature or request

Comments

@DenWav
Copy link
Member

DenWav commented Apr 8, 2021

Patch sets would have properties which define how they are applied and what they are etc.

Example config in Kotlin I came up with on the fly:

patchSets {
    "base" {
        "decomp"()
        "impl" {
            patchType = PatchType.FILE
        }
    }
    "feature" {
        "async" {
            "some-thing"()
            "other-thing"()
        }
    }
}

A language designed for configuration like hocon (or other options) may be better and cleaner. There may be other options and properties for patch sets as well.

This is just for book keeping so I don't forget about building out this functionality.

@DenWav DenWav added type: feature New feature or request hopefully We want to do this, but it may not be likely labels Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hopefully We want to do this, but it may not be likely type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant