Opened 8 years ago
Last modified 8 years ago
#1398 closed defect
read-all in C5 — at Initial Version
Reported by: | Mario Domenech Goulart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | core libraries | Version: | 5.0.0 |
Keywords: | read-all, read-file | Cc: | |
Estimated difficulty: | easy |
Description
read-file
from C4 has been renamed to read-all
in C5, but we have read-all
in C4 as well, and their signature are compatible, which means that the compiler won't be able to spot bugs in code being ported from C4 to C5.
It's a similar issue as bit-set?
's.
TODO: check how other implementations call such a procedure.
Note: See
TracTickets for help on using
tickets.