Re: [sword-devel] How can I tell which version of the Sword framework is being used? (e.g. in PocketSword)

2016-10-17 Thread TS
 I’ve uploaded the code of where I’m at currently at:
https://bitbucket.org/blue22/ps-proj

  I’ve been trying and trying to get the Sourcetree/Mercurial/Bitbucket to 
let me create a branch off the main code, change it to what i have, upload it, 
and then submit a pull request…but it keeps rejecting my requests to upload the 
code into a new branch. I have been trying and trying to do it, but I don’t 
know what I’m doing wrong. :(   

  I’ve been trying to debug mostly in categories that Xcode displays its 
bug report in. I altered the the build settings file(s) so that I could narrow 
down the bugs and focus on a category so, for example, deprecations warnings 
are turned off for now since I’ve been focusing on 64 bit conversion warnings.

-TS


> On Oct 12, 2016, at 11:29 PM, Nic Carter  wrote:
> 
> PS was periodically updated from SVN, with minor tweaks.
> 
> https://bitbucket.org/niccarter/pocketsword/commits/2a000dccffb458bc9893f4e5f45e00fd9bb3e18e
>  
> 
> 
> Above commit seems to be the last sync. I have no idea what rev SWORD is at 
> now, nor what changes have been made to it since r3257.
> 
> Life has become messy again, so while I will strive to keep an eye on things, 
> I most likely won’t touch code until December? It would be most awesome if 
> any changes from the latest rev of PS on BitBucket were placed somewhere and 
> you created a Pull Request so I could quickly and easily look at any changes 
> and integrate them. Right now there are zero, so that means I have to 
> manually look at changes and play with them --> 
> https://bitbucket.org/niccarter/pocketsword/pull-requests/ 
>  
> 
> 
> Thanks,
> Nic.
> 
>> On 12 Oct. 2016, at 9:13 am, TS > > wrote:
>> 
>> Hi,
>> 
>> How can I tell which version of the Sword framework is being used? ( e.g. in 
>> PocketSword.) I've done a search of the code and some comparison to two 
>> different versions of the framework, but nether version 1.7.5 nor 1.6.2 seem 
>> to match. Is there a place where it's stated?
>> 
>> -TS
>> ___
>> sword-devel mailing list: sword-devel@crosswire.org 
>> 
>> http://www.crosswire.org/mailman/listinfo/sword-devel 
>> 
>> Instructions to unsubscribe/change your settings at above page
> 
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page

___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] How can I tell which version of the Sword framework is being used? (e.g. in PocketSword)

2016-10-14 Thread TS
It's looking like I won't be able to upload the code today. It'll hopefully be 
during the weekend or else next week then instead. 

-TS

--Sent from phone--
___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


Re: [sword-devel] How can I tell which version of the Sword framework is being used? (e.g. in PocketSword)

2016-10-13 Thread TS
Thank you all for your answers. The framework in PS did not seem to be the most 
recent version, but I couldn’t tell how old it was or if any special tweaks had 
been made to it either. 

Thanks for the life update Nic. I’ve also been thinking of uploading the work 
I’ve been doing on PockedSword to an online repo and it seems that your 
prompting also supports that idea. I’ll see what I can do. Hopefully I’ll have 
something uploaded by the weekend.

Thanks,
TS



> On Oct 12, 2016, at 11:29 PM, Nic Carter  wrote:
> 
> PS was periodically updated from SVN, with minor tweaks.
> 
> https://bitbucket.org/niccarter/pocketsword/commits/2a000dccffb458bc9893f4e5f45e00fd9bb3e18e
>  
> 
> 
> Above commit seems to be the last sync. I have no idea what rev SWORD is at 
> now, nor what changes have been made to it since r3257.
> 
> Life has become messy again, so while I will strive to keep an eye on things, 
> I most likely won’t touch code until December? It would be most awesome if 
> any changes from the latest rev of PS on BitBucket were placed somewhere and 
> you created a Pull Request so I could quickly and easily look at any changes 
> and integrate them. Right now there are zero, so that means I have to 
> manually look at changes and play with them --> 
> https://bitbucket.org/niccarter/pocketsword/pull-requests/ 
>  
> 
> 
> Thanks,
> Nic.
> 
>> On 12 Oct. 2016, at 9:13 am, TS > > wrote:
>> 
>> Hi,
>> 
>> How can I tell which version of the Sword framework is being used? ( e.g. in 
>> PocketSword.) I've done a search of the code and some comparison to two 
>> different versions of the framework, but nether version 1.7.5 nor 1.6.2 seem 
>> to match. Is there a place where it's stated?
>> 
>> -TS
>> ___
>> sword-devel mailing list: sword-devel@crosswire.org 
>> 
>> http://www.crosswire.org/mailman/listinfo/sword-devel 
>> 
>> Instructions to unsubscribe/change your settings at above page
> 
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page

___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] How can I tell which version of the Sword framework is being used? (e.g. in PocketSword)

2016-10-13 Thread Nic Carter
PS was periodically updated from SVN, with minor tweaks.

https://bitbucket.org/niccarter/pocketsword/commits/2a000dccffb458bc9893f4e5f45e00fd9bb3e18e
 


Above commit seems to be the last sync. I have no idea what rev SWORD is at 
now, nor what changes have been made to it since r3257.

Life has become messy again, so while I will strive to keep an eye on things, I 
most likely won’t touch code until December? It would be most awesome if any 
changes from the latest rev of PS on BitBucket were placed somewhere and you 
created a Pull Request so I could quickly and easily look at any changes and 
integrate them. Right now there are zero, so that means I have to manually look 
at changes and play with them --> 
https://bitbucket.org/niccarter/pocketsword/pull-requests/ 
 


Thanks,
Nic.

> On 12 Oct. 2016, at 9:13 am, TS  wrote:
> 
> Hi,
> 
> How can I tell which version of the Sword framework is being used? ( e.g. in 
> PocketSword.) I've done a search of the code and some comparison to two 
> different versions of the framework, but nether version 1.7.5 nor 1.6.2 seem 
> to match. Is there a place where it's stated?
> 
> -TS
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page

___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] How can I tell which version of the Sword framework is being used? (e.g. in PocketSword)

2016-10-11 Thread Greg Hellings
There should be a file, include/swversion.h or the like, that will
tell you. But PocketSword maintains a dose of patches against the
library, if memory serves, so you won't find an exact match with the
stated version. But that file should give you the information you're
looking for.

--Greg

On Tue, Oct 11, 2016 at 6:13 PM, TS  wrote:
> Hi,
>
> How can I tell which version of the Sword framework is being used? ( e.g. in
> PocketSword.) I've done a search of the code and some comparison to two
> different versions of the framework, but nether version 1.7.5 nor 1.6.2 seem
> to match. Is there a place where it's stated?
>
> -TS
>
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page

___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page