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

Provide better defaults for OwlReasonTask #37

Open
mprather opened this issue Oct 5, 2022 · 0 comments
Open

Provide better defaults for OwlReasonTask #37

mprather opened this issue Oct 5, 2022 · 0 comments

Comments

@mprather
Copy link

mprather commented Oct 5, 2022

User Story

Building a gradle build file is tedious.

Based on observations across multiple projects, it seems that the specs property is a) always a collection and b) all values use the full specification. If that is the case, could this task be simplified to remove the specs property (and internally initialize per the pattern described)? This seems like a lot of duplicated values and something that can be easy to get wrong.

Detailed Description

Two changes suggested:

  1. Remove specs as a required parameter.
  2. Provide default values that represent the following:
    specs            = [
        "$namespace/bundle/classes = ALL_SUBCLASS",
        "$namespace/bundle/properties = INVERSE_PROPERTY | ALL_SUBPROPERTY",
        "$namespace/bundle/individuals = ALL_INSTANCE | DATA_PROPERTY_VALUE | OBJECT_PROPERTY_VALUE | SAME_AS"
    ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant