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

Key: BOO-226
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Bill Wood
Votes: 0
Watchers: 0
Operations

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

ValueType.ToString() aborts runtime

Created: 16/Dec/04 01:20 AM   Updated: 16/Dec/04 07:31 AM
Component/s: Compiler
Affects Version/s: 0.4
Fix Version/s: 0.5

Time Tracking:
Not Specified


 Description  « Hide
Any call from a ValueType to an object method such as ToString seems to abort the runtime with a "Fatal execution error"

class Test(System.ValueType):
public x as double

v1 = Test(x: 1)
print v1.ToString()



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.