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

Merge lazy array contracts #809

Merged
merged 26 commits into from
Sep 12, 2022
Merged

Merge lazy array contracts #809

merged 26 commits into from
Sep 12, 2022

Conversation

fuzzypixelz
Copy link
Contributor

Since the time the topic/lazy-array-contracts branch was finalized, master has diverged quite a bit and it's time merge it in finally.

Let's also use this chance to pick up on any issues that might've been missed before.

@yannham
Copy link
Member

yannham commented Aug 31, 2022

@fuzzypixelz maybe you've noticed, but there are conflicts to solve before being able to give it a review.

@fuzzypixelz fuzzypixelz force-pushed the topic/lazy-array-contracts branch 2 times, most recently from c8fbbf6 to 1a6c34c Compare September 1, 2022 08:36
@github-actions github-actions bot temporarily deployed to pull request September 1, 2022 08:40 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 1, 2022 13:44 Inactive
src/interner.rs Outdated
//! # The [`Interner`] structure.
//!
//! To achive deduplication, we can use a [`HashSet`] of `Symbol` handles. Then, every time
//! we try to intern a new string, we can check
Copy link
Member

Choose a reason for hiding this comment

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

leftover, I guess?

src/eval/operation.rs Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request September 12, 2022 09:48 Inactive
@yannham yannham merged commit 8bc44f8 into master Sep 12, 2022
@yannham yannham deleted the topic/lazy-array-contracts branch September 12, 2022 12:00
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