hunk + hash: replace abort() calls with die()
Dependencies
- [2]
XTVLIC24change: refactor to print_change() - [3]
YG4DZB3Aadd representation of hash, decode dependencies - [4]
2U7P5SFQChange struct names "struct foo -> typedef struct Foo" - [5]
ZKAOPMCHchange: Implement decoding of edits, atoms, positions, among others - [6]
DKX3RO3Lbase32: Add encoding of hashes, print base32-encoded hashes - [7]
JAGXXSR7change: initial work on decoding hunks
Change contents
- replacement in hunk.c at line 42
abort(); // FIXME Replace with die()die("unknown hunk type: %u", hunk_type); - replacement in hunk.c at line 51
}[3.746]} - edit in hash.c at line 7
#include "scaffold.h" - replacement in hash.c at line 33
abort();die("unknown hash variant: %u", hash->variant);