<div dir="ltr">Dear all, <div><br></div><div>My colleague found a bug in Metapost 1.803 which I would lile to report.  In the following minimal example, showdependencies shows something inappropriate, which gives "This can't happen (dep)" error later.  But if I move the third s-relation after setting z[4,6,8], everything works fine.</div>
<div><br></div><div>Vadim<br></div><div><br></div><div>def s(expr A,B,C,D)=<br></div><div><div>D-C=B-A=((B-D) rotated 90)</div><div>enddef;</div><div><br></div><div>beginfig(1);</div><div>s(z3,z4,z7,z8);</div><div>s(z4,z5,z6,z11);</div>
<div>s(z6,z12,z8,z10);</div><div><br></div><div>showdependencies;</div><div><br></div><div>z4 = (0,0);</div><div>z6 = (1cm,0);</div><div>z8 = (0,1cm);</div><div><br></div><div><br></div><div>endfig;</div><div>bye</div></div>
</div>