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

Allow building an existing tag against a new Scala version #109

Merged
merged 2 commits into from
Apr 28, 2017

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented Apr 20, 2017

For tags of the form v1.2.3-suffix#2.13.0-M1, the build script
releases version 1.2.3-suffix using Scala version 2.13.0-M1.

This allows building an existing tag against a new Scala version.

@lrytz
Copy link
Member Author

lrytz commented Apr 20, 2017

Same patch as in scala/scala-swing#59, already used successfully.

We should then merge 1.0.x into master to get this in the other branch.

@lrytz
Copy link
Member Author

lrytz commented Apr 20, 2017

I realize I need to do something about crossScalaVersions and the fact that travis triggers builds on multiple java versions, will come back to it.

@lrytz lrytz closed this Apr 20, 2017
@gourlaysama
Copy link
Contributor

I realize I need to do something about crossScalaVersions and the fact that travis triggers builds on multiple java versions

Yeah, that complicates everything, see #86.

@lrytz lrytz reopened this Apr 25, 2017
@lrytz lrytz force-pushed the tag-with-scala-version branch from d2bea19 to ff206dc Compare April 25, 2017 12:20
@lrytz
Copy link
Member Author

lrytz commented Apr 25, 2017

@gourlaysama I included your changes from #111, this should be good to go now.

@lrytz lrytz force-pushed the tag-with-scala-version branch from 8a921b9 to 78ccb57 Compare April 25, 2017 12:41
@gourlaysama
Copy link
Contributor

@lrytz that last commit won't work until scala-js for 2.13.0-M1 is released, but the rest LGTM.

@lrytz
Copy link
Member Author

lrytz commented Apr 25, 2017

Thanks! I heard scala-js should happen soon, so we can wait if that's fine for you.

lrytz added 2 commits April 28, 2017 14:21
For tags of the form `v1.2.3-suffix#2.13.0-M1`, the build script
releases version `1.2.3-suffix` using Scala version `2.13.0-M1`.

This allows building an existing tag against a new Scala version.
@lrytz lrytz force-pushed the tag-with-scala-version branch from 78ccb57 to 26d971a Compare April 28, 2017 12:21
@gourlaysama gourlaysama merged commit 0da708b into scala:1.0.x Apr 28, 2017
@gourlaysama
Copy link
Contributor

🎉!

@lrytz
Copy link
Member Author

lrytz commented Apr 28, 2017

Nice! We'll have to get this into the master branch. I quickly checked, there's quite a number of commits that went into 1.0.x that aren't in master yet:

> export mb=$(git merge-base 1.0.x master)
> git log --graph --oneline --decorate $mb..1.0.x | cat
*   0da708b (upstream/1.0.x, 1.0.x) Merge pull request #109 from lrytz/tag-with-scala-version
|\
| * 26d971a (origin/tag-with-scala-version, tag-with-scala-version) Also cross-build against 2.13.0-M1
| * 6cac8c3 Allow building an existing tag against a new Scala version
|/
*   eb5bc9a Merge pull request #106 from gourlaysama/improve-scaladoc-output
|\
| * 6ca3c3d Improve parser combinator documentation
* |   f09b0ec Merge pull request #102 from Zandbee/patch-1
|\ \
| |/
|/|
| * 399bbb8 Update Getting_Started.md
* |   d118db9 Merge pull request #103 from janekdb/issue/github/99/deprecate-scala.util.parsing.json
|\ \
| |/
|/|
| * 7815fd9 Deprecate scala.util.parsing.json
|/
*   5ec6af9 Merge pull request #100 from gourlaysama/travis-caching
|\
| * d901210 speed up Travis builds using caching feature
|/
*   cf326ad Merge pull request #98 from ladinu/patch-1
|\
| * f1a47ee Syntax highlight
|/
*   d0d847d Merge pull request #96 from raboof/getting_started
|\
| * f536e54 Add Getting Started example to the README
| * 48dc032 Move 'Getting Started' guide to separate file
| * 7df76d7 Add "Getting Started" section to README
|/
*   04a2f50 Merge pull request #95 from SethTisue/odersky-venners-spoon
|\
| * 0e3326f link to Programming in Scala from README.md
* |   5d733ef Merge pull request #94 from gourlaysama/update-post-1.0.5
|\ \
| |/
|/|
| * c0dabd9 Update version and README for v1.0.5
* |   94e25a3 Merge pull request #93 from raboof/patch-1
|\ \
| |/
|/|
| * 33792d3 Add link to 'Building a lexer and parser with Scala's Parser Combinators'
| * fbf3d08 Update latest API link, add getting started link
|/
* acddd21 (tag: v1.0.5) Merge pull request #92 from gourlaysama/bump4
* 6c52b6a bump scala, sbt & scala-js dependency versions

Should all of these be merged forward?

Also, to be more in line with scala/scala and other module repos, should we rename master to 1.1.x?

@lrytz
Copy link
Member Author

lrytz commented May 2, 2017

ping @gourlaysama - no rush, just to know if you saw comment above?

@gourlaysama
Copy link
Contributor

I just pushed v1.0.6, but publishing partially failed (2.11 and 2.12 were published, but not 2.13.0-M1), see https://travis-ci.org/scala/scala-parser-combinators/builds/227935497

@gourlaysama
Copy link
Contributor

Ah, it tried to publish the root project...

@gourlaysama
Copy link
Contributor

gourlaysama commented May 2, 2017

And everything is green.

The staging repositories are:

@lrytz Could you also close the two older staging repos (from the first try): orgscala-lang-1417 and orgscala-lang-1418?

@gourlaysama
Copy link
Contributor

@lrytz I have just tested those jars and everything seems ok. All that's left is promoting the two repos and waiting for them to get to maven central :)

@lrytz
Copy link
Member Author

lrytz commented May 2, 2017

@gourlaysama promoted. Thanks a lot!

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