orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

List value output incorrectly formatted #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Execute the program:
           [ "X" ]

What is the expected output? What do you see instead?
Expected output:
    [ "X" ]
Actual output:
    [ X ]

Note that "Try Orc" gets this right, but it has its own Orc value to string 
conversion.

Original issue reported on code.google.com by jthywissen on 10 Mar 2010 at 9:53

GoogleCodeExporter commented 9 years ago
OrcScala fixes this near r1892

Original comment by jthywissen on 9 Aug 2010 at 11:06