Skip to content
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

Submodules #46

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Submodules #46

wants to merge 6 commits into from

Conversation

aparedes
Copy link
Member

Adds the submodules of GIDAAlertView and GIDACalculateString. So that the versions can be updated without the copy paste and have the same standard version in all systems.

Adds the submodules of GIDAAlertView and GIDACalculateString. So that
the versions can be updated without the copy paste and have the same
standard version in all systems.
Adds the submodules of GIDAAlertView and GIDACalculateString. So that
the versions can be updated without the copy paste and have the same
standard version in all systems.
@aparedes
Copy link
Member Author

The build crashes until GIDAAlertView and GIDACalculateString are pulled.
After downloading, you have to set up the submodules git submodule init

@ElDeveloper
Copy link
Member

I'm checking this, updating Xcode right now though :(

@ElDeveloper
Copy link
Member

@aparedes I cannot get this to work on my machine, Xcode still shows me the files as missing even after I ran init in the submodules. Do you know if there's something special that I have to do?

@aparedes
Copy link
Member Author

You can try git submodule foreach git pull origin master

On Wed, Mar 12, 2014 at 7:41 PM, Yoshiki Vázquez Baeza
[email protected] wrote:

@aparedes I cannot get this to work on my machine, Xcode still shows me the files as missing even after I ran init in the submodules. Do you know if there's something special that I have to do?

Reply to this email directly or view it on GitHub:
#46 (comment)

@ElDeveloper
Copy link
Member

Doesn't seem to be working either, also note that since the repo just switched to being public, it seems like all of our forks were disabled, make sure you go to your repo on github and enable it via the settings page.

@aparedes
Copy link
Member Author

git submodule update that was the correct one. sorry

@@ -0,0 +1 @@
Subproject commit eed9ecd02791ff6a051174d2f53b0b84be170b89
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 this has to be changed now that https://github.com/GIDAIbero/GIDAAlertView has been updated.

@ElDeveloper
Copy link
Member

Thanks @aparedes it's now working though now I think the REF has to be updated for the build to not fail.

@SantiagoTorres
Copy link
Member

Btw, wouldn't it be nice to do the same thing on the Android version with the MatrixSolver package?

@ElDeveloper
Copy link
Member

@SantiagoTorres Yes!!

@aparedes
Copy link
Member Author

Yeah the REF changes. That is because you need to verify that the updates of the submodule work for the project. If not just stay with the same version.

@ElDeveloper
Copy link
Member

Ok, now that GIDAIbero/GIDACalculateString#5 was merged, I think the HEAD of GIDACalculateString needs to be updated in this project, right? Would you mind doing that so I can check everything is kosher?

@ElDeveloper
Copy link
Member

I'm getting 34 warnings :S

screen shot 2014-03-24 at 11 15 47 am

@aparedes
Copy link
Member Author

What classes show the warnings? I can not reproduce

@ElDeveloper
Copy link
Member

MATSOL Group
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/ScrollViewController.m
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/ScrollViewController.m:169:16: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:142:91: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:144:79: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:148:94: Implicit conversion loses integer precision: 'long' to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:150:82: Implicit conversion loses integer precision: 'long' to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:161:13: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:162:14: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:163:8: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:174:12: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:184:103: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/DecoderViewController.m:188:146: Implicit conversion loses integer precision: 'long' to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/BaseConverterViewController.m
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/BaseConverterViewController.m:246:22: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/Classes/BaseConverterViewController.m:310:17: Implicit conversion loses integer precision: 'long' to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:100:17: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:103:21: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:175:21: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:201:87: Implicit conversion loses integer precision: 'unsigned long' to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:208:67: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:215:67: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:222:67: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:229:67: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:236:67: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:244:67: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:246:78: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:408:33: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:434:29: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:461:33: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:467:25: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:473:21: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/External/GIDACalculateString/GIDACalculateString.m:491:52: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/GIDAUtilities/GIDAMatrixViewController.m
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/GIDAUtilities/GIDAMatrixViewController.m:487:22: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/GIDAUtilities/GIDAMatrixViewController.m:566:23: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/GIDAUtilities/GIDAMatrixViewController.m:590:27: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
/Users/yoshikivazquezbaeza/git_sw/MATSOL/MATSOL/GIDAUtilities/GIDAMatrixViewController.m:387:1: Conflicting return type in implementation of 'numberOfSectionsInTableView:': 'NSInteger' (aka 'long') vs 'int'

@SantiagoTorres
Copy link
Member

Got to love that NSInteger is, in fact, a long. Are you compiling for the proper architecture? There used to be a bug that some frameworks linked with their MacOSX counterparts, I don't know if it's still around tho.

I'm pretty sure one of you guys is compiling for 64-bit and the other one isn't

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.

3 participants