Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 17 May 13
Method and configure parameter reform, Part 2: In order to streamline the interface further, we tried to follow the idea to use "... info /p… Show more
Method and configure parameter reform, Part 2: In order to streamline the interface further, we tried to follow the idea to use "... info /plural word/" to obtain a set of handles, and then a separate call to obtain the details. Therefore, we replaced

   /cls/ info slot objects

   /cls/ info slot definitions

   /cls/ info slot names

   /obj/ info object slot objects

   /obj/ info object slot definitions

   /obj/ info object slot names

   /obj/ info lookup slots

by

  /cls/ info slots             ?-type /type/? ?-closure? ?-source all|application|baseclasses? ?/pattern/?

  /obj/ info object slots      ?-type /type/? ?/pattern/?

  /obj/ info slot definition   /obj/

  /obj/ info lookup slots      ?-type /type/? ?-source all|application|baseclasses? ?/pattern/?

Show less

2-1-0-rc + 55 more