Git Product home page Git Product logo

Comments (5)

dmitshur avatar dmitshur commented on May 3, 2024

For reference, I've sent a similar change to .travis.yml to github.com/gorilla/mux in 2015 and it was accepted there, see gorilla/mux#134.

from go-cmp.

dsnet avatar dsnet commented on May 3, 2024

Suggested script LGTM, but avoid the go get step for now. It is intended for this package to have no dependencies other than the standard library. We can add that in if this ever changes.

Unrelated to this repo, it would be really cool if there was a way to setup travis to send failures on master to some dashboard that the core Go developers could look at it. This would be a great form of distributed regression testing. As it stand, we rely heavily on users manually reporting issues.

from go-cmp.

dmitshur avatar dmitshur commented on May 3, 2024

Suggested script LGTM, but avoid the go get step for now. It is intended for this package to have no dependencies other than the standard library. We can add that in if this ever changes.

SGTM, I'll do that.

Unrelated to this repo, it would be really cool if there was a way to setup travis to send failures on master to some dashboard that the core Go developers could look at it. This would be a great form of distributed regression testing. As it stand, we rely heavily on users manually reporting issues.

This is an interesting idea. I have seen it suggested in the past, and we discussed what it would take to make that possible. Unfortunately, after spending 15~ mins I couldn't find where that discussion took place. :( IIRC, the general conclusion was that there are many false positives, and as a result, it ends up being quite optimal to rely on people manually peeking at the tip failures of their own projects from time to time, investigating the root cause, and reporting a detailed and helpful bug report upstream to Go only when the problem is indeed in the toolchain, rather than elsewhere.

from go-cmp.

dmitshur avatar dmitshur commented on May 3, 2024

Ohhh, I found it! @dsnet, you were the person who made the suggestion. 😆

See golang/lint#279 (comment).

from go-cmp.

dsnet avatar dsnet commented on May 3, 2024

Ha... I often forget the very words I say :)

from go-cmp.

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.