17050, “bradcray”, “Default-initialized tuples of arrays aren’t currently supported”, “2021-01-29T23:50:53Z”
Summary of Problem
[this is an update to issue #15759, whose behavior has improved from a segfault to a user-facing error]
Chapel currently doesn’t support default initialization of tuples of arrays. This is something that we should ultimately support for the sake of orthogonality. I originally ran into this issue while looking into @dataPulverizer’s GitHub - dataPulverizer/KernelMatrixBenchmark: Benchmarking Kernel Matrix Calculations in D, Julia, and Chapel effort.
Steps to Reproduce
Associated Future Test(s):
Configuration Information
- Output of
chpl --version
:chpl version 1.24.0 pre-release (a721b8db24)