Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
71a10f5b
Commit
71a10f5b
authored
7 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
033d03cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
go/todo.dot
go/todo.dot
+1
-0
go/todo.svg
go/todo.svg
+7
-2
No files found.
go/todo.dot
View file @
71a10f5b
...
...
@@ -28,6 +28,7 @@ digraph {
Cpy_r_Sgo
[
label
=<
C
<sub>
py
</sub>
read S
<sub>
go
</sub>
>
]
;
Cgo_r_Sgo
[
label
=<
C
<sub>
go
</sub>
read S
<sub>
go
</sub>
>
]
;
Cgo_r_Spy
[
label
=<
C
<sub>
go
</sub>
read S
<sub>
py
</sub>
>
]
;
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"
]
;
...
...
This diff is collapsed.
Click to expand it.
go/todo.svg
View file @
71a10f5b
...
...
@@ -136,8 +136,8 @@
</g>
<!-- Cpy_r_Sgo->Mpy_vs_Sgo -->
<g
id=
"edge12"
class=
"edge"
><title>
Cpy_r_Sgo
->
Mpy_vs_Sgo
</title>
<path
fill=
"none"
stroke=
"black"
d=
"M62
9.148,-294.139C680.49,-282.239 763.151,-263.079 820.41,-249.807
"
/>
<polygon
fill=
"black"
stroke=
"black"
points=
"82
1.485,-253.151 830.437,-247.483 819.905,-246.331 821.485,-253.151
"
/>
<path
fill=
"none"
stroke=
"black"
d=
"M62
8.489,-293.872C636.745,-291.902 645.271,-289.88 653.292,-288 709.461,-274.832 773.397,-260.19 819.743,-249.638
"
/>
<polygon
fill=
"black"
stroke=
"black"
points=
"82
0.676,-253.015 829.65,-247.383 819.123,-246.189 820.676,-253.015
"
/>
</g>
<!-- Cgo_r_Sgo -->
<g
id=
"node12"
class=
"node"
><title>
Cgo_r_Sgo
</title>
...
...
@@ -175,5 +175,10 @@
<path
fill=
"none"
stroke=
"black"
d=
"M415.344,-288.055C418.157,-280.176 421.572,-270.617 424.723,-261.794"
/>
<polygon
fill=
"black"
stroke=
"black"
points=
"428.055,-262.87 428.122,-252.275 421.463,-260.516 428.055,-262.87"
/>
</g>
<!-- Cleanup -->
<g
id=
"node14"
class=
"node"
><title>
Cleanup
</title>
<ellipse
fill=
"none"
stroke=
"black"
cx=
"729.292"
cy=
"-306"
rx=
"66.8882"
ry=
"18"
/>
<text
text-anchor=
"middle"
x=
"729.292"
y=
"-302.3"
font-family=
"Times,serif"
font-size=
"14.00"
>
Cleanup history
</text>
</g>
</g>
</svg>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment