-
-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
In order to better support specs2
in the Gradle plugin, I'd like to understand the Scala Native story: why doesn't v5 not support Scala Native while v4 did? Are there any plans to add support for Scala Native to v5?
(User Guide assumes that the build tool used is sbt
; maybe it's time to mention other build tools that support specs2
? :))
Few observations about the specs2 website:
- in Quick Start, Section 2 "Add specs2 dependencies to your build file", dependency notation does not have a version:
"org.specs2" %% "specs2-core" % "" % "test"
; in "User Guide | Installation | SBT" the version is present:"org.specs2" %% "specs2-core" % "5.6.4" % "test"
; - in Learn, "Examples" link https://github.com/etorreborre/specs2/tree/SPECS2-5.6.4/examples/src/test/scala/examples is dangling;
- in Learn, "specs2 presentations on Slideshare" says "www.slideshare.net refused to connect.";
- in Project, captions are not aligned with the icons;
- "Project" drop-down is missing some links that are present on the Project page: "Chat on Gitter", "Buy me a coffee!";
Metadata
Metadata
Assignees
Labels
No labels