ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* gzip.compress in ConTeXt mkiv
@ 2022-03-01 23:47 Marcel Fabian Krüger via ntg-context
  2022-03-02 14:36 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Fabian Krüger via ntg-context @ 2022-03-01 23:47 UTC (permalink / raw)
  To: ConTeXt users list; +Cc: Marcel Fabian Krüger

Hi,

The following document

  \directlua{
    local arch = gzip.compress"I will become much much smaller, once the overhead is compensated"
    local orig = gzip.decompress(arch)
    print(arch:len(), orig:len(), orig)
  }
  \starttext
  \stoptext

used to work in ConTeXt mkiv and still works in ConTeXt lmtx, but for
current mkiv versions it breaks with

  ...mtx/tex/texmf-context/tex/context/base/mkiv/util-zip.lua:610: attempt to call a nil value (upvalue 'tocardinal1')
  stack traceback:
	  ...mtx/tex/texmf-context/tex/context/base/mkiv/util-zip.lua:610: in upvalue 'putcompressed'
	  ...mtx/tex/texmf-context/tex/context/base/mkiv/util-zip.lua:662: in function 'gzip.compress'
	  [ctxlua]:1: in main chunk

Best regards,
Marcel
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gzip.compress in ConTeXt mkiv
  2022-03-01 23:47 gzip.compress in ConTeXt mkiv Marcel Fabian Krüger via ntg-context
@ 2022-03-02 14:36 ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen via ntg-context @ 2022-03-02 14:36 UTC (permalink / raw)
  To: Marcel Fabian Krüger via ntg-context; +Cc: Hans Hagen

On 3/2/2022 12:47 AM, Marcel Fabian Krüger via ntg-context wrote:
> Hi,
> 
> The following document
> 
>    \directlua{
>      local arch = gzip.compress"I will become much much smaller, once the overhead is compensated"
>      local orig = gzip.decompress(arch)
>      print(arch:len(), orig:len(), orig)
>    }
>    \starttext
>    \stoptext
> 
> used to work in ConTeXt mkiv and still works in ConTeXt lmtx, but for
> current mkiv versions it breaks with
> 
>    ...mtx/tex/texmf-context/tex/context/base/mkiv/util-zip.lua:610: attempt to call a nil value (upvalue 'tocardinal1')
>    stack traceback:
> 	  ...mtx/tex/texmf-context/tex/context/base/mkiv/util-zip.lua:610: in upvalue 'putcompressed'
> 	  ...mtx/tex/texmf-context/tex/context/base/mkiv/util-zip.lua:662: in function 'gzip.compress'
> 	  [ctxlua]:1: in main chunk

i'll check it (at some point i need to split code paths a bit more i think)

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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-02 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 23:47 gzip.compress in ConTeXt mkiv Marcel Fabian Krüger via ntg-context
2022-03-02 14:36 ` Hans Hagen via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).