Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
c3aa298a
Commit
c3aa298a
authored
May 30, 2022
by
Florian Fischer
Browse files
add waitfd name substitution
parent
420c8e19
Pipeline
#82992
passed with stage
in 1 minute and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plot_utils.py
View file @
c3aa298a
...
...
@@ -2,6 +2,7 @@ import re
PATTERNS
=
{}
PATTERNS
[
'emper'
]
=
(
re
.
compile
(
'^emper'
),
'
\\\\
emper{}'
)
PATTERNS
[
'waitfd'
]
=
(
re
.
compile
(
'^waitfd'
),
'
\\\\
waitfd{}'
)
PATTERNS
[
'go'
]
=
(
re
.
compile
(
'^go'
),
'Go'
)
PATTERNS
[
'tokio'
]
=
(
re
.
compile
(
'^tokio'
),
'Tokio'
)
...
...
Write
Preview
Supports
Markdown
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