racket
racket copied to clipboard
Improve the error message of bytes-append* and fix bytes-join
Checklist
- [x] Bugfix
- [x] Feature
- [x] tests included
- [x] documentation
Description of change
- Check the arguments of
bytes-append*. - It would be better if
bytes-joinalways returns a newly allocated mutable byte string, just likebytes-append.
I don't quite understand why all the other tests passed except for buildtest-win(3m).
Rebasing to racket/racket@3c14248 should include the fix for the foreign test
Thanks! I've rebased to this commit.
Thanks! I've repaired these.
Thanks!