I just installed snow v1.1.2, and `snowman list' gives following warnings: (this is chicken scheme here)
---------------------------------8<------------------------------------- zen:~/Desktop/snow-generic/v1.1.2$ snowman list Warning: undefined escape sequence in string - probably forgot backslash in line 5 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 40 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 40 #\2 host-gauche/v0.8.9: The Gauche Scheme system. http/v1.0.2: HTTP protocol. ... ---------------------------------8<-------------------------------------
Afficher les réponses par date
Hi,
William Xu william.xwl@gmail.com writes:
I just installed snow v1.1.2, and `snowman list' gives following warnings: (this is chicken scheme here)
---------------------------------8<------------------------------------- zen:~/Desktop/snow-generic/v1.1.2$ snowman list Warning: undefined escape sequence in string - probably forgot backslash in line 5 #\3
I believe this may be the same problem as discussed in this thread:
http://thread.gmane.org/gmane.lisp.scheme.snow/152
This is an indication that these escape sequences in strings are not so standard.
Thanks, Ludovic.
ludo@gnu.org (Ludovic Courtès) writes:
I believe this may be the same problem as discussed in this thread:
http://thread.gmane.org/gmane.lisp.scheme.snow/152
This is an indication that these escape sequences in strings are not so standard.
Thanks. So this issue is still there...
(I so hate so many schemes there... )
William Xu william.xwl@gmail.com writes:
ludo@gnu.org (Ludovic Courtès) writes:
I believe this may be the same problem as discussed in this thread:
http://thread.gmane.org/gmane.lisp.scheme.snow/152
This is an indication that these escape sequences in strings are not so standard.
Thanks. So this issue is still there...
OTOH, it's less of a problem with Chicken than with Guile since all you get with Chicken is a warning whereas Guile raises an exception.
Thanks, Ludovic.
snow-users-list@iro.umontreal.ca