Activity log for bug #1530865

Date Who What changed Old value New value Message
2016-01-04 13:53:32 hilaire bug added bug
2016-01-04 14:00:53 hilaire description With need specialized methods to compare considering the block of code as well, otherwise we are limited by the unicity check to one point per parent combination: DrGPointBlockItem>>pointBlock ^ pointBlock DrGPointBlockItem>>= aMathItem ^ super aPointBLock = aMathItem and: [ pointBlock = aMathItem ] DrGPointBlockItem>>rehash ^hash := super rehash bitXor: pointBlock hash We need specialized methods to compare Point by block and take in consideration the block of code as well. Otherwise we are limited by the unity check to one point by block per parent: DrGPointBlockItem>>pointBlock  ^ pointBlock DrGPointBlockItem>>= aMathItem  ^ super aPointBLock = aMathItem and: [ pointBlock = aMathItem ] DrGPointBlockItem>>rehash  ^hash := super rehash bitXor: pointBlock hash
2016-01-26 18:12:37 hilaire drgeo: milestone wip 16.03
2016-01-27 15:38:04 hilaire drgeo: status Confirmed Fix Committed
2016-03-21 11:06:14 hilaire drgeo: status Fix Committed Fix Released