anukat2015 / elda

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

JSON rendering of typed literals of structured properties goes round the houses #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When a structured property with a data-typed value is rendered as JSON,
the name-shortening is done in a different place to that provided by
the pre-computed shortnames for the model. This behaviour was not
expected and a WARN log message was generated.

The issue is not a user or developer problem but an internal Elda
problem. The log message has been changed to a DEBUG. It should be
possible to eliminate this indirection completely.

Original issue reported on code.google.com by ehog.he...@googlemail.com on 19 Jul 2013 at 12:34

GoogleCodeExporter commented 8 years ago
Is this related to the missing datatype in JSON rendering problem that I 
brought to your attention? I can't tell from the write up. If it is it's not a 
NOP... in needs fixing - they datatypes need to be there.

Original comment by skwli...@gmail.com on 19 Jul 2013 at 4:08