View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000988 | context | bug report | public | 2016-10-11 22:09 | 2017-03-27 15:13 |
| Reporter | jemmybutton | Assigned To | Hans Hagen | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | Linux | OS | Ubuntu | OS Version | 16.04 |
| Summary | 0000988: Second \*MPinclusions does not overwrite the first if some \*MPcode is present between them | ||||
| Description | For 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 Reproduce | context 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 | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-10-11 22:09 | jemmybutton | New Issue | |
| 2017-03-27 15:13 | Hans Hagen | Note Added: 0001672 | |
| 2017-03-27 15:13 | Hans Hagen | Status | new => closed |
| 2017-03-27 15:13 | Hans Hagen | Assigned To | => Hans Hagen |
| 2017-03-27 15:13 | Hans Hagen | Resolution | open => no change required |