Skip to content

pwaller/cartographer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cartographer points you at the maps

In particular, cartographer lists all source locations in a package which are loops over maps. If you're not careful, these may cause your program to be non-deterministic.

Example of use

go get -u github.com/pwaller/cartographer
$ cartographer github.com/pwaller/cartographer/example
/home/pwaller/.local/src/github.com/pwaller/cartographer/example/main.go:7:2
/home/pwaller/.local/src/github.com/pwaller/cartographer/example/main.go:10:2
/home/pwaller/.local/src/github.com/pwaller/cartographer/example/main.go:14:2
/home/pwaller/.local/src/github.com/pwaller/cartographer/example/main.go:17:2
/home/pwaller/.local/src/github.com/pwaller/cartographer/example/main.go:20:2

License

3-clause BSD-style license.

Trophies

(Please submit more if you have any! :)

  • c-for-go#27

    A >7,000 line code base was emitting things in an arbitrary order, which made diffing the output difficult.

Thanks

To @JohannesEbke for hacking on the earliest prototype together.

About

Quickly find non-determinism bugs caused by loops over maps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages