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

Problems with lists of tuples of non-nil classes #15182

Open
bradcray opened this issue Mar 11, 2020 · 1 comment
Open

Problems with lists of tuples of non-nil classes #15182

bradcray opened this issue Mar 11, 2020 · 1 comment

Comments

@bradcray
Copy link
Member

Summary of Problem

Lists whose elements are tuples containing non-nil classes don't seem to be working as hoped for, either causing problems at compile-time or surprises at execution-time.

Steps to Reproduce

Associated Future Test(s):
test/library/standard/List/classLists/listOfTupleOfClass2.chpl #15181
test/library/standard/List/classLists/listOfTupleOfClass3.chpl #15181

Configuration Information

  • Output of chpl --version: chpl version 1.21.0 pre-release (0fabc0fc93)
@bradcray
Copy link
Member Author

I ended up having to remove the .bad file for listOfTupleOfClass3.chpl because it wasn't dependable, but for historical reference, it was:

[(1, {x = 5}), (2, {x = 5}), (3, {x = 5}), (4, {x = 5}), (5, {x = 5})]

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

1 participant