Feb. 28, 2016
12:13 p.m.
On 28-02-16 12:33, Stephan Eggermont wrote:
On 28-02-16 11:11, Tudor Girba wrote:
Strange. Now I get the same problems as well.
I triaged it to a change in 50596. 50595 works
Weird error. lastSubbrick ^ self subbricks last self subbricks returns an OrderedCollection of size 28. #subbricks is defined in GLMBrick as an explicit requirement of the GLMBrickStructureTrait in which #lastSubbrick is defined. when computing last in the OrderedCollection the collection is empty, resulting in a self at: 0. Stephan