View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000211 | MetaPost | feature request | public | 2009-04-17 12:24 | 2009-05-11 11:12 |
Reporter | Taco | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 1.200 | ||||
Summary | 0000211: Implement a commandline switch to set (some?) internals | ||||
Description | Implement a commandline switch to set (some?) internals like mpost -Doutputformat:="svg" the actual syntax is not fixed yet and suggestions are welcome. Another question: should such values be set *before* or *after* mem loading? | ||||
Tags | No tags attached. | ||||
|
Implemented by #941. The actual syntax is not using -D (from Define) but -s (from set). It uses a simple '=' sign, and the -s switch is repeatable: mpost -stracingcommands=1 -stracingonline=1 myfile string valued internals need quotes around the argument: mpost -soutputformat="svg" myfile (these in turn may need escaping to protect them from shell expansion) |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-04-17 12:24 | Taco | New Issue | |
2009-04-17 12:45 | Taco | Status | new => assigned |
2009-04-17 12:45 | Taco | Assigned To | => Taco |
2009-04-19 15:27 | Taco | Status | assigned => resolved |
2009-04-19 15:27 | Taco | Resolution | open => fixed |
2009-04-19 15:27 | Taco | Note Added: 0000183 | |
2009-04-20 13:14 | Taco | Target Version | => 1.150 |
2009-04-21 19:07 | Taco | Target Version | 1.150 => 1.200 |
2009-05-11 11:12 | Taco | Status | resolved => closed |