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

[addons] Remove not needed parts #12109

Merged
merged 3 commits into from May 16, 2017

Conversation

AlwinEsch
Copy link
Member

Remove no more needed parts since #12029

Description

This remove the old version check functions who was defined before on some types. This becomes now done by one fixed function for all addon types and no more needed to change on addon itself (is done automatic during compile)

Motivation and Context

Next step from kodi-agile

How Has This Been Tested?

Screenshots (if appropriate):

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the Code guidelines of this project
  • My change requires a change to the documentation, either Doxygen or wiki
  • I have updated the documentation accordingly
  • I have read the CONTRIBUTING document
  • I have added tests to cover my change
  • All new and existing tests passed

From now becomes the version set direct by headers and is nearly independent
from used addon type and version changes does not contact interface changes.
There become on creation of addon the needed Instance type given and
checked against the version of addon.

In future becomes this instance type also used to create the needed
part on addon and use separate types together on one addon.
@AlwinEsch AlwinEsch added Component: Binary add-ons Type: Cleanup non-breaking change which removes non-working or unmaintained functionality API change: PVR v18 Leia labels May 16, 2017
@AlwinEsch AlwinEsch added this to the L 18.0-alpha1 milestone May 16, 2017
Copy link
Member

@ksooo ksooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice. Please don't forget to provide the PRs for the affected addons, including addon version bump and changelog update. Thx.

@ksooo
Copy link
Member

ksooo commented May 16, 2017

jenkins build this please

The version for the various addon types becomes now done by only one
function.
@AlwinEsch
Copy link
Member Author

jenkins build this please

1 similar comment
@MartijnKaijser
Copy link
Member

jenkins build this please

@MartijnKaijser
Copy link
Member

Ignore Windows fail

@AlwinEsch AlwinEsch merged commit 3db90c9 into xbmc:master May 16, 2017
@AlwinEsch AlwinEsch deleted the remove-not-needed-parts branch May 16, 2017 21:58
@AlwinEsch
Copy link
Member Author

Thanks @MartijnKaijser!

@hudokkow
Copy link
Member

I'm sorry to spam everyone but, yeah... it's in order.

@AlwinEsch, 👏 👏 👏 🎩

@AlwinEsch AlwinEsch mentioned this pull request May 17, 2017
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change: PVR Component: Binary add-ons Type: Cleanup non-breaking change which removes non-working or unmaintained functionality v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants