Skip to content

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.

@stephencelis stephencelis requested a review from mbrandonw May 7, 2020 13:17
[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.

3 participants