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

Allow multiple config type declarations in one statement #7637

Merged

Conversation

daviditen
Copy link
Member

In the function handleConfigTypes allow multiple declarations in one statement
by accepting a BlockStmt containing config type DefExprs, and handle that block
recursively.

Fixes the future test/types/config/twoConfigsOneDecl.chpl, issue #5039.

In the function handleConfigTypes allow multiple declarations in one statement
by accepting a BlockStmt containing config type DefExprs, and handle that block
recursively.

Fixes the future test/types/config/twoConfigsOneDecl.chpl
@daviditen
Copy link
Member Author

Passed full linux64 paratest
Passed -futuresonly

@daviditen daviditen merged commit 5acf8ba into chapel-lang:master Oct 24, 2017
@daviditen daviditen deleted the multiple-config-types-one-statement branch October 24, 2017 15:20
@bradcray
Copy link
Member

Woohoo! Does this mod require a spec update?

@daviditen
Copy link
Member Author

The spec (section 7.6) describes it as working the way this mod makes it work, so no update needed there.

@bradcray
Copy link
Member

Perfect, thanks!

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 this pull request may close these issues.

None yet

2 participants