History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-367
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Vincent Penne
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

boo compiler loops forever when a closure is passed as argument of a field initializer

Created: 22/Jun/05 07:35 PM   Updated: 27/Jun/05 09:36 PM
Component/s: None
Affects Version/s: 0.5
Fix Version/s: 0.5.6

Time Tracking:
Not Specified

Environment: Linux/gentoo with mono 1.1.svn


 Description  « Hide
Following code makes the boo compiler loop forever :

class Action:
cb
def constructor(callback):
cb = callback

class A:
action = Action( { print("Hello World"); })



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira - 22/Jun/05 07:56 PM
thanks for the report!