-
Notifications
You must be signed in to change notification settings - Fork 48
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
Publish as 2.0.0
without M2
suffix?
#51
Comments
SGTM — I think a PR on this would be accepted. also, would you like to be a community maintainer of this repo? (@andy1138 are you still involved?) |
Hi Ben (and always Seth) It would be great if you wanted to be a community maintainer, one of the I will spend some time over the weekend and get a build without the M2 And then we can get the others into the swing lib ( I know ColorChooserDemo On 14 November 2016 at 19:41, Seth Tisue notifications@github.com wrote:
Tanis Systems Limited is a company registered in England and Wales. |
My view is that Swing is a legacy platform. Most users will have existing If that aligns with your expectation, then yes Id be happy to be a On Tue, Nov 15, 2016 at 6:41 AM, Seth Tisue notifications@github.com
|
yes, that sounds fine. someone else would still be free to come along and take a more active/aggressive approach to improving the library, but what you describe is perfectly acceptable ambition level to qualify as a maintainer. |
I've sent you an invite for https://github.com/orgs/scala/teams/community-maintainers — once you've accepted, may I suggest you send a PR adding yourself to the readme? |
Hi ben, great to see you've joined and I've already pulled the first code I've done a pull request to remove gitter. I also thing haveing this is Guess the first thing is to just removed the M2 and get a build using 2.12 On the admin side, the only thing is that anyone who adds code has to sign On 16 November 2016 at 19:10, Seth Tisue notifications@github.com wrote:
Tanis Systems Limited is a company registered in England and Wales. |
you are correct. it's scala/scala-dev#269 |
@benhutchison still interested? |
@SethTisue Yes, still interested. AFAICT steps to resolve this are: 1 Scala version update #56 As a committer I only do the first part (I think?). Does that fit with your expectation? Or if otherwise, is there some maven release doc for scala artifacts you could point me at? |
publishing is tag based — you push a release tag, Travis does the rest (almost, see below). the version number comes from the tag rather than from the sbt setting. this stuff is provided by scala-module-plugin. the necessary sonatype credentials are already in the only part you need the Scala team for is when you ask us to (perhaps after doing a last sanity check of our own) manually close and release the staging repos on sonatype, to allow the artifacts to proceed to Maven Central |
P.S. I'm sorry there isn't better documentation on this. there are only a handful of you module maintainers, so we've been a bit lazy and just helped people one at a time, like we did here. I've opened a ticket about it here: scala/sbt-scala-module#16 |
Hi Seth, Andi,
just FYI Im doing the v2.0.0 release now.
The release build seems good [
https://travis-ci.org/scala/scala-swing/builds/192266254] but I dont seem
able to access any of the staging artifacts, either un-authenticated or
using my personal sonatype creds (user 'benhutchison'). So I cant sanity
check the jars etc are good.
…On Wed, Jan 11, 2017 at 5:49 AM, Seth Tisue ***@***.***> wrote:
P.S. I'm sorry there isn't better documentation on this. there are only a
handful of you module maintainers, so we've been a bit lazy and just helped
people one at a time, like we did here. I've opened a ticket about it here:
scala/sbt-scala-module#16
<scala/sbt-scala-module#16>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF05HDXlZVsHpL7qY0WSPFL-BbKQuY5ks5rQ9KugaJpZM4KwlZj>
.
|
hmm, looks like the repo has to be closed before it becomes accessible so, I closed it in the web UI, and it's now accessible at https://oss.sonatype.org/content/repositories/orgscala-lang-1388/ for you to do pre-release sanity checking |
Sanity check pass. @seth Please release
…On Wed, Jan 18, 2017 at 5:31 AM, Seth Tisue ***@***.***> wrote:
hmm, looks like the repo has to be closed before it becomes accessible
so, I closed it in the web UI, and it's now accessible at
https://oss.sonatype.org/content/repositories/orgscala-lang-1388/ for you
to do pre-release sanity checking
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF05L5oIc6o1ZF5OMDsNGh4pUL2NQNrks5rTQjlgaJpZM4KwlZj>
.
|
released via Sonatype web UI. the artifacts should show up on Maven Central soon |
would you like to submit a scala/scala PR bumping the scala-swing version there...? |
scala/scala#5678 thanks! |
afaik, the only missing piece before we can close this ticket is adding release notes to https://github.com/scala/scala-swing/releases/tag/v2.0.0 |
@benhutchison ping |
Apologies for dropping the ball. Ive added a line in the notes "2.0.0 is
built for Scala 2.11.8 and 2.12.1", IIRC building against a released
version of Scala 2.12 was the key difference vs the earlier -M1 build..
…On Wed, Aug 2, 2017 at 10:54 PM, Seth Tisue ***@***.***> wrote:
@benhutchison <https://github.com/benhutchison> ping
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF05GxeMS1iPVoN5_wBEhiuY_Ze2XPOks5sUHGRgaJpZM4KwlZj>
.
|
thx! |
I'm a bit afraid people will think that 2.0.0 works only with those specific Scala versions, so I changed it to just "2.11 and 2.12" |
I maintain legacy lib ScalaSwingContrib and are publishing for 2.12. Was surprised to find only a milestone builds for 2.12.x.
Seems there isn't any likely prospect of much more work on Swing lib, so could we re-publish as
2.0.0
? TheM2
suffix suggests expected changes coming...Testing Ive done with
M2
on 2.12:Unit tests for ScalaSwingContrib plus manual testing of its 3 demos all look good
The text was updated successfully, but these errors were encountered: