Generic fontloader and flush_components
Hi, in font-ots.lua (which becomes part of the generic fontloader) nuts.flush_components is used, while it seems to be defined for mkiv and generic in node-gcm.lua, but this file is not included in the packaged generic fontloader. Therefore the current luatex-fonts-merged.lua breaks with "trying to call a nil value (upvalue flush_components)". Could you please add a definition for nuts.flush_components in the generic version? Thanks, Marcel
On 12/27/2020 7:19 PM, Marcel Fabian Krüger wrote:
Hi,
in font-ots.lua (which becomes part of the generic fontloader) nuts.flush_components is used, while it seems to be defined for mkiv and generic in node-gcm.lua, but this file is not included in the packaged generic fontloader. Therefore the current luatex-fonts-merged.lua breaks with "trying to call a nil value (upvalue flush_components)".
Could you please add a definition for nuts.flush_components in the generic version? I'll add it to (the rest in):
luatex-basics-nod.lua (it's a dummy function) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On Sun, Dec 27, 2020 at 10:50:03PM +0100, Hans Hagen wrote:
On 12/27/2020 7:19 PM, Marcel Fabian Krüger wrote:
Hi,
in font-ots.lua (which becomes part of the generic fontloader) nuts.flush_components is used, while it seems to be defined for mkiv and generic in node-gcm.lua, but this file is not included in the packaged generic fontloader. Therefore the current luatex-fonts-merged.lua breaks with "trying to call a nil value (upvalue flush_components)".
Could you please add a definition for nuts.flush_components in the generic version? I'll add it to (the rest in):
luatex-basics-nod.lua
(it's a dummy function)
Thank you. Marcel
participants (2)
-
Hans Hagen
-
Marcel Fabian Krüger