-
Notifications
You must be signed in to change notification settings - Fork 5
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
processing of FTML files by SILE does not work #60
Comments
This does not work, and causes smith to return an error. Details at #60 This commit essentially reverts half of the previous commit.
I disabled using SILE for FTML files in cb9cb43 I was not able to reproduce the warnings and errors on my Ubuntu Focal system with SILE and smith installed from source, updated today. |
sile no longer allows passing string content to a defined command call, one has to wrap it in a table now. Update various deprecated calls to quieten sile's winging. One would expect no break of backward compatibility in a 0.x.y version bump, but I suppose that is too much to ask. |
Thanks, after some more testing, it looks good to me. I only see one error in Mingzat, but maybe it's a syntax issue in the ftml itself:
|
All the FTML files in the Mingzat project validate with the FTML DTD, so if there is a syntax error, maybe the DTD should be corrected. |
Other lua errors in other projects: Abyssinica Alkalami Lateef |
These other three projects have (at least some) FTML files that do not validate. I suggest that @LornaSIL fix the FTML files before the errors from Lua are investigated. |
Good catch, Bobby.
…On Fri, Jan 22, 2021, 7:16 AM devosb ***@***.***> wrote:
These other three projects have (at least some) FTML files that do not
validate. I suggest that @LornaSIL <https://github.com/LornaSIL> fix the
FTML files before the errors from Lua are investigated.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#60 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUGN7F43Y324A3XITQW6KDS3GCFVANCNFSM4VYIJ6HA>
.
|
In mid December 2020 several font projects, such as Doulos are failing to run a test. I think this is due to SILE being enabled to process FTML files while fixing another bug. The log report for this font is
In order to build and test fonts on the CI without errors, I will comment out the line in the commit mentioned above that enables SILE to process FTML.
The text was updated successfully, but these errors were encountered: