Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

criscola/delta-debugging-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta debugging (1-minimal)

Simple delta debugging (1-minimal variant) example written in Go during the S&DE Atelier: Software Analytics course at Università della Svizzera italiana.

Credits to Prof. Dr. Andreas Zeller for inventing this clever technique.

Running with Go installed:

go run main.go htmlPage.txt failForHtml.txt

Running in Docker:

docker run --rm -v $(pwd):/delta golang:latest go run /delta/main.go /delta/htmlPage.txt /delta/failForHtml.txt

About

Simple delta debugging (1-minimal variant) example written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.