Project

General

Profile

Bug #3995

Assembly loader doesn't check KSPAssemblyDependency properly

Added by nightingale about 9 years ago. Updated over 8 years ago.

Status:
Closed
Severity:
Normal
Assignee:
-
Category:
Plugins/Add-Ons
Target version:
-
Start date:
01/29/2015
% Done:

100%

Version:
Platform:
Any
Expansion:
Language:
English (US)
Mod Related:
No
Votes:
Arrow u r green
Arrow d r red

Description

It appears that the assembly loader is checking that both the major and minor version numbers must be greater than or equal for a dependency to be met:

  • KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 0, 9] - passes.
  • KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 0, 10] - passes.
  • KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 1, 0] - fails.
  • KSPAssemblyDependency['x', 0, 9] with KSPAssembly['x', 1, 9] - passes.

History

#1 Updated by nightingale over 8 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Closing - NathanKell has this one fixed for 1.0.5

Also available in: Atom PDF