Skip to content

Conversation

@maksymmalyhin
Copy link
Contributor

@maksymmalyhin maksymmalyhin commented Jan 15, 2020

#no-changelog

Crashlytics-*)
check_changes '^(FirebaseCore|Firebase/InstanceID|Firebase/Installations|GoogleUtilities|Crashlytics|FirebaseCrashlytics.podspec)'
check_changes '^(FirebaseCore|GoogleUtilities|Crashlytics|FirebaseCrashlytics.podspec|Firebase/InstanceID|FirebaseInstanceID.podspec|'\
'FirebaseInstallations|FirebaseInstallations.podspec)'
Copy link
Member

Choose a reason for hiding this comment

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

I think FirebaseInstallations.podspec will be caught by the FirebaseInstallations regex itself, so we should be okay with just that. I think that's why FirebaseCore is alone without the .podspec too. Same as below.

Copy link
Contributor Author

@maksymmalyhin maksymmalyhin Jan 15, 2020

Choose a reason for hiding this comment

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

I think, ideally, we should add podspecs for all dependencies as well in order to catch platforms, versions, etc. mismatches when they are changed in a dependency podspec. I feel like handling it in a more generic way separately in #4688 though.

Copy link
Member

Choose a reason for hiding this comment

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

I agree with handling it a more general way, thanks for filing that. I was just noting that I think the regex itself catches FirebaseInstallations.podspec when you only include FirebaseInstallations and don't need to explicitly call out the podspec.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, you are right! I'll update it.

Copy link
Member

@ryanwilson ryanwilson left a comment

Choose a reason for hiding this comment

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

LGTM on travis green

@maksymmalyhin maksymmalyhin merged commit b68ad62 into master Jan 15, 2020
@maksymmalyhin maksymmalyhin deleted the mm/if_changed branch January 15, 2020 16:34
@firebase firebase locked and limited conversation to collaborators Feb 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants