ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* format generation fails in luat-fio.lua
@ 2012-05-31 22:31 Philipp Gesang
  2012-05-31 22:38 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Gesang @ 2012-05-31 22:31 UTC (permalink / raw)
  To: ConTeXt ML


[-- Attachment #1.1: Type: text/plain, Size: 1501 bytes --]

Hi all,

I hit this bug during “context --make” after today’s update. Can
somebody confirm this?  Must have been introduced since
2012.05.24 (according to the git logs, data-exp.lua has indeed
been changed May 25).

········································································
! LuaTeX error ...text/tex/texmf-context/tex/context/base/data-exp.lua:97: invalid replacement value (a table)
stack traceback:
  [C]: in function 'lpegmatch'
  ...text/tex/texmf-context/tex/context/base/data-exp.lua:97: in function 'splitpathexpr'
  ...text/tex/texmf-context/tex/context/base/data-exp.lua:145: in function 'expandedpathfromlist'
  ...text/tex/texmf-context/tex/context/base/data-res.lua:343: in function 'identify_configuration_files'
  ...text/tex/texmf-context/tex/context/base/data-res.lua:1521: in function 'load'
  ...text/tex/texmf-context/tex/context/base/luat-fio.lua:31: in main chunk
  ...text/tex/texmf-context/tex/context/base/luat-cod.lua:42: in function 'registercode'
  <main ctx instance>:1: in main chunk.
\registerctxluafile ...ua.registercode("#1","#2")}
········································································

Logs: http://pastie.org/4004505

Best regards
Philipp

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: format generation fails in luat-fio.lua
  2012-05-31 22:31 format generation fails in luat-fio.lua Philipp Gesang
@ 2012-05-31 22:38 ` Hans Hagen
  2012-05-31 22:48   ` Philipp Gesang
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2012-05-31 22:38 UTC (permalink / raw)
  To: ConTeXt ML

On 1-6-2012 00:31, Philipp Gesang wrote:
> Hi all,
>
> I hit this bug during “context --make” after today’s update. Can
> somebody confirm this?  Must have been introduced since
> 2012.05.24 (according to the git logs, data-exp.lua has indeed
> been changed May 25).
>
> ········································································
> ! LuaTeX error ...text/tex/texmf-context/tex/context/base/data-exp.lua:97: invalid replacement value (a table)
> stack traceback:
>    [C]: in function 'lpegmatch'
>    ...text/tex/texmf-context/tex/context/base/data-exp.lua:97: in function 'splitpathexpr'
>    ...text/tex/texmf-context/tex/context/base/data-exp.lua:145: in function 'expandedpathfromlist'
>    ...text/tex/texmf-context/tex/context/base/data-res.lua:343: in function 'identify_configuration_files'
>    ...text/tex/texmf-context/tex/context/base/data-res.lua:1521: in function 'load'
>    ...text/tex/texmf-context/tex/context/base/luat-fio.lua:31: in main chunk
>    ...text/tex/texmf-context/tex/context/base/luat-cod.lua:42: in function 'registercode'
>    <main ctx instance>:1: in main chunk.
> \registerctxluafile ...ua.registercode("#1","#2")}
> ········································································

this issue is under investigation ... it's a problem with lpeg 0.10 in 
luatex (not texlua) ... best check out the latest (which reverts to 0.9) 
... btw, that version is not the production version

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: format generation fails in luat-fio.lua
  2012-05-31 22:38 ` Hans Hagen
@ 2012-05-31 22:48   ` Philipp Gesang
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Gesang @ 2012-05-31 22:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1069 bytes --]

On 2012-06-01 00:38, Hans Hagen wrote:
> On 1-6-2012 00:31, Philipp Gesang wrote:
> >Hi all,
> >
> >I hit this bug during “context --make” after today’s update. Can
> >somebody confirm this?  Must have been introduced since
> >2012.05.24 (according to the git logs, data-exp.lua has indeed
> >been changed May 25).
> >

<snip />

> this issue is under investigation ... it's a problem with lpeg 0.10
> in luatex (not texlua) ...

There’s effort to incorporate lpeg v.0.10? This is the greatest
Luatex-related news since a year or so. I’m exited, let me know
if there’s something to test.

>                            best check out the latest (which reverts
> to 0.9) ... btw, that version is not the production version

My update script fetches the latest Luatex from SVN, so it broke,
naturally, ;-) I’m using the binary that is provided with the
minimals now and everything’s fine.

Good night
Philipp


-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2012-05-31 22:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-31 22:31 format generation fails in luat-fio.lua Philipp Gesang
2012-05-31 22:38 ` Hans Hagen
2012-05-31 22:48   ` Philipp Gesang

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).