Coder Social home page Coder Social logo

Comments (11)

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024 2

@JasonGross if it's causing problems there's also a way to disable the problem matcher.

https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers

We added that feature since the scope of a problem matcher is a job and scripts / steps downstream could get false hits.

from setup-go.

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024 2

I think the solution is to have a much tighter regex for compile errors and then if there's things it misses, problem matchers supports having multiple matchers.

I'll have a PR soon for the v2-beta lineage.

from setup-go.

JasonGross avatar JasonGross commented on July 20, 2024 2

Seems to work well, thanks!
image

from setup-go.

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024

I think this action does the right thing. Perhaps the issue is service side which turns output into warning and error annotations. @joshmgross to verify whether there's anything we can do action side.

from setup-go.

JasonGross avatar JasonGross commented on July 20, 2024

No, I'm pretty sure this is an issue with your matcher being overzealous:

"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",

This claims that every single output line containing two :s separated by a number an followed by a space is an error in the file that comes before the first colon.

from setup-go.

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024

Ahhh. OK. Thanks @JasonGross

@thboop has another issue on the matcher so maybe he can look at both together.

from setup-go.

JasonGross avatar JasonGross commented on July 20, 2024

@JasonGross if it's causing problems there's also a way to disable the problem matcher.

https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers

We added that feature since the scope of a problem matcher is a job and scripts / steps downstream could get false hits.

Oh, neat! Thanks! Do you know why this isn't documented at https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md ?

from setup-go.

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024

We can add there. In the meantime, I'm also working on a better solution.

from setup-go.

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024

@JasonGross I have a PR that might help: #48

You can try it out with use: actions/setup-go@matcher

I added tests but it would be great to verify before merging.

from setup-go.

JasonGross avatar JasonGross commented on July 20, 2024

I'm running a test here: https://github.com/mit-plv/fiat-crypto/pull/703/checks?check_run_id=547046526

from setup-go.

bryanmacfarlane avatar bryanmacfarlane commented on July 20, 2024

Thanks for validating. This is now in setup-go@v2-beta and soon to be v2. If you're using the matcher ref from the PR, you may want to update to v2-beta (that won't go away).

from setup-go.

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.