john-liu / jaql

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

schema keywords conflict with conversion functions #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The introduction of schema made some all type names keywords. As a
consequence, the conversion functions do not work anymore. For example,
"double(1)" will throw an exception but should produce "1.0d".

Workarounds:
- rename conversion functions
- adapt parser accordingly

Original issue reported on code.google.com by Rainer.G...@gmx.de on 22 Jun 2009 at 10:02

GoogleCodeExporter commented 9 years ago
This has been fixed in revision 223. The parser does not use keywords for type 
names
anymore.

Original comment by Rainer.G...@gmx.de on 10 Jul 2009 at 3:08