portable-scala / portable-scala-reflect

Platform independent reflection for Scala
BSD 3-Clause "New" or "Revised" License
42 stars 14 forks source link

Upgrade Scala.js and Scala version patch levels then add Scala Native support #31

Closed LeeTibbert closed 3 years ago

LeeTibbert commented 3 years ago

We first align the Scala.js & Scala version patch levels to those required by Scala Native and then add Scala Native support.

LeeTibbert commented 3 years ago

Sjrd: Travis CI is all green! Thank you for all the energy you invested.

The one small change after the Approval was to change "true" to true in two places in .travis.xml. Although I like explicit strings, I think the latter reads better in the log file. I have been reading a lot of those recently. I was not quick enough getting that change in and only saw your Approval after it had been committed.

What is the thinking about a release? I believe that takes some Scala Center time for tags, artifacts, etc.

I can study the places where the version would need to change to say 1.1.0 and create an Issue listing them (as checkboxes). My intent is to be useful, not to push the river.

LeeTibbert commented 3 years ago

@sideeffffect @lolgab Thank you for your contribution on bringing Scala Native support. I think this has been a team effort. Of course, all remaining bugs, defects, etc. are on me.

sjrd commented 3 years ago

I will take care of the release later today/tomorrow (depending on your time zone).

sjrd commented 3 years ago

Of course, all remaining bugs, defects, etc. are on me.

Don't take too much credit. 😆 Remaining problems would be on me, since I approved all the code that went in.