Re: routine_id() is not working

new topic     » goto parent     » topic index » view thread      » older message » newer message
jimcbrown said...
eukat said...

By itself, from the 4ft pov, true, no error as Euphoria is now. But Euphoria still put two sleeps into the same namespace, and it had to include both sleeps in the run code, because of routine_id() being called. In this example, neither sleep is namespaced.

Actually, that depends on the contents of sleep.e - which isn't either a 3.1 or 4.0 includ

I had previously said, in reponce to a post by you in this thread:

said...

So if i write an include with a sleep proceedure in it, and then i include it and misc.e, no error should be thrown? This should not be a problem?

jimcbrown said...
eukat said...

Had i included os.e also, there'd be 3 sleep()s in the same namespace,

Actually, the one in os.e would be in os.e's default namespace.

It's also in "no namespace", you can call it without specifying os:sleep.

jimcbrown said...
eukat said...

and the program would happily begin running and not crash untill the program executed a routine_id(sleep), maybe hours later, with data loss. Come on Matt, surely Euphoria can be smarter than that.

It would not, as currently, routine_id(sleep) (assuming sleep is a variable containing the string "sleep") returns -1 instead of crashing. No crash, no data loss.

Only if i always wrote code to catch the -1 returned from routine_id() (even when i KNOW there is a procedure of the name i am routine_id'ing), which to me is like saying "i know Eu is going to overlook an ambiguous situation at compile time and crash during runtime...". So i suggest AGAIN that Euphoria alert of the ambiguilty before it runs instead of wasting all the runtime before the inevitable crash. It's not terribly reasonable to read the entirety of every include file and compare to every other include file, to check for duplicates procedure names, and not even Euphoria is alerting to this happening until that name is called in the program during runtime.

useless

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu