Remove dependency on simul-efuns {f_,}format_mixed
Bug #245722 reported by
Cody A.W. Somerville
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sapidlib |
Fix Committed
|
Medium
|
Unassigned |
Bug Description
Please remove dependency on simul-efuns format_mixed and f_format_mixed as they are deprecated. The correct path of migration is to use the (s)printf efun with the %O token (see (s)printf documentation for details). Components requiring functionality or depend on the formatting produced by format_mixed should re-implement desired functionality (please do not copy and paste existing efun - only implement parts that you require) locally. This simul-efun will be removed within the next week or so.
Related branches
Changed in sapidlib: | |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
I am quite aware of the %O token in the (s)printf efun. The output generated by that token doesn't handle buffers (it just shows <buffer>) whereas the sefun shows the data.
If I knew how to override the %O token in (s)printf I would do it that way.