Status: New
Owner:
maz...@gmail.com
Labels: Type-Defect Priority-Medium
New issue 158 by
marin...@gmail.com: smem --print doesn't print strings
rereadably
http://code.google.com/p/soar/issues/detail?id=158
What steps will reproduce the problem?
1. smem --add {(<s> ^foo |@N1|)}
2. smem --print
3.
What is the expected output? What do you see instead?
I expect: (@S3 ^foo |@N1| [+1.000])
I get: (@S3 ^foo @N1 [+1.000])
What version of the product are you using? On what operating system?
SVN trunk revision 13968
Please provide any additional information below.
The issue is that it isn't possible to tell that @N1 is a string, not an
identifier. Somewhere in the kernel printing functions is a "rereadable"
flag that should be set to true to automatically wrap strings that look
like other types in pipes. (It may also be that the flag is being set
properly but the code isn't detecting this case.)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings