This page is no longer maintained — Please continue to the home page at www.scala-lang.org

this morning's digression: pickler visualization + sbt runner update

1 reply
extempore
Joined: 2008-12-17,
User offline. Last seen 35 weeks 3 days ago.

Someone mentioned a project I hadn't seen which creates .dots from scala
pickler data. I moved the ball forward.

https://github.com/paulp/pickler-visualizer

I threw in some enhancements for my sbt runner which I needed for
automatic sbt-0.11-snapshot usage. It is now pretty featureful, albeit
probably not enormously well exercised.

https://github.com/paulp/sbt-extras

Mark Harrah 2
Joined: 2011-02-05,
User offline. Last seen 42 years 45 weeks ago.
Re: this morning's digression: pickler visualization + sbt runn

On Thu, 25 Aug 2011 09:20:51 -0700
Paul Phillips wrote:

> Someone mentioned a project I hadn't seen which creates .dots from scala
> pickler data. I moved the ball forward.
>
> https://github.com/paulp/pickler-visualizer

This is neat.

> I threw in some enhancements for my sbt runner which I needed for
> automatic sbt-0.11-snapshot usage. It is now pretty featureful, albeit
> probably not enormously well exercised.
>
> https://github.com/paulp/sbt-extras

For what it's worth, you can already put commands to run when sbt starts up in ~/.sbtrc or /.sbtrc, and they will be run before the project is loaded. It is probably most useful for configuring logging, defining aliases, or running custom checks at startup (like prompting to create a project if it doesn't exist or printing a startup message). I haven't used it much, so it might need some work to be useful.

-Mark

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland