GithubHelp home page GithubHelp logo

Status about tundra HOT 3 CLOSED

dkrikun avatar dkrikun commented on September 15, 2024
Status

from tundra.

Comments (3)

leidegre avatar leidegre commented on September 15, 2024 1

Give it a spin. I've used tundra actively for years. I think you'll find the Lua frontend very flexible. It's quite easy to get tundra to do whatever.

For example, I script the project generation with tundra, so that projects (build units) are generated based on convention. This is something you can implement in the Lua frontend yourself. Of course, if you don't need stuff like this, you don't have to.

I think tundra is good for what it does. That is, builds tools, generates code, and then builds more stuff all the while minimizing unnecessary rebuilds. I don't believe tundra needs more features. But patches do happen and the occasional bugfix is merged. Yeah, if you encounter an issue there are people here who both care and want tundra to continue to work.

from tundra.

dkrikun avatar dkrikun commented on September 15, 2024

There is this post from 7 years ago, do you know if the plans "towards Tundra 2.0" have been implemented?

https://deplinenoise.wordpress.com/2012/09/30/looking-towards-tundra-2-0/

from tundra.

leidegre avatar leidegre commented on September 15, 2024

@dkrikun yeah, what you see in master is 2.0. 1.0 is in a different branch.

I've been using Tundra since 1.0 and the 2.0 release brought with it some nice performance improvements and simpler ways to extend/script the build pipeline.

I put my implicit build script in a gist if you wanna take a look https://gist.github.com/leidegre/c3a888882eda043915d307b5241fa983

What you need to understand is that when you use the tundra file system API, it creates a cache based on file system modified date and time values (can be configured to use content digest if you want). And that it fully expects that your build setup script is deterministic.

When tundra see that you didn't touch the config file, it doesn't even run the Lua script engine. It just goes directly into building out of date dependencies. This code path is the common use case and it's an incredibly fast code path.

from tundra.

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.