Git Product home page Git Product logo

Comments (3)

mitchblank avatar mitchblank commented on August 23, 2024 1

I've started a CI run with the new sha and a hack for the argparse.c issue. It'll fail initially because homebrew rejects changes where the SHA is updated without the URL changing but the project maintainers can override that: Homebrew/homebrew-core#67648

from austin.

P403n1x87 avatar P403n1x87 commented on August 23, 2024

Thanks for reporting this! I was afraid something like this would happen at some point so I changed the travis job to publish on tag rather than on any push to master. Before I did this though there must have been some new commits on master that retriggered the generation of the release artifacts. This is now unlikely to happen again in the future.

I plan on releasing version 2.1.0 relatively soon, which I presume would "fix" this issue, but perhaps it would be best to have version 2.0.0 in Homebrew working again regardless?

from austin.

mitchblank avatar mitchblank commented on August 23, 2024

Thanks for looking into it. I'll see about getting the homebrew formula building again.

It looks like there are other compile issues for MacOS 11 that need to be sorted out:

argparse.c:62:1: error: static declaration of 'strtonum' follows non-static declaration
strtonum(char * str, long * num) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:351:2: note: previous declaration is here
        strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)
        ^
argparse.c:453:67: error: too few arguments to function call, expected 4, have 2
      strtonum((char *) arg, (long *) &(pargs.t_sampling_interval)) == 1 ||
      ~~~~~~~~                                                    ^

from austin.

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.