Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christophe Rhodes
swankr
Commits
fc149c9e
Commit
fc149c9e
authored
Sep 20, 2014
by
Christophe Rhodes
Browse files
update protocol version to 2014-09-13
parent
30b283c2
Changes
1
Show whitespace changes
Inline
Side-by-side
swank.R
View file @
fc149c9e
...
...
@@ -293,7 +293,7 @@ printToString <- function(val) {
`swank:connection-info`
<-
function
(
slimeConnection
,
sldbState
)
{
list
(
quote
(
`:pid`
),
Sys.getpid
(),
quote
(
`:package`
),
list
(
quote
(
`:name`
),
"R"
,
quote
(
`:prompt`
),
"R> "
),
quote
(
`:version`
),
"201
2
-0
4-2
3"
,
quote
(
`:version`
),
"201
4
-0
9-1
3"
,
quote
(
`:encoding`
),
list
(
quote
(
`:coding-systems`
),
list
(
"utf-8-unix"
)),
quote
(
`:lisp-implementation`
),
list
(
quote
(
`:type`
),
"R"
,
quote
(
`:name`
),
"R"
,
...
...
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