Re: [NTG-context] Context crashes using Iosevka v16.3.6 typeface

2022-11-17 Thread Werner Schmidt via ntg-context
Dear list,

issue is solved with the latest update of ConTeXt. 

Thanks to everyone for the release. 

ConTeXt is just awesome :) 

Best Werner



On November 14, 2022 10:27:38 AM UTC, Hans Hagen via ntg-context 
 wrote:
>On 11/12/2022 12:02 PM, Werner Schmidt via ntg-context wrote:
>> Dear list,
>> 
>> I like to use the Iosevka as mono typeface. It worked in the past, but sadly 
>> context crashes now with the following error.
>> 
>>  fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value 
>> (local 'sequence')
>> 
>> Plese see MWE below.
>> 
>> Any ideas how debug / solve this issue?
>
>i'll intercept it
>
>Hans
>
>
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Context crashes using Iosevka v16.3.6 typeface

2022-11-14 Thread Hans Hagen via ntg-context

On 11/12/2022 12:02 PM, Werner Schmidt via ntg-context wrote:

Dear list,

I like to use the Iosevka as mono typeface. It worked in the past, but sadly 
context crashes now with the following error.

 fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 
'sequence')

Plese see MWE below.

Any ideas how debug / solve this issue?


i'll intercept it

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
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Context crashes using Iosevka v16.3.6 typeface

2022-11-12 Thread Werner Schmidt via ntg-context
Dear list, 

I like to use the Iosevka as mono typeface. It worked in the past, but sadly 
context crashes now with the following error. 

fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 
'sequence')

Plese see MWE below. 

Any ideas how debug / solve this issue? 

Thanks in advance. 
Werner 



--- test_iosevka. tex 

% Win 10 Enterprise, x64, 10.0.19042 Build 19042
% ConTeXt  ver: 2022.10.22 11:23 LMTX  fmt: 2022.11.12  int: english/english

% fatal error: /font-dsp-macro.lua:2336: attempt to index a nil value (local 
'sequence')

\starttypescriptcollection[myfonts]
  % Mono - iosevka (Iosevka SS09 — Terminal, Hinted)
  % Source: https://github.com/be5invis/Iosevka/blob/v16.3.6/doc/PACKAGE-LIST.md
  \starttypescript [mono] [iosevka] [name]
  \setups[font:fallback:mono]
  \definefontsynonym [Mono][file:iosevka-term-ss09-light]
  \definefontsynonym [MonoItalic]  [file:iosevka-term-ss09-lightitalic]
  \definefontsynonym [MonoSlanted] [file:iosevka-term-ss09-lightoblique]
  \definefontsynonym [MonoBold][file:iosevka-term-ss09-semibold]
  \definefontsynonym [MonoBoldItalic]  
[file:iosevka-term-ss09-semibolditalic]
  \definefontsynonym [MonoBoldSlanted] 
[file:iosevka-term-ss09-semiboldoblique]
  \stoptypescript

  \starttypescript[iosevka]
  \definetypeface [\typescriptone] [tt] [mono] [iosevka] [default] 
[rscale=0.84,features={default,ss09=yes}]
  \stoptypescript
\stoptypescriptcollection

%\setupbodyfont [mono] % Latin Modern Mono works!
\setupbodyfont [iosevka] % iosevka v16.3.6 crashes! :-(

\starttext
\input{zapf}
\stoptext
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___