8000 Skip module docs in bootstrap script when STARR_REF is used by retronym · Pull Request #5019 · scala/scala · GitHub
[go: up one dir, main page]

Skip to content

Skip module docs in bootstrap script when STARR_REF is used #5019

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 1 commit int 8000 o from

Conversation

retronym
Copy link
Member
@retronym retronym commented Mar 8, 2016

This is a second attempt at making this script operate when
making a binary incompatible change to the compiler, such as
the current effort to change the trait encoding.

I have just disabled the docs when STARR_REF is provided,
rather than disabling them in the first pass as I tried in
c4fc2fd. scala-dev/#89 showed that we can't defer docs to
the second pass, as the second pass isn't always run.

@scala-jenkins scala-jenkins added this to the 2.12.0-M4 milestone Mar 8, 2016
@retronym
Copy link
Member Author
retronym commented Mar 8, 2016

# Maybe we should switch to unconditinally doing the second pass (`publishModulesToSonatype`), and
# find a way to make the second pass overwrite/augment the artifacts from the first pass if they
# both target `private-repo`.
set publishArtifact in packageDoc in Compile := false
Copy link
Member

Choose a reason for hiding this comment

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

is there an echo needed here?

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, fixed up.

This is a second attempt at making this script operate when
making a binary incompatible change to the compiler, such as
the current effort to change the trait encoding.

I have just disabled the docs when STARR_REF is provided,
rather than disabling them in the first pass as I tried in
c4fc2fd. scala-dev/#89 showed that we can't defer
8000
 docs to
the second pass, as the second pass isn't always run.
@retronym retronym force-pushed the topic/bootstrap-docless branch from f6bb24c to ce6ce56 Compare March 8, 2016 21:36
@retronym
Copy link
Member Author
retronym commented Mar 8, 2016

Testing in the release-main-2.12.x build (where STARR_REF is undefined)

Seems like the custom "repo_ref" parameter of the https://scala-ci.typesafe.com/job/scala-2.12.x-release-main/315/parameters/ wasn't propagated to the child job https://scala-ci.typesafe.com/job/scala-2.12.x-release-package-unix/191/parameters/ which failed

@adriaanm
Copy link
Contributor

Looks like this has been incorporated into #5003

@adriaanm adriaanm closed this Mar 14, 2016
@SethTisue SethTisue removed this from the 2.12.0-M4 milestone Mar 14, 2016
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.

5 participants
0