-
Notifications
You must be signed in to change notification settings - Fork 16
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
Increase Liblouis version number to 3.28.0 version #101
Conversation
Signed-off-by: Attila Hammer <[email protected]>
This is interesting.
If I creating tomorrow the fresh package, will be looking what tests are failing. Attila |
Ok, I see now what tests failing In real environment with uses Liblouis 3.28.0 (not only tables, but changed libs with affects perhaps the precedence order).
@bertfrees, you knowing best the voluve MATH Braille (this tests I think uses ../../lbu_files/wiskunde.sem, nl-unicode.dis,../../lbu_files/wiskunde.ctb,braille-patterns.cti in literaryTexttable, nl-unicode.dis,../../lbu_files/wiskunde.ctb,braille-patterns.cti the mathtextTable preference, nl-unicode.dis,../../lbu_files/wiskunde.ctb,braille-patterns.cti the mathexprTable preference, and en-us-brf.dis,braille-patterns.cti,../../lbu_files/wiskunde_edit.ctb tables the editTable preference in tests/math_voluve/liblouisutdml.ini file. Since the order of precedence was changed right before the release of Liblouis version 3.28.0, maybe for the base operator code (or something similar, I can't think of the correct Liblouis call request that implemented this change), what is the correct expected for these failed tests .txt value? Attila |
failed_tests.txt Thanks the investigation and error list examination, Attila |
Following tests produce failures with Liblouis 3.28.0 and Liblouis latest master branch version: * test_mathml_woluwe/test_080.test, * test_mathml_woluwe/test_106.test, * test_mathml_woluwe/test_107.test, * test_mathml_woluwe/test_113.test, * test_mathml_woluwe/test_114.test Signed-off-by: Attila Hammer <[email protected]>
Nice, all checks are passed now.
If acceptable my change, please approve these changes. Thanks the cooperation, Attila |
Hi Boys,
As it is usual after new Liblouis stable release publication, I updated into Liblouisutdml source tree the proper files to synchronise the version number the new version (now with increasing Liblouis version number from 3.27.0 to 3.28.0 version number).
If this is possible, please approve and merget this little changes the master branch.
Affected files:
If future the community would like publicating a new Liblouisutdml release (after 2024. march or 2024. june for example), better to syncing the Liblouis version number the actual stable release.
Note: anybody not known an automatic possibility, similar with dependabot handles the required dependency versions in Liblouis to always inclease Liblouis version number when releasing a new Liblouis stable version (for example in 2024. march, 2024. june, 2024. september and 2024. december)? :-):-)
Roughly, an automatic Github operation file would be good, which always increases the version number of Liblouis in the four source files to the version number of the current Liblouis stable release the day after the publication of the current Liblouis release, and then automatically submits a pull request as, e.g. at Liblouis, dependabot does this when different component version numbers change (golang version number, scorecard version number change, etc.). :-):-)
If the last part related my english is not full good, sorry, hopefully you understanding what can I would like suggesting.
Attila