SpecDebugger MNU ListModel>>getItems
In trying to learn the pattern of the existing unit tests for Pillar, I bumped into a failure of SpecDebugger with at MNU: ListModel>>getItems. I took a wild guess at copying NewListModel>>getListItems and came up with ListModel>>getItems ^ listHolder value I don't know if thats even close to right, but at least it stopped SpecDebugger complaining. Should I open a ticket for that to be looked for Pharo3.1 or Pharo4? Should Pillar be changed to use NewListModel? What is the plan going forward for ListModel and NewListModel? cheers -ben
In trying to learn the pattern of the existing unit tests for Pillar, I bumped into a failure of SpecDebugger with at MNU: ListModel>>getItems.
I took a wild guess at copying NewListModel>>getListItems and came up with
ListModel>>getItems ^ listHolder value
I don't know if thats even close to right, but at least it stopped SpecDebugger complaining.
I do not know but it should be correct.
Should I open a ticket for that to be looked for Pharo3.1 or Pharo4? yes please do.
Should Pillar be changed to use NewListModel? What is the plan going forward for ListModel and NewListModel? It is not clear. NewList is faster but Alain was telling to me that there are some limitations such as the drawing of items.
cheers -ben
participants (2)
-
Ben Coman -
stepharo