_ >   2803 2803 -nsf.c: added c-implementation of "/object/ info slots" to
  2804 2804   share implementation details and reduce scattering
  2805 2805
< >     2806 - migration guide
    2807   * included change in "info heritage"
    2808   * included "info slots"
    2809   * included "info parameter"
    2810   * included "delete method"
    2811   * included "delete attribute"
    2812
2806 2813 TODO:
  2807 2814
< >   2808   - missing in c-based "info slots":
  2809     * handle object specific "info slots" in C?
  2810     * "info slots", "info parameter" are not in the migration guide
  2811     * add method "delete method" and "delete attribute" to the migration guide
    2815 - add "link" form 2.4 (parameters) to "info parameters"
2812 2816
  2813 2817 - MixinComputeOrderFullList() could receive a flag to store source classes in checkList
  2814 2818
  2815 2819 - if the check on eg. info-heritage-circular in test/info.method.tcl
  2816 2820   fails, we get an exception.
  2817 2821
< >   2818   - what to do with "info heritage":
  2819     document changed results in cases of per-class mixins in migratin guide
  2820    
< _   2821 2822 - ::nsf::method::exists /handle/ -> check, if handle is a handle of a registered method
  2822 2823   (to be be used in serializer alias-dependency)
  2823 2824 - profiling missing when NSF_INVOKE_SHADOWED_TRADITIONAL is turned off.