bcpeinhardt / simplifile

Simple file operations for Gleam that work on all targets (Erlang/Node/Deno)
71 stars 10 forks source link

Add describe_error #28

Closed sarna closed 4 months ago

sarna commented 5 months ago

One potential issue: Edeadlock should be "File locking deadlock error" on PowerPC, but I don't know how to achieve that. No clue if anybody's still using PowerPC either. I didn't know if any other code should be adjusted/deleted (e.g. docs for type variants). Feel free to massage this PR as needed.

bcpeinhardt commented 5 months ago

Looks good to me! Could you add an entry to the unreleased section of the changelog?

sarna commented 5 months ago

@bcpeinhardt Sure! Done :)

bcpeinhardt commented 5 months ago

Thanks! I'll merge this when I'm in front of my computer