ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* beta
@ 2012-12-10 22:28 Hans Hagen
  2012-12-11  8:05 ` beta (MP) Alan BRASLAU
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2012-12-10 22:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I uploaded a beta. There are some minor changes in the mp machinery (as 
preparation for 'double' support. As I upgraded some file related code 
recently there can be issues (easy to solve once known as it's hard to 
foresee all bordercases).

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] 5+ messages in thread

* Re: beta (MP)
  2012-12-10 22:28 beta Hans Hagen
@ 2012-12-11  8:05 ` Alan BRASLAU
  2012-12-11  8:36   ` Taco Hoekwater
  2012-12-11  8:39   ` Otared Kavian
  0 siblings, 2 replies; 5+ messages in thread
From: Alan BRASLAU @ 2012-12-11  8:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: pragma

On Mon, 10 Dec 2012 23:28:17 +0100
Hans Hagen <pragma@wxs.nl> wrote:

> Hi,
> 
> I uploaded a beta. There are some minor changes in the mp machinery
> (as preparation for 'double' support. As I upgraded some file related
> code recently there can be issues (easy to solve once known as it's
> hard to foresee all bordercases).
> 
> Hans

(Already reported directly, but I forgot to put the list on copy.)

There is a problem with the new beta.

Minimal example:

\starttext
    \startMPcode
        draw fullcircle scaled 1cm ;
    \stopMPcode
\stoptext




metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading
'metafun': /home/local/context/beta/tex/texmf-context/metapost/context/base/metafun.mpiv,
using method: default
luatex: ../../../source/texk/web2c/mplibdir/mp.w:5353:
do_set_attr_head: Assertion `A->type==mp_structured' failed.

mtx-context     | fatal error: no return code, message: luatex:
execution interrupted
___________________________________________________________________________________
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] 5+ messages in thread

* Re: beta (MP)
  2012-12-11  8:05 ` beta (MP) Alan BRASLAU
@ 2012-12-11  8:36   ` Taco Hoekwater
  2012-12-11  8:43     ` luigi scarso
  2012-12-11  8:39   ` Otared Kavian
  1 sibling, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2012-12-11  8:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: pragma

On 12/11/2012 09:05 AM, Alan BRASLAU wrote:
>
> (Already reported directly, but I forgot to put the list on copy.)
>
> There is a problem with the new beta.
>
> Minimal example:
>
> \starttext
>      \startMPcode
>          draw fullcircle scaled 1cm ;
>      \stopMPcode
> \stoptext

This example works for me, and valgrind does not report anything
out of the ordinary at that point.  What system do you run on?

Best wishes,
Taco
___________________________________________________________________________________
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] 5+ messages in thread

* Re: beta (MP)
  2012-12-11  8:05 ` beta (MP) Alan BRASLAU
  2012-12-11  8:36   ` Taco Hoekwater
@ 2012-12-11  8:39   ` Otared Kavian
  1 sibling, 0 replies; 5+ messages in thread
From: Otared Kavian @ 2012-12-11  8:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Alan,

Your example works on my machine (Mac OS X 10.8 and Context version 2012.12.10 23:20).

Best regards: OK

On 11 déc. 2012, at 09:05, Alan BRASLAU <alan.braslau@cea.fr> wrote:

> On Mon, 10 Dec 2012 23:28:17 +0100
> Hans Hagen <pragma@wxs.nl> wrote:
> 
>> Hi,
>> 
>> I uploaded a beta. There are some minor changes in the mp machinery
>> (as preparation for 'double' support. As I upgraded some file related
>> code recently there can be issues (easy to solve once known as it's
>> hard to foresee all bordercases).
>> 
>> Hans
> 
> (Already reported directly, but I forgot to put the list on copy.)
> 
> There is a problem with the new beta.
> 
> Minimal example:
> 
> \starttext
>    \startMPcode
>        draw fullcircle scaled 1cm ;
>    \stopMPcode
> \stoptext
> 
> 
> 
> 
> metapost        > initializing instance 'metafun' using format 'metafun'
> metapost        > loading
> 'metafun': /home/local/context/beta/tex/texmf-context/metapost/context/base/metafun.mpiv,
> using method: default
> luatex: ../../../source/texk/web2c/mplibdir/mp.w:5353:
> do_set_attr_head: Assertion `A->type==mp_structured' failed.
> 
> mtx-context     | fatal error: no return code, message: luatex:
> execution interrupted
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 5+ messages in thread

* Re: beta (MP)
  2012-12-11  8:36   ` Taco Hoekwater
@ 2012-12-11  8:43     ` luigi scarso
  0 siblings, 0 replies; 5+ messages in thread
From: luigi scarso @ 2012-12-11  8:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Dec 11, 2012 at 9:36 AM, Taco Hoekwater <taco@elvenkind.com> wrote:
> On 12/11/2012 09:05 AM, Alan BRASLAU wrote:
>>
>>
>> (Already reported directly, but I forgot to put the list on copy.)
>>
>> There is a problem with the new beta.
>>
>> Minimal example:
>>
>> \starttext
>>      \startMPcode
>>          draw fullcircle scaled 1cm ;
>>      \stopMPcode
>> \stoptext
>
>
> This example works for me, and valgrind does not report anything
> out of the ordinary at that point.  What system do you run on?

broken here too
# context test.tex

mtx-context     | run 1: luatex
--fmt="/opt/luatex/standalone-mkiv/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en"
--jobname="test"
--lua="/opt/luatex/standalone-mkiv/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/cont-en.lui"
--no-parse-first-line --c:currentrun=1 --c:fulljobname="./test.tex"
--c:input="./test.tex" --c:kindofrun=1 "cont-yes.mkiv"
This is LuaTeX, Version beta-0.72.0-2012121022 (rev 4499)
 \write18 enabled.
(/opt/luatex/standalone-mkiv/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2012.12.10 23:20 MKIV  fmt: 2012.12.11  int: english/english

system          > cont-new.mkiv loaded
(/opt/luatex/standalone-mkiv/tex/texmf-context/tex/context/base/cont-new.mkiv
system          > beware: some patches loaded from cont-new.mkiv
)
system          > files > jobname: test, input: test, result: test
fonts           > latin modern fonts are not preloaded
languages       > language en is active
(test.tex{/opt/luatex/standalone-mkiv/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown: library 'loc'
{/opt/luatex/standalone-mkiv/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/opt/luatex/standalone-mkiv/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > fallback modern rm 12pt is loaded
metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading 'metafun':
/opt/luatex/standalone-mkiv/tex/texmf-context/metapost/context/base/metafun.mpiv,
using method: default
luatex: ../../../source/texk/web2c/mplibdir/mp.w:5353:
do_set_attr_head: Assertion `A->type==mp_structured' failed.

mtx-context     | fatal error: no return code, message: luatex:
execution interrupted

Linux luigicasa-K55VD 3.5.0-19-generic #30-Ubuntu SMP Tue Nov 13
17:48:01 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

--
luigi
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2012-12-11  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-10 22:28 beta Hans Hagen
2012-12-11  8:05 ` beta (MP) Alan BRASLAU
2012-12-11  8:36   ` Taco Hoekwater
2012-12-11  8:43     ` luigi scarso
2012-12-11  8:39   ` Otared Kavian

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