anukat2015 / elda

Automatically exported from code.google.com/p/elda
0 stars 0 forks source link

inconsistency in shortname treatment #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Elda can report "illegal shortname ignored", but in fact the name
is not ignored -- there is inconsistency in the checking of code.

Also the stringent restrictions on shortnames that allow them to
be all of element names, Javascript names, and query variable names,
is not required for non-property names. In particular allowing
classes to have shortnames that are the same as their local names
allows convenient shorthands in config construction.

(a) remove the inconsistency in Elda's checking (collapse NameMap
and Context, eventually); (b) relax the constraints on non-property
shortnames.

Original issue reported on code.google.com by ehog.he...@googlemail.com on 7 Mar 2013 at 11:10

GoogleCodeExporter commented 8 years ago
I know this issue has spawned some change. I can't tell whether it is still 
active, 'fixed' or something else.

Original comment by skwli...@gmail.com on 10 Jun 2013 at 1:04

GoogleCodeExporter commented 8 years ago
NameMap has been eliminated. The issue is still active (it needs some review 
and documentation at least before counting it fixed.)

Original comment by ehog.he...@googlemail.com on 13 Jun 2013 at 2:05