mbeckerle commented on a change in pull request #205: Update Line counter for
new modules and schemas.
URL: https://github.com/apache/incubator-daffodil/pull/205#discussion_r288193848
##########
File path: project/plugins.sbt
##########
@@ -32,3 +32,5 @@ dependencyOverrides ++= Seq(
"org.codehaus.plexus" % "plexus-utils" % "3.0.17",
"com.google.guava" % "guava" % "20.0"
)
+
+// addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.9-SNAPSHOT")
Review comment:
I'm open to these ideas.
They are unrelated to this PR which just deletes the old line-counter and
suggests, via a comment in the plugins, that sbt-stats be used.
The PR of changes to sbt-stats is:
https://github.com/orrsella/sbt-stats/pull/13
What is there and on openDFDL/sbt-stats computes the stats we've been
incorporating into presentations about Daffodil, so meets our needs. But as you
point out, there might be a more extensible way to do this change though that
would maintain compatibility for existing sbt-stats users.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services