johnrajbd / bots

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

Add: check get/getloop with grammars #228

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
All get/getloops are checked with grammar for correctness.
This leads to better checking of mapping scripts. This type of errors is hard 
to find now.

For put/putloop this is not needed as results are checked already.

Main concern in implementation is performance.
This is implemented as a development option.

Core checking is in place now for get(), but I am not satified wit embedding.

Original issue reported on code.google.com by hjebb...@gmail.com on 3 May 2013 at 12:52

GoogleCodeExporter commented 8 years ago
Reimplemented this.
Is much simpler now.
No more need of globals.
Works for all cases (more robust), inlc QUERIES.
kept the feature where all mpaths-checks can be turned off.

Original comment by hjebb...@gmail.com on 1 Jul 2013 at 5:15

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 6 Sep 2013 at 4:54

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:46