Re: [sword-devel] PocketSword repository

2009-04-26 Thread David Trotz
Well that was dumb... Grab the source with this command... $> svn co https://crosswire.org/svn/pocketsword/trunk pocketsword On 4/26/09 11:22 PM, "David Trotz" wrote: > Guys, > Troy was kind enough to set up a repo for PocketSword. Grab it from: > Some notes: > 1. You will need to ask scri

Re: [sword-devel] Release-critical TODO items

2009-04-26 Thread Ben Morgan
On Mon, Apr 27, 2009 at 2:39 PM, Jonathan Marsden wrote: > > 3) SWIG issues and related segfaults (Ben) This came with r2313, and I'm at a loss how to deal with it... Python program (this worked r2312, crashes r2313): import Sword Sword.VerseKey() valgrind gives this (as well as others, but thi

[sword-devel] PocketSword repository

2009-04-26 Thread David Trotz
Guys, Troy was kind enough to set up a repo for PocketSword. Grab it from: Some notes: 1. You will need to ask scribe for write access to the repo. 2. This repo pulls in the latest subversion revision for sword 3. CLucene is still included as I was just too tired and too lazy to come up with an ac

Re: [sword-devel] Release-critical TODO items (updated mod2osis patch)

2009-04-26 Thread Greg Hellings
On Mon, Apr 27, 2009 at 1:00 AM, Jonathan Marsden wrote: > Greg Hellings wrote: > >> I have some patches on >> crosswire.org/~ghellings that used to apply back in about r2150 range. > > OK, I just grabbed it and beat it into submission a little... now it > applies to svn head :)  New version is at

Re: [sword-devel] Release-critical TODO items (updated mod2osis patch)

2009-04-26 Thread Jonathan Marsden
Greg Hellings wrote: > I have some patches on > crosswire.org/~ghellings that used to apply back in about r2150 range. OK, I just grabbed it and beat it into submission a little... now it applies to svn head :) New version is at http://computeroptions.net/sword/mod2osis-new.diff Now to test

Re: [sword-devel] Release-critical TODO items (mod2osis)

2009-04-26 Thread Jonathan Marsden
Greg Hellings wrote: >> 1) osis2mod link bug (DM) >> 2) mod2osis does not generate valid OSIS output > This has never been a priority or even a concern in the past. > Personally I think that it should be made one. ... It's not my call, obviously, but I would hope so too. The mod2osis usage out

Re: [sword-devel] Release-critical TODO items

2009-04-26 Thread Greg Hellings
On Sun, Apr 26, 2009 at 11:39 PM, Jonathan Marsden wrote: > Troy A. Griffitts wrote: > >>> Is there is list of all known release-critical bugs and TODO items >>> somewhere? > >> No, the bugtracker is clean now for critical 1.6.x changes, as far as I >> know (right?).  We're only fixing feedback we

[sword-devel] Release-critical TODO items

2009-04-26 Thread Jonathan Marsden
Troy A. Griffitts wrote: >> Is there is list of all known release-critical bugs and TODO items >> somewhere? > No, the bugtracker is clean now for critical 1.6.x changes, as far as I > know (right?). We're only fixing feedback we get on the RCs now. > The only outstanding issue of which I know

Re: [sword-devel] linking / testsuite

2009-04-26 Thread Troy A. Griffitts
DM Smith wrote: I use: for (verseKeys = TOP; !verseKeys.Error(); verseKeys++) { ... } Will that iterate over the whole? Yes. if (verseKeys++ == verseKeys) { /* then I have a single key */ } postfix operator++ increments the object and

[sword-devel] RC2

2009-04-26 Thread DM Smith
I fixed a linking bug in osis2mod. There is a re-versification bug that I need to fix. -- DM ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings

Re: [sword-devel] Nearness to release

2009-04-26 Thread Ben Morgan
On Mon, Apr 27, 2009 at 12:50 PM, Troy A. Griffitts wrote: > Jonathan Marsden wrote: > >> Troy A. Griffitts wrote: >> Good :) >> >> Is there is list of all known release-critical bugs and TODO items >> somewhere? >> > > No, the bugtracker is clean now for critical 1.6.x changes, as far as I > know

Re: [sword-devel] linking / testsuite

2009-04-26 Thread DM Smith
On Apr 26, 2009, at 11:19 PM, DM Smith wrote: On Apr 26, 2009, at 10:57 PM, Troy A. Griffitts wrote: Top-posting due to lateness... :) DM, Nice find! Glad you tracked it down. Count() is specific to only ListKey and provides the number of subkey elements contained. This has been opt

Re: [sword-devel] linking / testsuite

2009-04-26 Thread DM Smith
On Apr 26, 2009, at 10:57 PM, Troy A. Griffitts wrote: Top-posting due to lateness... :) DM, Nice find! Glad you tracked it down. Count() is specific to only ListKey and provides the number of subkey elements contained. This has been optimized now and will only be > 1 if there is a non

Re: [sword-devel] Nearness to release

2009-04-26 Thread Matthew Talbert
> Data changes (as in .conf files and so forth), sure (it would be nice if > there was a .conf file validator though).  Touch a .h or .cpp file and > you're probably looking at another RC, to be safe :) I'm not sure I understand the locales .conf files at this point well enough to help out with va

Re: [sword-devel] Nearness to release

2009-04-26 Thread Dmitrijs Ledkovs
2009/4/27 Jonathan Marsden : > Troy A. Griffitts wrote: > >> so if we only get those changes over the next couple days, let's >> shoot to release a final on Tuesday evening PST. ... > >> How's that for a plan? > > Well, I'd suggest a bit more time between RC3 and final, say a week -- > so we can ge

Re: [sword-devel] Nearness to release

2009-04-26 Thread Jonathan Marsden
Troy A. Griffitts wrote: >> is it perhaps time for an RC3 and a freeze on all non-essential >> changes until we can get a final 1.6 "out the door"?? > Yeah, I'd say so. I'm about to head out to evening service at Church > since I slept in this morning :) If I did that, someone would probably co

Re: [sword-devel] linking / testsuite

2009-04-26 Thread Troy A. Griffitts
Top-posting due to lateness... :) DM, Nice find! Glad you tracked it down. Count() is specific to only ListKey and provides the number of subkey elements contained. This has been optimized now and will only be > 1 if there is a non-contiguous range, e.g. 'jn.1.1-6,8-10' (Count() == 2 // tw

Re: [sword-devel] Nearness to release

2009-04-26 Thread Troy A. Griffitts
Jonathan Marsden wrote: Troy A. Griffitts wrote: Good :) Is there is list of all known release-critical bugs and TODO items somewhere? No, the bugtracker is clean now for critical 1.6.x changes, as far as I know (right?). We're only fixing feedback we get on the RCs now. The only outstandi

Re: [sword-devel] locales - new strings for translation

2009-04-26 Thread Troy A. Griffitts
Dear Zdenko, Yes, locales can now begin to include translations and abbreviation for these additional books. I have done 2 things to ease this process: 1) we now automatically add all builtin abbreviations to each locale. There used to be a requirement that these all had to be present in eac

Re: [sword-devel] linking / testsuite

2009-04-26 Thread DM Smith
On Apr 22, 2009, at 9:10 PM, Brian J. Dumont wrote: Troy A. Griffitts wrote: Dima, see below... Brian and DM, I've made some recent updates around link code. Can someone please check current SVN and if things still fail, update our testsuite to add a simple failure case so I can have a

Re: [sword-devel] Alternate Versification

2009-04-26 Thread Jonathan Marsden
DM Smith wrote: > I think there are a few different audiences and perhaps different needs: > 1) The module developer -- I think such a person needs help identifying > which of the plethora of av11n to use. I'll be changing osis2mod to > output the different versifications. If the developer runs t

[sword-devel] Nearness to release (was: Re: locales )

2009-04-26 Thread Jonathan Marsden
Troy A. Griffitts wrote: > Thanks Jonathan. That did the trick. locales are updated. Good :) Is there is list of all known release-critical bugs and TODO items somewhere? There have now been several commits since 1.6.0RC2... (I'd say exactly now many, but it wasn't tagged... :) is it perhaps

Re: [sword-devel] Alternate Versification

2009-04-26 Thread DM Smith
On Apr 25, 2009, at 10:04 AM, DM Smith wrote: I'd like to make a change to osis2mod to have it report the supported alternate versifications that can be used as an argument to -v. Ideally, I'd like the flag value and a short description. How would I go about doing that? Troy supplied a m

Re: [sword-devel] Alternate Versification

2009-04-26 Thread DM Smith
On Apr 26, 2009, at 3:52 PM, Jonathan Marsden wrote: Jonathan Morgan wrote: I think that the versification should be shown as part of the module information (after all, it is part of the module configuration), and possibly it should have a more presentable name or more information about a ver

Re: [sword-devel] locales

2009-04-26 Thread Troy A. Griffitts
:) Thanks Jonathan. That did the trick. locales are updated. Shawn, Yes, you are more than welcome to jump in and help. What is your skillset and what do you enjoy doing most? -Troy. Jonathan Marsden wrote: Shawn Singh wrote: I joined the list a few months back and am intere

Re: [sword-devel] locales

2009-04-26 Thread Jonathan Marsden
Shawn Singh wrote: > I joined the list a few months back and am interested in the development > side of things. I'm not sure if this is the right project for that, but I'm > certainly interested. Sorry if I stole your thunder here! I just looked at it, and thought "that's a one-liner"... and did

Re: [sword-devel] locales

2009-04-26 Thread Jonathan Marsden
Troy A. Griffitts wrote: > GE=1 instead of GE=Gen > af.conf > mt-utf8.conf > zh_english-utf8.conf > zh_TW-utf8.conf I wrote a little script that does sed \ s/=1$/=Gen/ \ ... s/=66$/=Rev/ (Rather than typing all that out, I got the list of abbrevs by cut and paste from the OSIS manual and then

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Jonathan Marsden
Greg Hellings wrote: > Finding where those come from in the SWORD source and submitting a > patch is the easiest way to fix those. :) Again: all of the content > of the docs themselves comes straight out of the comments in the > source code, so anyone can make a patch against that and submit it f

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-26 Thread Peter von Kaehne
IIRC the problem with the search as it was were that if a search for a strong G101 was made you either ended up with all correct results plus those for G1014, G1015 etc or - because of the double strongs of words with definite article you got only portion - dependent on wether a search flag was set

Re: [sword-devel] locales

2009-04-26 Thread Zdenko Podobný
Hello Troy, I have a look at canon_abbrevs.h and there are listed also apocrypha books (e.g. Baruch, Enoch, Maccabees, Wisdom etc.) This books are not in locales.d/*.conf (in mt-utf8.conf they are commented). Should be these book translated in locales.d/*.conf? If yes than all locales files shou

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Jonathan Marsden
Jonathan Morgan wrote: > Similarly, the API Primer linked from there is no longer available (I > can get it from Google cache, but it has apparently gone, and Google > didn't seem to find it elsewhere). Not sure whether the link should > be removed or the primer should be rehosted and maybe updat

Re: [sword-devel] Alternate Versification

2009-04-26 Thread Jonathan Marsden
Jonathan Morgan wrote: > I think that the versification should be shown as part of the module > information (after all, it is part of the module configuration), and > possibly it should have a more presentable name or more information > about a versification. If so, this should also be available

Re: [sword-devel] locales

2009-04-26 Thread Shawn Singh
Hi Troy, I joined the list a few months back and am interested in the development side of things. I'm not sure if this is the right project for that, but I'm certainly interested. Thanks, Shawn On Sun, Apr 26, 2009 at 10:54 AM, Troy A. Griffitts wrote: > Speaking of bundled systems in my last

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Greg Hellings
On Sun, Apr 26, 2009 at 5:39 AM, Jonathan Morgan wrote: > On Sun, Apr 26, 2009 at 1:55 PM, Greg Hellings > wrote: >> On Sat, Apr 25, 2009 at 10:24 PM, Jonathan Marsden >> wrote: >>> Hmmm, the website started working again.  Good. >>> I now have copies of the Doxygen generation from 1.6.0R

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Greg Hellings
Jonathan, On Sun, Apr 26, 2009 at 2:17 AM, Jonathan Marsden wrote: > Greg Hellings wrote: > >> On Sat, Apr 25, 2009 at 10:55 PM, Greg Hellings >> wrote: > A quick s/GnomeSword/Xiphos/ is probably called for :) > >>> That would have to be changed in the SWORD source directly.  All of >>> th

Re: [sword-devel] Alternate Versification

2009-04-26 Thread Jonathan Morgan
On Mon, Apr 27, 2009 at 12:44 AM, Troy A. Griffitts wrote: > Jonathan Morgan wrote: >> >> I think that the versification should be shown as part of the module >> information (after all, it is part of the module configuration), > > Thanks for the comments Jon.  It does currently kindof work as you

[sword-devel] locales

2009-04-26 Thread Troy A. Griffitts
Speaking of bundled systems in my last email about v11n reminded me that we have some outstanding issues with a few of the locales we bundle. There are a few which still use the old numeric syntax for designing with which book an abbreviation is associated. e.g., GE=1 instead of GE=Gen The

Re: [sword-devel] Alternate Versification

2009-04-26 Thread Troy A. Griffitts
Jonathan Morgan wrote: I think that the versification should be shown as part of the module information (after all, it is part of the module configuration), Thanks for the comments Jon. It does currently kindof work as you describe; you can get it from the VerseKey of a Bible or commentary m

Re: [sword-devel] APPDATA / ALLUSERSPROFILE

2009-04-26 Thread Troy A. Griffitts
Matthew Talbert wrote: There is a way to do this, but it's not easy (bad Microsoft). My recommendation is to leave ALLUSERPROFILE/Application Data as it is for now, Cool, thanks for that. Before I sent the previous email I did a quick scan of the env variables and couldn't find anything tha

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-26 Thread Troy A. Griffitts
Matthew, I'm sorry. We don't see eye to eye on this. I don't find your points below convincing or honest. Matthew Talbert wrote: Troy, From a user's perspective, they simply want to do a search for G140 and return all of the results for that. Then they want to do a search for G1401 and r

Re: [sword-devel] Remaining licence/copyright issues

2009-04-26 Thread Dmitrijs Ledkovs
2009/4/26 Kahunapule Michael Johnson : > > Are you from US? If yes, there is no more doubt. > > Yes, I am from the U. S. A., a citizen of the U. S. A., and was resident in Thanks =D this is good enough. > > However, I have no objection to tagging sapphire.cpp with a link to > http://creativecommo

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Troy A. Griffitts
Thanks Jonathan. It looks like we're still having occasional tomcat issues. The links seem to work for me now after a tomcat reset. This is quite odd. I hope we can figure out what the issue is. If the problem starts up again, let's try to take note of the time we reset so we can have a th

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Jonathan Morgan
On Sun, Apr 26, 2009 at 1:55 PM, Greg Hellings wrote: > On Sat, Apr 25, 2009 at 10:24 PM, Jonathan Marsden > wrote: >> Hmmm, the website started working again.  Good. >> >>> I now have copies of the Doxygen generation from 1.6.0RC2 and HEAD >>> r2337 (the current as of a few minutes ago) availab

Re: [sword-devel] Alternate Versification

2009-04-26 Thread Jonathan Morgan
On Sun, Apr 26, 2009 at 4:02 AM, Jonathan Marsden wrote: > DM Smith wrote: > >> I'd like to make a change to osis2mod to have it report the supported >> alternate versifications that can be used as an argument to -v. Ideally, >> I'd like the flag value and a short description. >> >> How would I go

Re: [sword-devel] Library Doxygen documentation

2009-04-26 Thread Jonathan Marsden
Greg Hellings wrote: > On Sat, Apr 25, 2009 at 10:55 PM, Greg Hellings > wrote: >>> A quick s/GnomeSword/Xiphos/ is probably called for :) >> That would have to be changed in the SWORD source directly. All of >> that text comes from there. OK... line 47 of include/swmgr.h Can someone with S