> On 17 Apr 2015, at 10:44, Peter Uhnák <
[hidden email]> wrote:
>
> Hi,
>
> what is the current state of slots? I found a message by Marcus that it's not ready but that was December; has anything changed?
Yes, I fixed a lot of bugs and implemented many things… the status is that everything works but the more complex example
of virtual slots that map to a hidden base slot. (even that works, what does not work is when removing/adding slots after there
are already some).
The trello show what needs to be done:
https://trello.com/b/d59lgZFB/slotsI will work on this now step by step in Pharo5
> Is there some tutorial/examples? Are there known problems?
>
Tutorials: Not yet, but it is in a state that I can start to write them.
Examples: yes.
see
Slot-Examples
Slot-Examples-Associations
and the related tests.
Known problems: the one mentions above: property and boolean slot examples are not yet finished / need some
more base level support.
Marcus