Hi all,
I have been working on Chapel 1.14. Recently I decided to switch to latest
version. I used git clone and am working on the latest Chapel. I face these
problems now.
1. I am creating a module, say M. In this I use some List operations. I
have been including "use List;" in modules/internal/ChapelStandard.chpl and
it was okay in 1.14. But now I get the error that "unresolved call
'list(type 2*2*int(64))'"
2. When I include "use List;", to overcome the problem,
module M {
use List; ....
it gives an Internal Error
chpl examples/primers/tomsy/sample.chpl --fast -o
examples/primers/tomsy/sample.out
examples/primers/tomsy/sample.chpl:22: internal error: IMP0087 chpl version
1.18.0 pre-release (3b5bc1d)
Please help!!
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers