Skip to content

@vonovak/delete extra files #22

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

Closed
wants to merge 3 commits into from
Closed

Conversation

vonovak
Copy link
Contributor

@vonovak vonovak commented Feb 2, 2020

Summary

git clone told me:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

'ios/RNCProgressView.h'
'ios/RNCProgressview.h'
'ios/RNCProgressView.m'
'ios/RNCProgressview.m'
'ios/RNCProgressView.xcodeproj/project.pbxproj'
'ios/RNCProgressview.xcodeproj/project.pbxproj'

the contents of those files were identical so I removed them

Test Plan

this should work locally but seems like the setup is different than in other repos so not quite sure to verify this. - maybe @Naturalclar will know better

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I mentioned this change in CHANGELOG.md
  • I updated the typed files (TS and Flow)
  • I added a sample use of the API in the example project (example/App.js)

@vonovak vonovak marked this pull request as ready for review February 2, 2020 21:16
Copy link
Member

@Naturalclar Naturalclar left a comment

Choose a reason for hiding this comment

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

@vonovak Thanks! I noticed the same problem and deleted some files that were colliding, but I had missed some files.
I'd like to keep all the files with ProgressView in the name (with capital V) and delete delete all Progressview instances.

@vonovak vonovak closed this Feb 6, 2020
@vonovak vonovak mentioned this pull request Feb 6, 2020
5 tasks
@vonovak vonovak deleted the @vonovak/deleteExtraFiles branch February 6, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants