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

Fix for #4148 (SessionSettingsSpec intermittently fails) #4175

Merged
merged 1 commit into from
May 29, 2018

Conversation

cunei
Copy link

@cunei cunei commented May 28, 2018

It turns out that syntaxAnalyzer.UnitParser() in global now also
needs to be synchronized. The alternative is adding synchronizeNames = true
in the global constructor, but that already proved unreliable in the
case of #3743 (see comment #3170 (comment))

It turns out that `syntaxAnalyzer.UnitParser()` in global now also
needs to be synchronized. The alternative is adding `synchronizeNames = true`
in the global constructor, but that already proved unreliable in the
case of sbt#3743 (see comment sbt#3170 (comment))
@typesafe-tools
Copy link

The validator has checked the following projects against Scala 2.12,
tested using dbuild, projects built on top of each other.

Project Reference Commit
sbt pull/4175/head f2a7e1f
zinc 1.1.x sbt/zinc@899d7bd
io 1.1.x sbt/io@a156f8a
librarymanagement 1.1.x sbt/librarymanagement@e8b6bdc
util 1.1.x sbt/util@d40517b
website 1.1.x

✅ The result is: SUCCESS
(restart)

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Nice

@dwijnand dwijnand added this to the 1.1.6 milestone May 29, 2018
@dwijnand dwijnand merged commit 17f5bc1 into sbt:1.1.x May 29, 2018
@cunei cunei deleted the wip-fix4148 branch May 29, 2018 09:38
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.

None yet

4 participants