Commit b499a553 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9178bed6
......@@ -31,8 +31,8 @@ digraph {
Cleanup [label="Cleanup history"];
Cpy_patch [label=<py patch: ConnID py=go> style=filled fillcolor=lightyellow]; // C<sub>py</sub> patch for ConnID interop. with S<sub>go</sub>>];
Mmap_go [label="io.ReaderAt via mmap"];
Protog_fix [label="proto(go/py) compat fix"];
Mpy_vs_Sgo [label=<M<sub>py</sub> vs S<sub>go</sub>: try/fix>];
Protog_fix [label="proto(go/py) compat fix" style=filled fillcolor=lightyellow];
Mpy_vs_Sgo [label=<M<sub>py</sub> vs S<sub>go</sub>: try/fix> style=filled fillcolor=lightyellow];
io_cancel [label="? conn IO vs ctx cancel"];
load_serial_next [label=<? GetObject return += serial<sub>next</sub>>];
......
......@@ -107,7 +107,7 @@
</g>
<!-- Protog_fix -->
<g id="node9" class="node"><title>Protog_fix</title>
<ellipse fill="none" stroke="black" cx="434.292" cy="-234" rx="96.3833" ry="18"/>
<ellipse fill="lightyellow" stroke="black" cx="434.292" cy="-234" rx="96.3833" ry="18"/>
<text text-anchor="middle" x="434.292" y="-230.3" font-family="Times,serif" font-size="14.00">proto(go/py) compat fix</text>
</g>
<!-- Cpy_r_Sgo&#45;&gt;Protog_fix -->
......@@ -127,7 +127,7 @@
</g>
<!-- Mpy_vs_Sgo -->
<g id="node11" class="node"><title>Mpy_vs_Sgo</title>
<ellipse fill="none" stroke="black" cx="884.292" cy="-234" rx="81.4863" ry="18"/>
<ellipse fill="lightyellow" stroke="black" cx="884.292" cy="-234" rx="81.4863" ry="18"/>
<text text-anchor="start" x="829.792" y="-231.3" font-family="Times,serif" font-size="14.00">M</text>
<text text-anchor="start" x="842.792" y="-231.3" font-family="Times,serif" baseline-shift="sub" font-size="14.00">py</text>
<text text-anchor="start" x="855.792" y="-231.3" font-family="Times,serif" font-size="14.00"> vs S</text>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment