Skip to content

Conversation

sjrd
Copy link
Member

@sjrd sjrd commented Jan 10, 2015

No description provided.

@sjrd
Copy link
Member Author

sjrd commented Jan 10, 2015

This is work in progress, and should not be merged before we announce 0.6.0 final.
But reviews and comments are already welcome.

@sjrd sjrd force-pushed the review-doc branch 4 times, most recently from 597347f to fb60e1b Compare January 12, 2015 09:38
@sjrd sjrd force-pushed the review-doc branch 2 times, most recently from 3ad91c2 to cc9a0a9 Compare January 26, 2015 13:49
@sjrd sjrd force-pushed the review-doc branch 2 times, most recently from 1e22f47 to 3c4dc93 Compare January 30, 2015 13:29
@sjrd sjrd changed the title DO NOT MERGE Update the documentation for Scala.js 0.6.x. DO NOT MERGE Update the documentation for Scala.js 0.6.x and announce 0.6.0. Jan 30, 2015
@sjrd sjrd force-pushed the review-doc branch 2 times, most recently from 9512157 to 74165f6 Compare January 30, 2015 14:24
@sjrd
Copy link
Member Author

sjrd commented Jan 30, 2015

Review by anyone who wants to ;-) Also, library authors, ping me here when you've published 0.6.0 artifacts of your libraries.

/cc @gzm0 @lihaoyi @alexandru @japgolly @benjaminjackman @inthenow @antonkulaga @mysticfall @jokade @benhutchison @vmunier

@jokade
Copy link
Contributor

jokade commented Jan 30, 2015

@sjrd scalajs-angulate is ready for 0.6.0:

scalajs-angulate: "biz.enef" %%% "scalajs-angulate" % "0.1"

@sjrd
Copy link
Member Author

sjrd commented Jan 30, 2015

@jokade Thanks. But I don't see the artifacts with _sjs0.6 on Maven (https://repo1.maven.org/maven2/biz/enef/). Did you republish with the 0.6.0 sbt plugin enabled (not an RC)?

@jokade
Copy link
Contributor

jokade commented Jan 30, 2015

Sorry, you’re right… it’s released to Maven now.

Am 30.01.2015 um 17:12 schrieb Sébastien Doeraene notifications@github.com:

@jokade https://github.com/jokade Thanks. But I don't see the artifacts with _sjs0.6 on Maven (https://repo1.maven.org/maven2/biz/enef/ https://repo1.maven.org/maven2/biz/enef/). Did you republish with the 0.6.0 sbt plugin enabled (not an RC)?


Reply to this email directly or view it on GitHub #114 (comment).

@sjrd
Copy link
Member Author

sjrd commented Jan 30, 2015

Thanks :) I added it to the list.

Copy link
Contributor

Choose a reason for hiding this comment

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

Consider linking to the ScalaDoc

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, good idea.

@gzm0
Copy link
Contributor

gzm0 commented Jan 30, 2015

That's all up to 02267c8

@sjrd
Copy link
Member Author

sjrd commented Jan 30, 2015

Addressed comments.

sjrd added 3 commits February 4, 2015 09:43
Replace it with a note saying it's not part of the Typesafe Reactive platform, and hence is not commercially supported.
@mysticfall
Copy link
Contributor

Just released scalajs-angular 0.3 which is compatible with Scala.js 0.6.0.

By the way, I wrote a cross compiling test framework for 0.6.0 also :

Could you include it along with other test frameworks?

@sjrd
Copy link
Member Author

sjrd commented Feb 4, 2015

Sure. Done.

@mysticfall
Copy link
Contributor

@sjrd That was quick :) Thanks!

@lihaoyi
Copy link
Contributor

lihaoyi commented Feb 4, 2015

Ok, I have published

"com.lihaoyi" %%% "utest" % "0.3.0" "com.lihaoyi" %%% "scalatags" % "0.4.5" "com.lihaoyi" %%% "scalarx" % "0.2.7" "com.lihaoyi" %%% "upickle" % "0.2.6" "com.lihaoyi" %%% "autowire" % "0.2.4"

Note that I have removed JsCrossBuild from utest; crossProject, together with the new scala.js test framework stuff, basically does everything that it used to do.

I'm about halfway through updating lihaoyi.github.io/hands-on-scala-js. Probably will be able to make it through that and scala-js-fiddle in the next 24 hours or so (before/after work)

@lihaoyi
Copy link
Contributor

lihaoyi commented Feb 4, 2015

Oh and still missing the version of scalatags (tentatively 0.4.3) published with scala-js-dom 0.8.0

@sjrd
Copy link
Member Author

sjrd commented Feb 4, 2015

Oh and still missing the version of scalatags (tentatively 0.4.3) published with scala-js-dom 0.8.0

Did you mean 0.7.0? I see 0.4.5 is published for 0.8.0.

@lihaoyi
Copy link
Contributor

lihaoyi commented Feb 4, 2015

Oh yeah I meant 0.7.0

@lihaoyi
Copy link
Contributor

lihaoyi commented Feb 4, 2015

I've taken another pass at http://lihaoyi.github.io/hands-on-scala-js. If anyone wants to glance through and see if you can find any obvious mistakes (I'm sure they're in there) that'd be great.

@sjrd I'm going to try and get scala-js-fiddle/0.6.0 and Scalatags/scala-js-dom0.7.0 out tonight in that order, though I could easily miss one or both by the deadline =P I'd say that's probably OK since the main libraries/docs are out

@ghost
Copy link

ghost commented Feb 4, 2015

I've published the following for 0.6:

addSbtPlugin("com.github.inthenow" % "sbt-scalajs" % "0.6.0") "com.github.inthenow" %%% "scalaz" % "7.1.0-4" "com.github.inthenow" %%% "scalacheck" % "1.12.2" "com.github.inthenow" %%% "zcheck" % "0.6.0"^ 

Banana-rdf to come soon, after code review

@sjrd what is the "deadline" time, please?

@sjrd
Copy link
Member Author

sjrd commented Feb 4, 2015

@lihaoyi OK agreed.

The deadline time is around 9am UTC, so about 12 hours from now.

@sjrd
Copy link
Member Author

sjrd commented Feb 4, 2015

@lihaoyi I did not find any obvious mistakes in your last four commits. Looks good to me :-)

@sjrd
Copy link
Member Author

sjrd commented Feb 4, 2015

@inthenow Added.

@vmunier
Copy link
Contributor

vmunier commented Feb 4, 2015

Hi, I've updated play-with-scalajs-example to use Scala.js 0.6.0.

N.B.: The master branch is not using sbt-play-scalajs for now because sbt-play-scalajs does not allow enough flexibility yet, like attaching multiple scalajs projects to one play project.

@lihaoyi
Copy link
Contributor

lihaoyi commented Feb 5, 2015

http://www.scala-js-fiddle.com/ is up to 0.6.0. I cut out the async-paintbrush example, and changed the landing page to be less scary (suggested by @dickwall) but otherwise it all works. Also tweaked the CSS to be less scary.

I'm going to punt on Scalatags-scalajs-dom-0.7.0 for now. It's an annoying merge (halfway done) to get everything playing right. I'm sufficiently annoyed to say that people should just upgrade their code so I don't need to do it =P

@lihaoyi
Copy link
Contributor

lihaoyi commented Feb 5, 2015

The fiddle's also back on EC2, which mean it's on a waaay faster machine than the heroku thing, but is costing me 80$ a month for now. This is probably nice to have for any release-traffic-spikes, and I can cut it down if necessary in future.

It's not any more than I'm paying AT&T anyway so I'll probably just leave it regardless..

@sjrd
Copy link
Member Author

sjrd commented Feb 5, 2015

Awesome!

For the price, I'll see if we can get money from EPFL instead. I'll do that next week when Martin is back.

@sjrd sjrd changed the title DO NOT MERGE Update the documentation for Scala.js 0.6.x and announce 0.6.0. Update the documentation for Scala.js 0.6.x and announce 0.6.0. Feb 5, 2015
sjrd added a commit that referenced this pull request Feb 5, 2015
Update the documentation for Scala.js 0.6.x and announce 0.6.0.
@sjrd sjrd merged commit 53b1301 into scala-js:master Feb 5, 2015
@sjrd sjrd deleted the review-doc branch February 5, 2015 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

9 participants