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

Exported new packages in the MANIFEST file. #758

Merged
merged 1 commit into from
Jun 24, 2012

Conversation

dragos
Copy link
Contributor

@dragos dragos commented Jun 22, 2012

No description provided.

@jsuereth
Copy link
Contributor

LGTM

@scala-jenkins
Copy link

Started jenkins job pr-scala-testsuite-linux-opt at https://scala-webapps.epfl.ch/jenkins/job/pr-scala-testsuite-linux-opt/331/

@scala-jenkins
Copy link

jenkins job pr-scala-testsuite-linux-opt: Success - https://scala-webapps.epfl.ch/jenkins/job/pr-scala-testsuite-linux-opt/331/

adriaanm added a commit that referenced this pull request Jun 24, 2012
Exported new packages in the MANIFEST file.
@adriaanm adriaanm merged commit 6b4aec1 into scala:master Jun 24, 2012
lrytz pushed a commit to lrytz/scala that referenced this pull request Jul 13, 2023
Avoid slow path for associated file more often
Rewritten from sbt/zinc@2f1bad9
lrytz pushed a commit to lrytz/scala that referenced this pull request Jul 13, 2023
Previously, we would complete symbols before trying to find the
associated classfile. This is problematic for symbols where we don't
have the classfile (for instance, when compiling with Pants'
`strict_deps` enabled).

This initialization was introduced in scala#758, to workaround a scalac bug
where the associated classfile of a symbol wouldn't be set before the
symbol is completed. This bug has been fixed in Scala 2.12.12 and later
(see scala/scalac#8889).

Fixes scala#949

Rewritten from sbt/zinc@3b2cb10
lrytz pushed a commit to lrytz/scala that referenced this pull request Jul 13, 2023
Previously, we would complete symbols before trying to find the
associated classfile. This is problematic for symbols where we don't
have the classfile (for instance, when compiling with Pants'
`strict_deps` enabled).

This initialization was introduced in scala#758, to workaround a scalac bug
where the associated classfile of a symbol wouldn't be set before the
symbol is completed. This bug has been fixed in Scala 2.12.12 and later
(see scala/scalac#8889).

Fixes scala#949

Rewritten from sbt/zinc@d27f5fa
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.

4 participants