Git Product home page Git Product logo

Comments (4)

BaerMitUmlaut avatar BaerMitUmlaut commented on July 30, 2024

Imo this is more an issue of the script, not armake. Armake only supports building one PBO per process, so mentioning which one caused an error/warning is rather redundant.

from armake.

bux avatar bux commented on July 30, 2024

I'm happy for you that you only ever had to build one PBO at time :P

When working with multiple people on multiple repos it's tremendously helpful to get proper error/warning messages on a CI build.

Sure, I could work around that with e.g. echoing the path. But that's a work around, imo.

Secondly, no line / column numbers.

from armake.

BaerMitUmlaut avatar BaerMitUmlaut commented on July 30, 2024

I agree that it's needed, but I don't see how that's armake's responsibility (and you didn't explain why either). Here's your fix:

#!/bin/sh
for d in */; do
    target=${d%/};
    armake build $d $target.pbo || echo "  in $target"
done

Line and column numbers would be great.

from armake.

KoffeinFlummi avatar KoffeinFlummi commented on July 30, 2024

File name and line number are now printed along with rapification warnings. The identification of the armake instance should happen on a higher level though, like @BaerMitUmlaut said.

from armake.

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.