Updates:
Status: Fixed
Comment #4 on issue 336 by benoit.m...@gmail.com: Missing error message
with 2D arrays
http://code.google.com/p/gambas/issues/detail?id=336
Fixed in revision #5237.
The array conversion now correctly preserves the dimensions.
---
Updates:
Status: Accepted
Comment #3 on issue 336 by benoit.m...@gmail.com: Missing error message
with 2D arrays
http://code.google.com/p/gambas/issues/detail?id=336
Not really, as the compiler does not always know the datatype of
expressions at compile time.
I prefer to keep the imp
Comment #2 on issue 336 by jussi.la...@gmail.com: Missing error message
with 2D arrays
http://code.google.com/p/gambas/issues/detail?id=336
If the conversion is done, then it should be complete.
IE, dimensions should be preserved.
But I think passing array of different type is usually done by
Updates:
Status: NeedsInfo
Labels: -Version Version-TRUNK
Comment #1 on issue 336 by benoit.m...@gmail.com: Missing error message
with 2D arrays
http://code.google.com/p/gambas/issues/detail?id=336
Arrays are automatically converted from one type to another type.
But the conver
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 336 by jussi.la...@gmail.com: Missing error message with 2D arrays
http://code.google.com/p/gambas/issues/detail?id=336
1) Describe the problem.
Missing error message when