stijnfrishert / libLSDJ

Library for working with the LSDj save file format
MIT License
93 stars 6 forks source link

Rethink the error reporting mechanism #76

Closed stijnfrishert closed 4 years ago

stijnfrishert commented 4 years ago

All nice and dandy, lsdj_error_t, but:

  1. It requires malloc, and the lib shouldn't assume people want that (or even have it available)
  2. It's overly complex
stijnfrishert commented 4 years ago

Using error codes now :)