Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
guix-hpc
guix-kernel
Commits
e1cea845
Commit
e1cea845
authored
Sep 24, 2019
by
Ludovic Courtès
Browse files
Use 'sxml->html-string' some more.
* guix-jupyter-kernel.scm (reply-for-environment): Use 'sxml->html-string'.
parent
c4e9ee3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
guix-jupyter-kernel.scm
View file @
e1cea845
...
...
@@ -134,10 +134,7 @@
"Send KERNEL a reply to MESSAGE saying that we're preparing environment
NAME with MANIFEST."
(
reply-html
kernel
message
(
call-with-output-string
(
lambda
(
port
)
(
sxml->xml
(
manifest->shtml
manifest
name
)
port
)))
(
sxml->html-string
(
manifest->shtml
manifest
name
))
count
))
(
define*
(
reply-for-environment-kernel
kernel
message
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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