~ chicken-core (master) /DEPRECATED
Trap1Deprecated functions and variables2==================================346.0.05- The foreign type "blob" is obsolete and equivalent to the6 foreign type "bytevector".785.3.19- read/source-info from the internal, undocumented module10 (chicken compiler support) is deprecated. Instead, use11 read-with-source-info from (chicken syntax).12- "set-signal-handler!" and "signal-handler" have been deprecated13 in favor of "make-signal-handler" and "ignore-signal" which are14 better suited in a multithreaded environment.15- "chicken-home" is deprecated as it is not possible to override16 when installing eggs into a custom location. Use "include-path" instead17 (or "##sys#include-pathnames" for code that is intended to be18 backwards compatible) when accessing the data location.19205.2.121- current-milliseconds and its C implementations C_milliseconds and22 C_a_i_current_milliseconds have been deprecated in favor of23 current-process_milliseconds, C_current_process_milliseconds and24 C_a_i_current_process_milliseconds25- C_pair() is now officially deprecated in favor of C_a_pair(), which26 should also be faster.27285.1.12930- ##sys#check-exact and its C implementations C_i_check_exact and31 C_i_check_exact_2 have been deprecated (see also #1631).32- "C_u_i_zerop" has been turned into an inline operation and is33 deprecated in favor of "C_u_i_zerop2".34- The define-record-printer macro has been deprecated in favour of35 record-printer and set-record-printer! procedures, and a SRFI-1736 setter for the former.3738395.0.04041- "bit->boolean" has been introduced temporarily to avoid users42 having to figure out why "bit-set?" uses a different argument43 order than the procedure with the same name that is specified in44 SRFI-33 and SRFI-60. This procedure will be replaced by the proper45 "bit-set?" in one of the next versions, together with a C level46 macro or function.4748 See also: 45489c1b3d9fb20bacc91fa393ce7330dd61d22f4950 "bit->boolean" expands into "C_u_i_bit_to_bool", "C_i_bit_to_bool"51 or "C_i_fixnum_bit_to_bool", which are all deprecated as well,52 but might be re-used in a future version of "bit-set?".