Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Explicit constructors don't work for types that are implicitly convertible. #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
uint32 ui; float64(ui);

What is the expected output? Nothing
What do you see instead?
ParseError: <stdin>:1: No method exists matching float64 with these argument 
types.
Please use labels and text to provide additional information.

Original issue reported on code.google.com by mind...@gmail.com on 17 Nov 2010 at 12:52

GoogleCodeExporter commented 9 years ago
Assigning this to Conrad, as he's done some work on it.

Original comment by mind...@gmail.com on 17 Nov 2010 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed in revision 41894704668d

Original comment by mind...@gmail.com on 18 Nov 2010 at 12:42