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 Xcode previews crash #31

Merged
merged 2 commits into from
May 7, 2020
Merged

Conversation

stephencelis
Copy link
Member

#25 inadvertently broke Xcode previews, which would crash during compilation due to a _modify block on IdentifiedArray that yielded and accessed the value that it just yielded.

We can explore different avenues for optimizing IdentifiedArray in the future.

[0,4,8], [6,4,2]
[0, 1, 2], [3, 4, 5], [6, 7, 8],
[0, 3, 6], [1, 4, 7], [2, 5, 8],
[0, 4, 8], [6, 4, 2],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still don't have the format GitHub action quite working as I'd expect...

Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@stephencelis stephencelis merged commit bcb10ae into master May 7, 2020
@stephencelis stephencelis deleted the identified-array-preview-fix branch May 7, 2020 13:39
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