View Issue Details

IDProjectCategoryView StatusLast Update
0000988contextbug reportpublic2017-03-27 17:13
Reporterjemmybutton Assigned ToHans Hagen  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSUbuntuOS Version16.04
Summary0000988: Second \*MPinclusions does not overwrite the first if some \*MPcode is present between them
DescriptionFor example this code:

\startMPinclusions
path a;
a := fullcircle scaled 1cm;
\stopMPinclusions
\startMPinclusions
\stopMPinclusions
\startMPcode draw a; \stopMPcode

produces nothing, as expected, but this code:

\startMPinclusions
path a;
a := fullcircle scaled 1cm;
\stopMPinclusions
\startMPcode draw (0, 0) -- (1cm, 1cm); \stopMPcode
\startMPinclusions
\stopMPinclusions
\startMPcode draw a; \stopMPcode

produces a line and a circle
Steps To Reproducecontext test.tex

when test.tex file contains":

\starttext
\startMPinclusions
path a;
a := fullcircle scaled 1cm;
\stopMPinclusions
\startMPcode draw (0, 0) -- (1cm, 1cm); \stopMPcode
\startMPinclusions
\stopMPinclusions
\startMPcode draw a; \stopMPcode
\stoptext
TagsNo tags attached.

Activities

Hans Hagen

2017-03-27 17:13

manager   ~0001672

is feature

Issue History

Date Modified Username Field Change
2016-10-12 00:09 jemmybutton New Issue
2017-03-27 17:13 Hans Hagen Note Added: 0001672
2017-03-27 17:13 Hans Hagen Status new => closed
2017-03-27 17:13 Hans Hagen Assigned To => Hans Hagen
2017-03-27 17:13 Hans Hagen Resolution open => no change required