View Issue Details

IDProjectCategoryView StatusLast Update
0000915MetaPostbugpublic2014-11-07 15:12
Reportertoby Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.890 
Summary0000915: odd primitive fails with negative numbers
Description"odd" appears to return false for all negative numbers
Steps To ReproduceRun this program

for i=3 step -2 until -10:
  show(i); show(odd i); show((i mod 2)=1);
endfor
end.
Additional InformationNote the above program also shows a work around, and if you run the above through *Metafont* there's no bug.
TagsNo tags attached.

Activities

luigi scarso

2014-11-07 15:12

manager   ~0001302

It's fixed in rev. 1.999 .

Issue History

Date Modified Username Field Change
2014-09-01 18:03 toby New Issue
2014-11-07 15:12 luigi scarso Note Added: 0001302