diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 5d55b1a..a7f0efd 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -64,3 +64,10 @@ request anyway and we can work on getting it up to snuff. `$PROJECT_ROOT/.would-reformat/bin` instead. - `PROJECT_ROOT` and `WF_ROOT` are probably too generic. Consider prefixing them, maybe with `WOULD_FORMAT_`. + +# To do + +- Some errors internal to `would-reformat` aren't properly signalled. See + [RETURN-VALUES.md](RETURN-VALUES.md) for some. Others still need to be + defined. + diff --git a/RETURN-VALUES.md b/RETURN-VALUES.md new file mode 100644 index 0000000..a1b93ff --- /dev/null +++ b/RETURN-VALUES.md @@ -0,0 +1,5 @@ +To avoid confusion, we should probably stay away from numbers that are low and +number that are near 255 as much as we can. + +101 - problem with pushd +102 - problem with popd