Skip to content

Improvements #296

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

Closed
wants to merge 5 commits into from
Closed

Improvements #296

wants to merge 5 commits into from

Conversation

MBkkt
Copy link
Contributor

@MBkkt MBkkt commented Jan 6, 2023

}
if (level == true_max_level || !options_.optimize_for_space()) {
// Add an ancestor term for this cell at the constrained level.
terms.push_back(GetTerm(TermType::ANCESTOR, id.parent(level), prefix));
Copy link
Contributor Author

@MBkkt MBkkt Jan 6, 2023

Choose a reason for hiding this comment

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

id.parent(level) == id is always true here because level == id.level() see old line 177 (or new 192)

@jmr
Copy link
Member

jmr commented Jan 6, 2023

Having 6 PRs in 1 will quickly become unwieldy. Please split up future PRs for easier disucssion.

@MBkkt
Copy link
Contributor Author

MBkkt commented Jan 6, 2023

Having 6 PRs in 1 will quickly become unwieldy. Please split up future PRs for easier disucssion.

Will be done

@smcallis
Copy link
Collaborator

smcallis commented Jan 6, 2023

Yeah let's split this one up we can probably submit the others separate from the term indexer one.

@MBkkt
Copy link
Contributor Author

MBkkt commented Jan 9, 2023

@jmr @smcallis Hello, I created separate PRs (found asan issue and add tests for new option) can you look they?

@jmr
Copy link
Member

jmr commented Jan 9, 2023

Closing this since it's been split into #298, #299, #300, #301, #302, and #303.

@jmr jmr closed this Jan 9, 2023
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