Hehe, I think you can't. 

I marked it as solved from the start because, well, the problem itself was 
solved already :-).

About error messages, I think Simons suggestion "$T is not iterable..." 
would have lead me to the correct conclusion bit faster...

Anyway, thanks for a good discussion and for your work on this lovely 
language!

Cheers,
Kaj


On Tuesday, July 21, 2015 at 11:46:11 PM UTC+3, Ismael VC wrote:
>
> Not related, but how do you edit the thread name in order to mark it as 
> SOLVED? I haven't found a way to do this, thanks!
>
> El lunes, 20 de julio de 2015, 14:09:00 (UTC-5), Kaj Wiik escribió:
>>
>> I started to get a strange error while debugging my code, here's a 
>> simplified example:
>>
>> julia> function foo(a)
>>            println("foo..")
>>        end
>> foo (generic function with 1 method)
>>
>> julia> a = foo(2)
>> foo..
>>
>> julia> a,b = foo(2)
>> foo..
>> ERROR: `start` has no method matching start(::Nothing)
>>
>>
>> So, the problem was a missing return value, it is strange that missing 
>> one value did not give error but two values.... It took a quite long time 
>> to track this down. Perhaps a bit more informative error message would be 
>> possible...?
>>
>> Cheers,
>> Kaj
>>
>>

Reply via email to