sbt / sbt-scalabuff

SBT plugin which generate case classes and support for serialization from Google Protocol Buffer definitions using ScalaBuff
72 stars 53 forks source link

Release a SBT 0.13 version #9

Open aloiscochard opened 11 years ago

aloiscochard commented 11 years ago

And do this: https://github.com/sbt/sbt-scalabuff/pull/7

at the same time

ReubenBond commented 10 years ago

SBT 0.13 support would be great, if you can find the time :+1:

aloiscochard commented 10 years ago

I did a release with new scalabuff version, but I don't use that stuff so I don't want to spent time migrating to sbt 0.13 atm. I might reuse in future though...

I heard someone on IRC that might prepare a PR, or maybe @jsuereth would have time, but I'm he might be busy with sbt itself.

shajra commented 10 years ago

Okay. I'm the guy on IRC (I'm "tnks" on #scala). What I did was pretty selfish. I stole @aloiscochard's hard work (it was really mostly in one file) and put it in a personal project. I then proceeded to refactor it including addressing some SBT deprecations and bumping up to later versions of things. I can vouch that it really wasn't that much work. I'll try to do the right thing and make a pull request. I'm notoriously bad about not following through with that promise. But at least you now know who I am, and you can hound me.

aloiscochard commented 10 years ago

Haha, sorry for not remembering your nick mate! I feel shameful.

No worries, and to be honest all kudos goes to @SandroGrzicic which implemented ScalaBuff, I just modestly wrote that plugin loosely based on one I did for fmpp.

As you describe the process to be easy, maybe the OP will be brave enough to try it himself.

See you on IRC ;-)

vakkadar commented 10 years ago

Can you update once this is done?

aloiscochard commented 10 years ago

@vakkadar you can subscribe to the issue, and you'll be notified once it's closed (by me or anybody else)

sslavic commented 10 years ago

Created pull request which retains sbt 0.12 support while adding sbt 0.13 support (see here)

orac commented 10 years ago

Since the pull request has been merged, and the source now works with SBT 0.13, could someone with access upload the working version? It seems from the discussion on other issues that people have expressed interest in taking over maintainership of this plugin, but nothing seems to have happened to enable that to happen.

aloiscochard commented 10 years ago

I'm unsubscribing from this issue as I'm really don't working on that anymare, as said the person who want to take care of publishing should get in touch with @jsuereth if he need any help accessing the repo.