Skip to content

Hide "Parallelize position pickling" under a flag #9645

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
Aug 26, 2020

Conversation

smarter
Copy link
Member

@smarter smarter commented Aug 26, 2020

This disables #9619 as it lead to CI failures.

@smarter smarter changed the title Revert "Parallelize position pickling" Disable "Parallelize position pickling" Aug 26, 2020
@smarter smarter force-pushed the revert-9619-parallel-position-pickler branch from 4556520 to 75360b1 Compare August 26, 2020 16:10
@odersky
Copy link
Contributor

odersky commented Aug 26, 2020

I'd rather not do this now because we're about to do a release and our release manager will then be absent for a couple of weeks so we can't do an emergency release easily if things go wrong.

OK, that's a compelling argument!

@@ -86,7 +86,17 @@ class Pickler extends Phase {
pickled
}(using ExecutionContext.global)
def force(): Array[Byte] = Await.result(pickledF, Duration.Inf)
if ctx.settings.YtestPickler.value then force()
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we make this a Config option? That way it is easier to find where things should be turned on.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure.

This disables #9619 as it lead to CI failures.
@smarter smarter force-pushed the revert-9619-parallel-position-pickler branch from 75360b1 to b62d712 Compare August 26, 2020 17:22
@smarter smarter changed the title Disable "Parallelize position pickling" Hide "Parallelize position pickling" under a flag Aug 26, 2020
@smarter smarter merged commit 9346582 into master Aug 26, 2020
@smarter smarter deleted the revert-9619-parallel-position-pickler branch August 26, 2020 17:59
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