[squeak-dev] Decompiler failure

Tobias Pape Das.Linux at gmx.de
Mon Nov 3 22:57:39 UTC 2014


Hey all


the following code fails to be decompiled by the
Decompiler and I have no clue:

retryOnce: aTryBlock
	| retry |
	retry := true.
	[[retry] whileTrue: [|result|
		result := aTryBlock value.
		retry := false.
		^ result
	]] on: Error do: [:e |
		retry := (e isKindOf: NetworkError) not
	].



Apparently, the Decompilers stack is empty but it tries to access
its last element, which results in an indexing error.

Best
	-Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1625 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20141103/db9cd0a0/signature.pgp


More information about the Squeak-dev mailing list