Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in handling string templates. #454

Closed
Anastassija opened this issue Dec 22, 2013 · 0 comments
Closed

Problem in handling string templates. #454

Anastassija opened this issue Dec 22, 2013 · 0 comments
Assignees

Comments

@Anastassija
Copy link
Contributor

One of the overloading tests of the compiler fails because of the following:

value main(list[value] args) { 
    return "<[1,2,3,4,5]>";
}

results in:

value: "12345"

instead of:

value: "[1,2,3,4,5]"
@ghost ghost assigned PaulKlint Dec 22, 2013
PaulKlint added a commit that referenced this issue Dec 22, 2013
Note: a service for concrete lists was inadvertedly also applied to
abstract lists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants