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

Add bug for forwarding a virtual method #7585

Merged
merged 2 commits into from
Oct 12, 2017

Conversation

benharsh
Copy link
Member

I ran into this bug while working on array forwarding. The 'doiBulkTransfer'
method in BaseArr was causing bizarre resolution errors in the following test:

test/optimizations/sungeun/bulk_transfer/assign.chpl

Somehow the compiler was attempting to call doiBulkTransfer between a 1D
DefaultRectangular array of locales and a 3D DR array of reals.

@benharsh
Copy link
Member Author

@mppf : Do you agree that this is a bug? If so, are you aware of any duplicates?

@benharsh
Copy link
Member Author

Also, this isn't blocking the array forwarding branch. I can work around this issue by simply removing 'doiBulkTransfer' from BaseArr.

@mppf
Copy link
Member

mppf commented Oct 12, 2017

Looks like a bug to me but I might learn something interesting by digging in to it...

@mppf
Copy link
Member

mppf commented Oct 12, 2017

Also no, I don't know of any duplicates.

@benharsh benharsh merged commit 75784e4 into chapel-lang:master Oct 12, 2017
@mppf
Copy link
Member

mppf commented Nov 13, 2017

@benharsh - this seems to have something to do with addAllToVirtualMaps. Could you make a GitHub issue for it?

@benharsh
Copy link
Member Author

See #7786.

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.

2 participants