<html><head></head><body>Hi Jaak,<br><br>Glad we found the issue during the RC stage. Yes, finishing the camelCase refactoring work for the 2.0 release was a large part of this release. We should have probably added a SWDEPRECATED flag to the method and left it, but for virtuals, this gets a bit tricky. For us to continue to support the old name, we need to be sure we still call any overridden version using the old name and of course call the new name, as well. I think we tried this in a few other earlier releases and it was a bit hairy-- including hushing our own deprecation violation when we called the old deprecated method name. With 2.0 as the likely next major release and thus all current SWDEPRECATED methods finally going away, it seemed best to just get clients off the deprecated methods now. I am glad we found the issue for BibleTime before release and I wish I had a better way for us to detect renaming of virtual methods. Using the new C++ keyword override is a great way for you to do this in your client; maybe you could grep out the sword methods somehow when using the compiler option to suggest places for the override keyword. Maybe we could add a SWOVERRIDE define to allow us to use it in the engine and still support compilers without support. Thank you for the suggestion. I believe we are done renaming virtuals for a very long time; I have no more refactorings like this on my to-do list and it's great to finally have all of these complete with this release.<br><br>With Bibletime, Xiphos, Ezra, and Bishop all reporting in with positive results now, I believe we can feel good about pushing 1.9.0 out the door. I will likely wait until next weekend just to be sure we have peace on problem reports for a few days. Thank you and everyone for your help and support with this and for working together as the Body of Christ. It's a privilege and great fun to serve together with you guys.<br><br>Troy<br><br><div class="gmail_quote">On October 18, 2020 3:40:10 PM GMT+02:00, Jaak Ristioja <jaak@ristioja.ee> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hi!<br><br>The respective change in Sword is SVN 3753:<br><br>   <a href="https://github.com/bibletime/crosswire-sword-mirror/commit/b684b6f099">https://github.com/bibletime/crosswire-sword-mirror/commit/b684b6f099</a><br><br>It seems that this time we were not lucky to have a SWDEPRECATED alias <br>for the old function name, silently breaking API, and hence BibleTime.<br><br>In theory this silent error could also have been detected in BibleTime <br>if we would have used the override keyword. In practice, finding all the <br>functions which need the override keyword is for most projects only easy <br>to do if the -Wsuggest-override flag (and perhaps even <br>-Werror=suggest-override for debug builds) is used. Unfortunately for <br>BibleTime (and other projects using Sword), just turning this flag on <br>yields very many warnings from Sword headers themselves. The task of <br>figuring out how (and when in the build process) to filter <br>BibleTime-specific warnings from all warnings is likely not a trivial one.<br><br>Best regards,<br>J<br><br>On 18.10.20 01:50, Gary Holmlund wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">I found the issue. BibleTime is using a sword function, <br>AddRenderFilters, which is deprecated. It was renamed to <br>addRenderFilters (A -> a).<br><br>Gary<br><br>On 10/17/20 1:36 PM, Gary Holmlund wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #ad7fa8; padding-left: 1ex;"> I have found that sword is not calling the BibleTime OsisToHtml <br> filter. It is called with 1.8.1 and not with 1.9RC3. I am still <br> working on why this does not happen.<br><br> Gary<br><br><br> On 10/16/20 3:49 AM, Troy A. Griffitts wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #8ae234; padding-left: 1ex;"> Hi Gary. No, nothing should have changed in that respect. Can anyone <br> else confirm they are having trouble with these in our last RC or svn <br> HEAD?<br><br> On October 16, 2020 2:44:32 AM GMT+02:00, Gary Holmlund <br> <gary.holmlund@gmail.com> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #fcaf3e; padding-left: 1ex;">I switched to sword 1.9 rc3 in BibleTime. I am on Fedora 33. Now I have<br><br>lost cross references, footnotes, Jesus words, etc.<br><br>Did any api for references change? Any other thoughts?<br><br>Gary Holmlund<hr>sword-devel mailing list: sword-devel@crosswire.org<br><a href="http://crosswire.org/mailman/listinfo/sword-devel">http://crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote><br> -- <br> Sent from my Android device with K-9 Mail. Please excuse my brevity.<br> -- <br> Sent from my Android device with K-9 Mail. Please excuse my brevity. <br></blockquote></blockquote><hr>sword-devel mailing list: sword-devel@crosswire.org<br><a href="http://crosswire.org/mailman/listinfo/sword-devel">http://crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote><hr>sword-devel mailing list: sword-devel@crosswire.org<br><a href="http://crosswire.org/mailman/listinfo/sword-devel">http://crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br></pre></blockquote></div><br>-- <br>Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>