Re: Ver 4.0 Map.e is broken
- Posted by mattlewis (admin) Aug 29, 2008
- 871 views
bernie said...
I give up; something is wrong with using MAP.E in a program.
The problem is something to do with parsing.
-- file start -- include std/map.e -- file end -----This is the error I get.
D:\#EU40\INCLUDE\std/map.e:476 keys has not been declared data_ = keys(the_map_p) ^
What interpreter are you using? With r1090 (the latest at the time of this message), t_map.e passes for me.
bernie said...
The interpreter should not be getting into the procedure:
public procedure delete(map the_map_p, integer embedded_p = 0)
What do you mean by "getting into the procedure"? It has to read the procedure in order to parse it.
Matt