change: replace calls to abort() with die()
Dependencies
- [2]
KEC3WLFNchange: remove debugging lines - [3]
XTVLIC24change: refactor to print_change() - [4]
FMYCPGKDchange: extract hash list decoding into reused function - [5]
JAGXXSR7change: initial work on decoding hunks - [6]
ZKAOPMCHchange: Implement decoding of edits, atoms, positions, among others - [7]
55SITR55change: decode replacements - [8]
YDQLW2ZOchange: rework printing of patches - print Edit and Newvertex types - [9]
WFA5BBRFFix warnings - [10]
NZNIG2ULFix lots of warnings, adjust build flags - [*]
Q7TKZCJPAdd initial support for reading the offsets from a (fixed) change
Change contents
- replacement in change.c at line 287
switch (bincode_getu32(binstat)) {uint32_t x;x = bincode_getu32(binstat);switch (x) { - replacement in change.c at line 301
abort();die("unknown atom type: %u", x); - replacement in change.c at line 361[4.604]→[4.4443:4491](∅→∅),[4.4491]→[4.5486:5532](∅→∅),[4.4531]→[4.604:616](∅→∅),[4.5532]→[4.604:616](∅→∅),[4.604]→[4.604:616](∅→∅)
fprintf(stderr, "not yet implemented: %s\n",hunk_basehunk_type_str(bhunk->hunktype));abort();die("not yet implemented: %s",hunk_basehunk_type_str(bhunk->hunktype)); - replacement in change.c at line 551
abort();die("unknown atom type: %u", a->atomtype);