GithubHelp home page GithubHelp logo

locate-error's Introduction

Git bisect exercise

The script get_pi.py calculates pi using the 100 first terms of the Nilakantha series. It should produce 3.141592 but it does not. It produces 3.264592 using the last commit. At each commit, the 100 terms are reshuffled. At some point within the 1000 first commits, an error was introduced. The only thing we know is that the first commit worked correctly.

Use git bisect to find the commit which broke the computation.

Bonus: write a script that checks for a correct result and use git bisect run to find the offending commit automatically.

The motivation for this exercise is to be able to do archaeology with Git on a source code where the bug is difficult to see visually. Finding the offending commit is often more than half the debugging. In this particular example the knowledge about the offending commit will not help us but in reality mastering git bisect is a huge time saver.

locate-error's People

Contributors

rbast avatar

Watchers

Fredrik Stål avatar

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.