Skip to content

Fix #541: Make incremental optimizer honor clean #601

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

Merged
merged 1 commit into from
May 5, 2014

Conversation

gzm0
Copy link
Contributor

@gzm0 gzm0 commented May 5, 2014

No description provided.

@gzm0
Copy link
Contributor Author

gzm0 commented May 5, 2014

Review by @sjrd

}
}

/** Rests all persistent state of this optimizer */
def clean(): Unit = { persistentState = new PersistentState }
Copy link
Member

Choose a reason for hiding this comment

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

Braces -> new line.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can I use parens? (Btw. there is a new line after the braces)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

NVM. The two equals signs will end up aligned. Nothing is more beautiful than that.

@sjrd
Copy link
Member

sjrd commented May 5, 2014

That's all.

@gzm0
Copy link
Contributor Author

gzm0 commented May 5, 2014

Updated

@sjrd
Copy link
Member

sjrd commented May 5, 2014

LGTM

sjrd added a commit that referenced this pull request May 5, 2014
Fix #541: Make incremental optimizer honor clean
@sjrd sjrd merged commit 7e42f3b into scala-js:master May 5, 2014
@gzm0 gzm0 deleted the clean-optimizer branch May 7, 2014 06:17
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