Giter Site home page Giter Site logo

semgrep 1.59.0 build failure about semgrep HOT 8 OPEN

chenrui333 avatar chenrui333 commented on June 8, 2024
semgrep 1.59.0 build failure

from semgrep.

Comments (8)

ihji avatar ihji commented on June 8, 2024 2

Probably because the change was only released 5 days ago in https://github.com/tree-sitter/tree-sitter/releases/tag/v0.20.9

from semgrep.

p-linnane avatar p-linnane commented on June 8, 2024 2

Probably worth an issue in their repo asking why that change was made, and that it's causing downstream breakage.

we might also consider creating a variant formula for [email protected]

We only create versioned formula when there is still upstream support for them. For example, we have [email protected] since it's an LTS release, while openssl@3 is the latest 3.x.x release. tree-sitter would not qualify in this case. Hopefully upstream will respond in a favorable way.

from semgrep.

ihji avatar ihji commented on June 8, 2024 1

I'll take a look. I'm not sure if there's a simple fix for this, but if not, we might also consider creating a variant formula for [email protected] (it makes sense since there's a backward incompatible interface change between 0.20.9 and 0.20.8) and explicitly depend on it as a temporary workaround.

from semgrep.

emjin avatar emjin commented on June 8, 2024

Thanks for investigating! One thing I'm uncertain about---the Makefile for tree-sitter has been that way for 3 months. They actually specifically changed it to only install api.h. Semgrep has been building tree-sitter successfully on brew in that period of time. Is there anything that changed on the homebrew end that would make installing parser.h necessary?

from semgrep.

aryx avatar aryx commented on June 8, 2024

I've commented on the tree-sitter repo

from semgrep.

aryx avatar aryx commented on June 8, 2024

cc @mjambon who knows the best why we use tree-sitter.h instead of api.h

from semgrep.

ihji avatar ihji commented on June 8, 2024

tree-sitter/tree-sitter@60779cc seems relevant too. We might bump up the tree-sitter version at https://github.com/semgrep/ocaml-tree-sitter-core/blob/main/scripts/download-tree-sitter#L12 and recompile all language submodules to update the parser.h include directives in the generated parser.c.

from semgrep.

amaanq avatar amaanq commented on June 8, 2024

I'll just chime in and say that parser.h is not meant to be consumed by users - it's simply needed for a grammar's parser and scanner files for some type definitions and macros which are linked in from libtree-sitter's parser.c.

from semgrep.

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.