Dec. 11, 2012
2 p.m.
i would be happy to have something, which can be expressed as following 'unit test': Smalltalk vm setStackDepthLimit: 100. self should: [ self recurseTimes: 101 ] throw: Exception. Smalltalk vm setStackDepthLimit: 0. "no limit" self shouldNot: [ self recurseTimes: 101 ] throw: Exception. -- Best regards, Igor Stasenko.