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

fix showing shared arrays #27047

Merged
merged 1 commit into from
May 11, 2018
Merged

fix showing shared arrays #27047

merged 1 commit into from
May 11, 2018

Conversation

KristofferC
Copy link
Sponsor Member

Fixes #27045

not sure if this is the best fix but should do the job.

The problem here was that SharedArray invokes show in a way that AFAIU circumvents the normal dispatch.

@StefanKarpinski
Copy link
Sponsor Member

Who would be good to review here?

@KristofferC KristofferC requested a review from rfourquet May 9, 2018 13:05
@tkoolen
Copy link
Contributor

tkoolen commented May 10, 2018

How about #26582?

@JeffBezanson
Copy link
Sponsor Member

We should rebase this to get around the LinearIndices doc issue.

@KristofferC KristofferC reopened this May 10, 2018
@KristofferC
Copy link
Sponsor Member Author

Should be enough since CI is run on merge commit?

@JeffBezanson JeffBezanson added the display and printing Aesthetics and correctness of printed representations of objects. label May 11, 2018
@JeffBezanson JeffBezanson merged commit 34d04a4 into master May 11, 2018
@JeffBezanson JeffBezanson deleted the kc/fix_printing_arrays branch May 11, 2018 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display and printing Aesthetics and correctness of printed representations of objects.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to call 'show' function with 1D SharedArray
4 participants