Conversation
CT Test Results 7 files 622 suites 3h 2m 35s ⏱️ Results for commit 4274b22. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
|
If we add |
|
Your two commits are in a strange order. The update of preloaded files precedes the implementation of the BIFs. Please put them in the correct order and make sure that |
Yes, in the general case, but the conversion from lists to pids, ports, or refs are only meant for debugging, not for production code. I think it's enough to be able to construct these terms from lists. |
sure, but it is also nice to not have to remember which terms have a binary_to_term and which do not. |
950e9c4 to
4274b22
Compare
They initially are intended to help optimizing
io_libfrom a memory perspective. Nice to have conversion BIFs nevertheless.