bibledit / cloud

Source code for Bibledit core library and Cloud binary
GNU General Public License v3.0
12 stars 3 forks source link

Some C++ code accidentally got into Javascript code #942

Closed teusbenschop closed 1 month ago

teusbenschop commented 2 months ago

During refactoring C++ code, some of this code landed by accident in to several *.js files.

This results in parts of the program being broken.

This is visible in the verse editor. Everything after the focused verse does not load in the editor.

The best fix would be to copy the *.js files from a commit before the refactoring to the master branch, and then review the reverted code.

Broken versions of Bibledit have been released to Debian Sid already. This needs another upload to fix this. Just to be sure, release the fixed version for Ubuntu too.

teusbenschop commented 2 months ago

The most recent releases for Ubuntu are older than one month, which is when the refactoring was started that introduced this bug. Ubuntu releases can be skipped therefore just now.