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

Support Chapel 1.19 #8

Open
ben-albrecht opened this issue Apr 10, 2019 · 0 comments · May be fixed by #9
Open

Support Chapel 1.19 #8

ben-albrecht opened this issue Apr 10, 2019 · 0 comments · May be fixed by #9

Comments

@ben-albrecht
Copy link
Contributor

ben-albrecht commented Apr 10, 2019

mason build with Chapel 1.19 results in errors due to old-world constructors:

MatrixMarket/src/MatrixMarket.chpl:94: note: Constructors have been deprecated as of Chapel 1.18. Please use initializers instead.
MatrixMarket/src/MatrixMarket.chpl:94: error: Type 'MMWriter' defines a constructor here
MatrixMarket/src/MatrixMarket.chpl:196: error: Type 'MMReader' defines a constructor here

See here for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant