check that the first arg is a valid `name` string, and the second is a valid `dshape`. This leads to recursion error: ``` >>> d = bz.data(...) >>> s = bz.symbol('name', d) >>> s[s.foo == 'bar'] ``` ping @necaris
check that the first arg is a valid
namestring, and the second is a validdshape.This leads to recursion error:
ping @necaris