Skip to content

symflower/garden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Garden

These are binaries, packages and scripts that we made to help us build all our products. We hope that you can use them for your projects too.

Please feel free to add issues to the issue tracker for features you want to see and problems you have discovered. For general discussions and questions, please use the discussion board.

Cheers,
The Symflower team

/bin

This directory contains binaries (and scripts that act as binaries) that are meant for everyday use. We recommend including this directory in your PATH variable.

Ever had to debug a non-deterministic program or wondered if some behavior of your code is truly flaky? The untilfail binary helps you find reproducers for such cases. Just pass the respective command to your program and it will execute the command until it fails. We recommend adding additional outputs to your command until you have isolated your program.

untilfail some-program-with-a-bug

You can even specify a timeout in case you’re out hunting for infinite loops.

untilfail -t 10 some-program-with-an-infinite-bug

For additional arguments and options you can take a look at the help.

untilfail -h

About

These are binaries, packages and scripts that we made to help us build all our products. We hope that you can use them for your projects too.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages