Closed GoogleCodeExporter closed 9 years ago
Yep, seems to be a problem. Thanks for reporting.
Original comment by inkytonik
on 16 Nov 2012 at 2:06
Fixed in r23d5628876cb. Will appear in 1.4.0 with Scala 2.10.0 final but until
then it will be in the nightlies at
https://inkytonik.ci.cloudbees.com/job/Kiama/.
Original comment by inkytonik
on 16 Nov 2012 at 9:34
Thanks Tony. Is it possible to get 2.9.2 artifacts as well?
Original comment by etorrebo...@gmail.com
on 16 Nov 2012 at 10:15
We're not currently building across versions, but I'll look into it this
weekend. Do you have any solution to maintaining one codebase with "import
language.implicitConversions...." in it, but also compiling with 2.9.2?
Original comment by inkytonik
on 16 Nov 2012 at 10:33
For specs2 I have authorised implicit conversions as an argument to scalac:
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature",
"-language:implicitConversions,reflectiveCalls,postfixOps,higherKinds,existentia
ls")
but I also maintain 2 distinct branches because of all the new warnings in 2.10
plus one or two new features (which I can't remember right now).
If the only difference for you is the SIP-18 related stuff maybe you can use 2
branches and just change the scalacOptions?
Original comment by etorrebo...@gmail.com
on 17 Nov 2012 at 1:00
Thanks. I've now done something similar, but I only need one branch at present.
Our Cloudbees Jenkins page now has builds for both 2.9.2 and 2.10.0-RC2.
Original comment by inkytonik
on 17 Nov 2012 at 12:46
Superbe, thanks!
Original comment by etorrebo...@gmail.com
on 18 Nov 2012 at 6:18
Sorry to bother you again but there seems to be a problem with the 2.9.2 upload:
https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/kiama/kia
ma_2.9.2/1.4.0-B4.SNAPSHOT
The jars are missing.
Original comment by etorrebo...@gmail.com
on 19 Nov 2012 at 4:02
Actually those things on Sonatype are an error since I didn't intend to publish
the SNAPSHOT.
The 2.9.2 jars are on the Cloudbees project page for Kiama:
https://inkytonik.ci.cloudbees.com/job/Kiama/.
Sorry for the confusion. I'll try to remove those empty directories.
Original comment by inkytonik
on 19 Nov 2012 at 4:06
Can you publish the SNAPSHOT? This is more or less mandatory for us because
when we commit some code it gets picked up by our Jenkins server which needs to
know where to get the SNAPSHOT jars from.
Original comment by etorrebo...@gmail.com
on 19 Nov 2012 at 4:09
Ok, sure, no problem. Will do as soon as I can, most likely tonight.
Original comment by inkytonik
on 19 Nov 2012 at 5:46
The 2.9.2 one should be there now.
Original comment by inkytonik
on 19 Nov 2012 at 6:03
It works fine *and* I just understood that I had a bug in the Kiama code I'm
using for my optimiser (interestingly, it's related to losing type information
when shuffling nodes around). That's a good day!
Original comment by etorrebo...@gmail.com
on 19 Nov 2012 at 6:45
Original issue reported on code.google.com by
etorrebo...@gmail.com
on 16 Nov 2012 at 1:59