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][inputstream] allow instance version check and fix inputstream addon way #16535

Merged
merged 2 commits into from Aug 29, 2019

Conversation

AlwinEsch
Copy link
Member

@AlwinEsch AlwinEsch commented Aug 28, 2019

Description

The fist commit:
[addons] add new function "CAddonInfo::DependencyVersion(...)" (to check depends)

By this also the "CAddon::GetDependencyVersion(..,)" is changed to, and
CBinaryAddonBase becomes it added too, to have on running instances.

The second commit:
[addons][inputstream] fix depedency version check

Before was the addon own version used where never match a inputstream instance
version.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Clean up (non-breaking change which removes non-working, unmaintained functionality)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that will cause existing functionality to change)
  • Cosmetic change (non-breaking change that doesn't touch code)
  • None of the above (please explain below)

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

@AlwinEsch AlwinEsch requested a review from peak3d August 28, 2019 10:16
@AlwinEsch AlwinEsch added Component: Binary add-ons Type: Fix non-breaking change which fixes an issue v19 Matrix labels Aug 28, 2019
@AlwinEsch AlwinEsch added this to the Matrix 19.0-alpha 1 milestone Aug 28, 2019
@candrews
Copy link
Contributor

Is this the fix for xbmc/inputstream.adaptive#313 ?

@AlwinEsch
Copy link
Member Author

Seems to be connected because of your given commit examples this way came.

…eck depends)

By this also the "CAddon::GetDependencyVersion(..,)" is changed to, and
CBinaryAddonBase becomes it added too, to have on running instances.
Before was the addon own version used where never match a inputstream instance
version.
@peak3d
Copy link
Contributor

peak3d commented Aug 28, 2019

@candrews yes

Copy link
Contributor

@peak3d peak3d left a comment

Choose a reason for hiding this comment

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

tested -> works fine, thx!

@AlwinEsch AlwinEsch merged commit 8671745 into xbmc:master Aug 29, 2019
@AlwinEsch AlwinEsch deleted the allow-instance-version-check branch August 29, 2019 00:53
@candrews
Copy link
Contributor

Confirmed also that it fixed my problem. Thank you!

@Rechi
Copy link
Member

Rechi commented Aug 29, 2019

Why was this merged with a failed Jenkins build?

@AlwinEsch
Copy link
Member Author

AlwinEsch commented Aug 29, 2019

The test was OK, only by Win64 on end a jenkins build script failure 16:06:28 FATAL: Java heap space

EDIT: Also as another was Win32 and Win64 UWP complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Binary add-ons Type: Fix non-breaking change which fixes an issue v19 Matrix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants