roterdam / heron-language

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

Requesting non-visible field behaves weird #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In a heron program I called:

FieldDefn.type 

but I forgot to declare the type field of FieldDefn as "HeronVisible". I 
expect this to be a lookup error, but instead I got success a "null". Which 
is bad. 

Original issue reported on code.google.com by cdiggins on 5 Dec 2009 at 3:54

GoogleCodeExporter commented 8 years ago
I think I fixed this. If it doesn't show up again for a while I will close the 
issue.

Original comment by cdiggins on 12 Dec 2009 at 8:26