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
2
Merge Requests
2
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
3597e916
Commit
3597e916
authored
Jan 24, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ae3c4829
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
go/zodb/δtail.go.cat-generic
go/zodb/δtail.go.cat-generic
+16
-6
No files found.
go/zodb/δtail.go.cat-generic
View file @
3597e916
...
@@ -20,11 +20,21 @@
...
@@ -20,11 +20,21 @@
# See COPYING file for full licensing terms.
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# See https://www.nexedi.com/licensing for rationale and options.
input
=
$(
dirname
$0
)
/δtail.go
# This program emits δtail.go that is suitable for templating with the
# following parameters:
#
# PACKAGE
# ID
#
# The types that are emitted are
#
# ΔTail
# δRevEntry
TODO
input
=
$(
dirname
$0
)
/δtail.go
# import "lab.nexedi.com/kirr/neo/go/zodb"
cat
"
$input
"
|sed
\
# package zodb -> package PACKAGE
-e
's/package zodb/package PACKAGE/g'
\
# Tid -> zodb.Tid
-e
'/package PACKAGE/a \\nimport "lab.nexedi.com/kirr/neo/go/zodb"'
\
# Oid -> ID
-e
's/Tid/zodb.Tid/g'
\
-e
's/Oid/ID/g'
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