Giter VIP home page Giter VIP logo

Comments (4)

analytically avatar analytically commented on May 29, 2024

+1

from sbt-buildinfo.

eed3si9n avatar eed3si9n commented on May 29, 2024

Here's a snippet from inspect tree run:

sbt-buildinfo> inspect tree run
[info] compile:run = InputTask[Unit]
[info]   +-runtime:full-classpath = Task[scala.collection.Seq[sbt.Attributed[java.io.File]]]
[info]   | +-runtime:exported-products = Task[scala.collection.Seq[sbt.Attributed[java.io.File]]]
[info]   | | +-runtime:products = Task[scala.collection.Seq[java.io.File]]
[info]   | | | +-compile:compile = Task[sbt.inc.Analysis]
[info]   | | | +-compile:compile-inputs = Task[sbt.Compiler$Inputs]
[info]   | | | +-compile:copy-resources = Task[scala.collection.Seq[scala.Tuple2[java.io.File, java.io.File]]]
[info]   | | | 
[info]   | | +-compile:package-bin = Task[java.io.File]
[info]   | | +-*/*:export-jars = false
[info]   | | +-compile:compile = Task[sbt.inc.Analysis]
[info]   | | 

Note compile:run depends on compile:compile. compile:compile in turn depends on compile:sources, which depends on compile:managed-sources, which depends on compile:source-generators.
In other words, each run is calling compile first.

One way to prevent it may be to check the modified time or hash of all source files, and increment only when something is changed. That's a world of hurt that you wouldn't want to be in since it'll introduce unpredictable I/O.
I can open up buildNumberTask, and also add a parameter called increment which would take 1 for my implementation. If you want to implement your own strategy for not incrementing the number you can conditionally pass in 0.

from sbt-buildinfo.

eed3si9n avatar eed3si9n commented on May 29, 2024

0.2.3-SNAPSHOT is out with this change.

from sbt-buildinfo.

matanox avatar matanox commented on May 29, 2024

Is there a regression in 0.3.2 in this?

from sbt-buildinfo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.