Protobuf diff: do not throw exception on TYPE_ALIAS_LIST
This commit is contained in:
@@ -262,7 +262,8 @@ private class DifferenceCalculatorForPackageFacade(oldData: ProtoMapValue, newDa
|
|||||||
ProtoBufPackageKind.PROPERTY_LIST ->
|
ProtoBufPackageKind.PROPERTY_LIST ->
|
||||||
names.addAll(calcDifferenceForNonPrivateMembers(ProtoBuf.Package::getPropertyList))
|
names.addAll(calcDifferenceForNonPrivateMembers(ProtoBuf.Package::getPropertyList))
|
||||||
ProtoBufPackageKind.TYPE_TABLE,
|
ProtoBufPackageKind.TYPE_TABLE,
|
||||||
ProtoBufPackageKind.PACKAGE_MODULE_NAME -> {
|
ProtoBufPackageKind.PACKAGE_MODULE_NAME,
|
||||||
|
ProtoBufPackageKind.TYPE_ALIAS_LIST -> {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
else -> throw IllegalArgumentException("Unsupported kind: $kind")
|
else -> throw IllegalArgumentException("Unsupported kind: $kind")
|
||||||
|
|||||||
Reference in New Issue
Block a user