mezuro / kalibro_processor

Reimplementation of Kalibro processing
GNU Affero General Public License v3.0
2 stars 10 forks source link

Check and correct invalid JS code generated by CompoundMetric calculator #191

Open rafamanzo opened 8 years ago

rafamanzo commented 8 years ago

We may be generating invalid JS that V8 accepts for CompoundMetric calculation. One example was found here: https://github.com/mezuro/kalibro_processor/pull/188

We need to map those cases and fix them in order to reduce V8 dependency in case we decide to change it in the future.