biased-unit / planout-golang

(Multi Variate Testing) Interpreter for Planout code written in Golang
Apache License 2.0
7 stars 23 forks source link

comparison with null in planout language fails #3

Open anujjainme opened 6 years ago

anujjainme commented 6 years ago

compare method in utils.go doesn't handle condition to compare nil lhs/rhs and panics. Hence null checks fail.

GregBowyer commented 6 years ago

@tsujeeth Any thoughts?