Lines Matching refs:new_version
122 def __init__(self, old_version, new_version, configuration):
126 new_version: RepoVersion containing details to check
144 self.new_version = new_version
423 "-new", self.new_version.abi_dumps[mbed_module],
441 self.new_version.revision
506 and the new ABI. ABI dumps from self.old_version and self.new_version
510 self._pretty_revision(self.new_version)
516 set(self.new_version.modules.keys()))
525 self.new_version.storage_tests,
529 for version in [self.old_version, self.new_version]:
544 self._get_abi_dump_for_ref(self.new_version)
638 new_version = SimpleNamespace(
659 abi_check = AbiChecker(old_version, new_version, configuration)